]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
change src/xsl/command.xsl for nicolas pleasure
authorChristian Van Wambeke <christian.van-wambeke@cea.fr>
Mon, 7 May 2018 14:34:05 +0000 (16:34 +0200)
committerChristian Van Wambeke <christian.van-wambeke@cea.fr>
Mon, 7 May 2018 14:34:05 +0000 (16:34 +0200)
src/xsl/command.xsl

index 2a6264978ee719ef036b38d1a2e80fb0d95c3635..6e8225669590e972e1066f2d8647726c62ac807b 100644 (file)
@@ -13,7 +13,7 @@
                        empty-cells : show;
                      }
          td          { vertical-align : center; padding: 15px; }
-         h1          { text-align : center; }
+         h1          { text-align : center; font-style: italic; font-size: 20px; }
          .legend     { font-weight : bold;
                        text-align : center;
                      } 
                <xsl:variable name="txtLog">
                        <xsl:value-of select="SATcommand/OutLog"/>
                </xsl:variable>
-               <iframe src="{$txtLog}" frameborder="0" class="center" width="100%" height="3000" scrolling="yes"></iframe>
-               <!--<iframe src="{$txtLog}" frameborder="0" class="center" width="100%" height="1500000" scrolling="no"></iframe>-->
+               <iframe src="{$txtLog}" frameborder="0" class="center" width="99%" height="500" scrolling="yes"></iframe>
+               <!--<iframe src="{$txtLog}" frameborder="0" class="center" width="99%" height="500" scrolling="yes"></iframe>-->
        </body>
 </xsl:template>
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>