Salome HOME
#12754 fixed i18n accent francais
[tools/sat.git] / src / xsl / command.xsl
index 9db831e9b6b5e917ab2bf72a8898d6ac4a5907e7..aab7b647b60d9e36ff1b3c56b4483390b79c02b7 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;
                      } 
@@ -45,7 +45,7 @@
                        <tr>
                                <xsl:for-each select="SATcommand/Site/@*">
                                        <td bgcolor="LightBlue">
-                                               <th><xsl:value-of select="name(.)"/></th>
+                                               <b><xsl:value-of select="name(.)"/></b>
                                        </td>
                                </xsl:for-each>
                        </tr>
                <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="98%" height="600" scrolling="yes"></iframe>
+               <!--<iframe src="{$txtLog}" frameborder="0" class="center" width="98%" height="600" scrolling="yes"></iframe>-->
        </body>
 </xsl:template>
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>