[Openvas-commits] r11588 - in trunk/gsa: . src/html
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Sep 7 23:56:53 CEST 2011
Author: jan
Date: 2011-09-07 23:56:50 +0200 (Wed, 07 Sep 2011)
New Revision: 11588
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/html/omp.xsl
Log:
* src/html/omp.xsl (host): Moved Report info up as all
the rest refers to the selected report. Renamed section
"Apps" to "Detected Apps".
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2011-09-07 19:01:20 UTC (rev 11587)
+++ trunk/gsa/ChangeLog 2011-09-07 21:56:50 UTC (rev 11588)
@@ -1,3 +1,9 @@
+2011-09-07 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
+
+ * src/html/omp.xsl (host): Moved Report info up as all
+ the rest refers to the selected report. Renamed section
+ "Apps" to "Detected Apps".
+
2011-09-07 Matthew Mundell <matthew.mundell at greenbone.net>
* src/html/omp.xsl (host): Add prognosis columns.
Modified: trunk/gsa/src/html/omp.xsl
===================================================================
--- trunk/gsa/src/html/omp.xsl 2011-09-07 19:01:20 UTC (rev 11587)
+++ trunk/gsa/src/html/omp.xsl 2011-09-07 21:56:50 UTC (rev 11588)
@@ -10327,24 +10327,6 @@
</td>
</tr>
<tr>
- <td><img src="/img/high.png" alt="High" title="High"/>:</td>
- <td>
- <xsl:value-of select="detail[name/text() = 'report/result_count/high']/value"/>
- </td>
- </tr>
- <tr>
- <td><img src="/img/medium.png" alt="Medium" title="Medium"/>:</td>
- <td>
- <xsl:value-of select="detail[name/text() = 'report/result_count/medium']/value"/>
- </td>
- </tr>
- <tr>
- <td><img src="/img/low.png" alt="Low" title="Low"/>:</td>
- <td>
- <xsl:value-of select="detail[name/text() = 'report/result_count/low']/value"/>
- </td>
- </tr>
- <tr>
<td>Report:</td>
<td>
<xsl:choose>
@@ -10374,6 +10356,30 @@
</td>
</tr>
<tr>
+ <td>Reports:</td>
+ <td>
+ <xsl:value-of select="$report_count"/>
+ </td>
+ </tr>
+ <tr>
+ <td><img src="/img/high.png" alt="High" title="High"/>:</td>
+ <td>
+ <xsl:value-of select="detail[name/text() = 'report/result_count/high']/value"/>
+ </td>
+ </tr>
+ <tr>
+ <td><img src="/img/medium.png" alt="Medium" title="Medium"/>:</td>
+ <td>
+ <xsl:value-of select="detail[name/text() = 'report/result_count/medium']/value"/>
+ </td>
+ </tr>
+ <tr>
+ <td><img src="/img/low.png" alt="Low" title="Low"/>:</td>
+ <td>
+ <xsl:value-of select="detail[name/text() = 'report/result_count/low']/value"/>
+ </td>
+ </tr>
+ <tr>
<td>OS:</td>
<td>
<xsl:call-template name="os-icon">
@@ -10399,12 +10405,6 @@
</td>
</tr>
<tr>
- <td>Reports:</td>
- <td>
- <xsl:value-of select="$report_count"/>
- </td>
- </tr>
- <tr>
<td>Distance:</td>
<td>
<xsl:choose>
@@ -10425,7 +10425,7 @@
<h1>Apps: None</h1>
</xsl:when>
<xsl:otherwise>
- <h1>Apps</h1>
+ <h1>Detected Applications</h1>
<table class="gbntable" cellspacing="2" cellpadding="4">
<tr class="gbntablehead2">
<td rowspan="2">CPE</td>
More information about the Openvas-commits
mailing list