[Openvas-commits] r11725 - in trunk/gsa: . src/html

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 4 16:17:19 CEST 2011


Author: hdoreau
Date: 2011-10-04 16:17:18 +0200 (Tue, 04 Oct 2011)
New Revision: 11725

Modified:
   trunk/gsa/ChangeLog
   trunk/gsa/src/html/dialog.xsl
   trunk/gsa/src/html/help.xsl
Log:
* src/html/help.xsl (browse_infosec.html): Add help page for the
Security Information Browser.
(contents.html): Link the new help page.

* src/html/dialog.xsl (browse_infosec.html): Add help icon linking to
the corresponding help page.


Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog	2011-10-04 12:41:06 UTC (rev 11724)
+++ trunk/gsa/ChangeLog	2011-10-04 14:17:18 UTC (rev 11725)
@@ -1,5 +1,14 @@
 2011-10-04  Henri Doreau <henri.doreau at gmail.com>
 
+	* src/html/help.xsl (browse_infosec.html): Add help page for the
+	Security Information Browser.
+	(contents.html): Link the new help page.
+
+	* src/html/dialog.xsl (browse_infosec.html): Add help icon linking to
+	the corresponding help page.
+
+2011-10-04  Henri Doreau <henri.doreau at gmail.com>
+
 	Add a form for security information lookup.
 
 	* src/gsad.c (request_handler): Handle /dialog/<filename> URLs.

Modified: trunk/gsa/src/html/dialog.xsl
===================================================================
--- trunk/gsa/src/html/dialog.xsl	2011-10-04 12:41:06 UTC (rev 11724)
+++ trunk/gsa/src/html/dialog.xsl	2011-10-04 14:17:18 UTC (rev 11725)
@@ -56,7 +56,13 @@
 </xsl:template>
 
 <xsl:template mode="dialog" match="browse_infosec.html">
-  <div class="gb_window_part_center">Security Information Management</div>
+  <div class="gb_window_part_center">
+    Security Information Management
+    <a href="/help/browse_infosec.html?token={/envelope/token}"
+        title="Help: InfoSec browser">
+      <img src="/img/help.png" border="0"/>
+    </a>
+  </div>
   <div class="gb_window_part_content">
     <div style="text-align:left">
       <h1>Security Information browser</h1>

Modified: trunk/gsa/src/html/help.xsl
===================================================================
--- trunk/gsa/src/html/help.xsl	2011-10-04 12:41:06 UTC (rev 11724)
+++ trunk/gsa/src/html/help.xsl	2011-10-04 14:17:18 UTC (rev 11725)
@@ -1923,6 +1923,7 @@
           <ul>
             <li> <a href="trashcan.html?token={/envelope/token}">Trashcan</a></li>
             <li> <a href="nvts.html?token={/envelope/token}">NVT Details</a></li>
+            <li> <a href="browse_infosec.html?token={/envelope/token}">SecInfo Browser</a></li>
             <li> <a href="javascript.html?token={/envelope/token}">JavaScript</a></li>
             <li> <a href="error_messages.html?token={/envelope/token}">Error Messages</a></li>
             <li> <a href="glossary.html?token={/envelope/token}">Glossary</a></li>
@@ -2922,6 +2923,25 @@
   </div>
 </xsl:template>
 
+<xsl:template mode="help" match="browse_infosec.html">
+  <div class="gb_window_part_center">Help: SecInfo browser</div>
+  <div class="gb_window_part_content">
+    <div style="float:left;">
+      <a href="/help/contents.html?token={/envelope/token}">Help Contents</a>
+    </div>
+    <div style="text-align:left">
+
+      <br/>
+      <h1>Security Information Browser</h1>
+
+      <p>
+       A page that provides access to the security information database to
+       lookup details for a given element.
+      </p>
+    </div>
+  </div>
+</xsl:template>
+
 <xsl:template mode="help" match="performance.html">
   <div class="gb_window_part_center">Help: Performance</div>
   <div class="gb_window_part_content">



More information about the Openvas-commits mailing list