[Openvas-commits] r9350 - in trunk/openvas-manager: . src/schema_formats/HTML

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Nov 3 18:29:23 CET 2010


Author: mattm
Date: 2010-11-03 18:29:22 +0100 (Wed, 03 Nov 2010)
New Revision: 9350

Modified:
   trunk/openvas-manager/ChangeLog
   trunk/openvas-manager/src/schema_formats/HTML/HTML.xsl
Log:
	* src/schema_formats/HTML/HTML.xsl: Remove more bold.

Modified: trunk/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog	2010-11-03 17:19:31 UTC (rev 9349)
+++ trunk/openvas-manager/ChangeLog	2010-11-03 17:29:22 UTC (rev 9350)
@@ -1,5 +1,9 @@
 2010-11-03  Matthew Mundell <matthew.mundell at greenbone.net>
 
+	* src/schema_formats/HTML/HTML.xsl: Remove more bold.
+
+2010-11-03  Matthew Mundell <matthew.mundell at greenbone.net>
+
 	* src/schema_formats/HTML/HTML.xsl: Rename command "breakdown" to
 	"structure".
 

Modified: trunk/openvas-manager/src/schema_formats/HTML/HTML.xsl
===================================================================
--- trunk/openvas-manager/src/schema_formats/HTML/HTML.xsl	2010-11-03 17:19:31 UTC (rev 9349)
+++ trunk/openvas-manager/src/schema_formats/HTML/HTML.xsl	2010-11-03 17:29:22 UTC (rev 9350)
@@ -385,19 +385,24 @@
           <xsl:for-each select="example">
             <h4><xsl:value-of select="$index"/>.1 Example: <xsl:value-of select="summary"/></h4>
             <xsl:apply-templates select="description"/>
-            <b>Client:</b><br/>
-            <xsl:for-each select="request/*">
-              <pre>
-                <xsl:call-template name="pretty"/>
-              </pre>
-            </xsl:for-each>
-            <br/>
-            <b>Manager:</b><br/>
-            <xsl:for-each select="response/*">
-              <pre>
-                <xsl:call-template name="pretty"/>
-              </pre>
-            </xsl:for-each>
+            <div style="margin-left: 5%; margin-right: 5%;">
+              <i>Client</i>
+              <div style="margin-left: 2%; margin-right: 2%;">
+                <xsl:for-each select="request/*">
+                  <pre>
+                    <xsl:call-template name="pretty"/>
+                  </pre>
+                </xsl:for-each>
+              </div>
+              <i>Manager</i>
+              <div style="margin-left: 2%; margin-right: 2%;">
+                <xsl:for-each select="response/*">
+                  <pre>
+                    <xsl:call-template name="pretty"/>
+                  </pre>
+                </xsl:for-each>
+              </div>
+            </div>
           </xsl:for-each>
         </xsl:when>
         <xsl:otherwise>



More information about the Openvas-commits mailing list