always favicon

This commit is contained in:
Adrien MALINGREY 2023-04-10 03:13:29 +02:00
parent c2bd2ee679
commit 61486d7dab

View File

@ -70,17 +70,7 @@
<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>
<xsl:choose> <i class="icon"><img class="ui image" src="http://{$scannedHostAddress}/favicon.ico" alt="" /></i>
<xsl:when test="$scannedHost/ports/port/service/@name='https'">
<i class="icon"><img class="ui image" src="https://{$scannedHostAddress}/favicon.ico" alt="" /></i>
</xsl:when>
<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>