Salome HOME
#12754 fixed i18n accent francais
[tools/sat.git] / src / xsl / hat.xsl
index 2e33907ef50c1fc452986529f16cb25e7b8b7a1c..87931fcd123e99447e8c848734f4e658784fee3a 100644 (file)
@@ -13,7 +13,7 @@
                       empty-cells : show;
                     }
         td          { vertical-align : center;}
-        h1          { text-align : center; }
+        h1          { text-align : center; font-style: italic; }
         .legend     { font-weight : bold;
                       text-align : center;
                     } 
                                  </h1>
                          </xsl:otherwise>
                        </xsl:choose>
-                       <table border="0">
+                       <table border="1">
                                <tr>
-                               <td width="100px">Command</td><td width="100px">date</td><td width="100px">time</td><td>application</td>
+                               <td width="100px" bgcolor="Beige">Command</td><td width="100px" bgcolor="Beige">date</td><td width="100px" bgcolor="Beige">time</td><td bgcolor="Beige">application</td><td bgcolor="Beige">full command</td>
                                </tr>
                                <xsl:for-each select="LOGlist/LogCommand">
                                        <xsl:sort select="." order="descending" />
                                        <tr bgcolor="aliceblue" width="2">
                                                <td>
-                                                       <a title="log" target="_blank">
+                                                       <a title="log">
                                                                <xsl:attribute name="href"><xsl:value-of select="."/></xsl:attribute>
                                                                <xsl:value-of select="@cmd"/>
                                                        </a>
@@ -54,6 +54,7 @@
                                                <td><xsl:value-of select="@date"/></td>
                                                <td><xsl:value-of select="@hour"/></td>
                                                <td><xsl:value-of select="@application"/></td>
+                                               <td><xsl:value-of select="@full_command"/></td>
                                        </tr>
                                </xsl:for-each>
                        </table>