From d97c6cb7c20e70f31b6c6936dc818b291f7001b5 Mon Sep 17 00:00:00 2001 From: adrien Date: Thu, 6 Feb 2025 18:52:05 +0100 Subject: [PATCH] WIP --- stylesheets/hostScan.xsl | 19 +++++++++++-------- stylesheets/lib/head.xsl | 41 ++++++++++++++++++++++------------------ 2 files changed, 34 insertions(+), 26 deletions(-) diff --git a/stylesheets/hostScan.xsl b/stylesheets/hostScan.xsl index cbc9493..cad6a80 100644 --- a/stylesheets/hostScan.xsl +++ b/stylesheets/hostScan.xsl @@ -77,14 +77,18 @@ $('.ui.dropdown').dropdown() -

- - ui inverted header +

+
+ + ui horizontal label - green - red - - + green + red + + + +
@@ -214,7 +218,6 @@ $('.ui.dropdown').dropdown() : - diff --git a/stylesheets/lib/head.xsl b/stylesheets/lib/head.xsl index d67c284..2db1b07 100644 --- a/stylesheets/lib/head.xsl +++ b/stylesheets/lib/head.xsl @@ -11,29 +11,33 @@ - - 300 + + 300 - ;URL=rescan.php?name= + ;URL=rescan.php?name= - - + + - <xsl:text>lanScan - </xsl:text> - <xsl:choose> - <xsl:when test="$name"> - <xsl:value-of select="$name" /> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$targets" /> - </xsl:otherwise> - </xsl:choose> + <xsl:text>lanScan </xsl:text> + <xsl:choose> + <xsl:when test="$name"> + <xsl:value-of select="$name" /> + </xsl:when> + <xsl:otherwise> + <xsl:value-of select="$targets" /> + </xsl:otherwise> + </xsl:choose> - - - + + + @@ -41,7 +45,8 @@ - +