Salome HOME
rename level into verbose, and set verbose 0 to silent option
[tools/sat.git] / src / xsl / command.xsl
index 76c3c489002673ae9b36d88ac3b5ee1fdebceac3..e2caeb39ba684815c6f32f14b6b6b7d1b8ce8ef3 100644 (file)
@@ -2,7 +2,7 @@
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 <xsl:output method="html" /> <!-- encoding="utf-8" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>-->
 <xsl:template match="/">
-       
+
 <head>  
     <title>SAlomeTools log</title>
     <style type="text/css">
@@ -25,6 +25,7 @@
                       max-height: 250px;
                     }
     </style>
+       
 </head>
        <body class="def" bgcolor="aliceblue">
                <h1><img src="LOGO-SAT.png"/></h1>
                                </xsl:for-each>
                        </tr>
                </table>
-               <h1>command's traces :</h1>
+               
+               <h1>command's internal traces</h1>
                <PRE><xsl:value-of select="SATcommand/Log"/></PRE>
+               
+               <h1>output</h1>
+               PENSER A METTRE UN LIEN POUR OUVRIR LE FICHIER AVEC UN EDITEUR DE TEXTE
+               <xsl:variable name="txtLog">
+                       <xsl:value-of select="SATcommand/OutLog"/>
+               </xsl:variable>
+               <iframe src="{$txtLog}" frameborder="0" class="center" width="100%" height="1500000" scrolling="no"></iframe>
        </body>
 </xsl:template>
 </xsl:stylesheet>
\ No newline at end of file