three columns, dl favicons only of http
This commit is contained in:
parent
c6691ed1d2
commit
7d25fd2472
11
results.xsl
11
results.xsl
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
<xsl:template match="group">
|
<xsl:template match="group">
|
||||||
<h1 class="ui header"><xsl:value-of select="@name"/></h1>
|
<h1 class="ui header"><xsl:value-of select="@name"/></h1>
|
||||||
<div class="ui doubling stackable four column compact grid">
|
<div class="ui doubling stackable three column compact grid">
|
||||||
<xsl:apply-templates select="host"/>
|
<xsl:apply-templates select="host"/>
|
||||||
</div>
|
</div>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
@ -70,7 +70,14 @@
|
|||||||
<xsl:otherwise>ui fluid mini left icon action input error</xsl:otherwise>
|
<xsl:otherwise>ui fluid mini left icon action input error</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
<i class="icon"><img class="ui image" src="http://{$scannedHostAddress}/favicon.ico" alt="" /></i>
|
<xsl:choose>
|
||||||
|
<xsl:when test="$scannedHost/ports/port/service/@name='http'">
|
||||||
|
<i class="icon"><img class="ui image" src="http://{$scannedHostAddress}/favicon.ico" alt="" /></i>
|
||||||
|
</xsl:when>
|
||||||
|
<xsl:otherwise>
|
||||||
|
<i class="server icon"></i>
|
||||||
|
</xsl:otherwise>
|
||||||
|
</xsl:choose>
|
||||||
<input type="text" readonly="">
|
<input type="text" readonly="">
|
||||||
<xsl:attribute name="value">
|
<xsl:attribute name="value">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user