diff --git a/show.php b/show.php index c56417c..f54632a 100644 --- a/show.php +++ b/show.php @@ -1,8 +1,8 @@ ");*/ <?= $sysname[1] ?? "Switch sans nom" ?> - Tableau des VLANs + @@ -90,7 +91,7 @@ echo ("-->");*/ if (isset($vlan["pvid"]) and $vlan["pvid"] != 1) { $name = $vlan["name"] ?? ""; $description = $vlan["description"] ?? ""; - echo "{$vlan["pvid"]}$name$description"; + echo "{$vlan["pvid"]}$name$description"; } } ?> @@ -124,6 +125,17 @@ echo ("-->");*/ " target="_blank" class="link no-print">Télécharger la configuration ← Retour à la liste + \ No newline at end of file diff --git a/style.css b/style.css index 34219f3..f7d8809 100644 --- a/style.css +++ b/style.css @@ -235,6 +235,16 @@ footer { width: 33%; } +input[type="color"] { + opacity: 0%; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + cursor: pointer; +} + @media print { body { margin: auto;