small improvements
This commit is contained in:
@ -9,7 +9,16 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="refresh" content="300" />
|
||||
<base href="{$base}" />
|
||||
<meta http-equiv="refresh" content="300">
|
||||
<xsl:attribute name="content">
|
||||
<xsl:text>300</xsl:text>
|
||||
<xsl:if test="$name">
|
||||
<xsl:text>;URL=rescan.php?name=</xsl:text>
|
||||
<xsl:value-of select="$name" />
|
||||
</xsl:if>
|
||||
</xsl:attribute>
|
||||
</meta>
|
||||
<title>
|
||||
<xsl:text>lanScan - </xsl:text>
|
||||
<xsl:choose>
|
||||
@ -21,7 +30,6 @@
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</title>
|
||||
<base href="{$base}" />
|
||||
<link rel="icon" href="favicon.ico" />
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/fomantic-ui@2.9.3/dist/semantic.min.css" />
|
||||
<link href="https://cdn.jsdelivr.net/npm/@yaireo/tagify/dist/tagify.css" rel="stylesheet" type="text/css" />
|
||||
|
@ -54,7 +54,9 @@
|
||||
<th>Nom</th>
|
||||
<th>Constructeur</th>
|
||||
<th class="six wide">Services</th>
|
||||
<th style="width: min-width"></th>
|
||||
<th style="width: min-width" title="Scan intensif">
|
||||
<i class="search plus icon"></i>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -142,7 +144,8 @@ $('.ui.dropdown').dropdown()
|
||||
</b>
|
||||
<xsl:if test="substring-after(hostnames/hostname/@name, '.')">
|
||||
<wbr />
|
||||
. <xsl:value-of select="substring-after(hostnames/hostname/@name, '.')" />
|
||||
<xsl:text>.</xsl:text>
|
||||
<xsl:value-of select="substring-after(hostnames/hostname/@name, '.')" />
|
||||
</xsl:if>
|
||||
</td>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user