From 9cad1b8eb9432d4f8d6fb9aebc7bff9aefd099b0 Mon Sep 17 00:00:00 2001 From: Colin Fleming Date: Fri, 11 Dec 2015 20:18:35 +0000 Subject: Tidy up "status_queues.php" Remove duplicate BODY Tidy up BR tag correctly Add COLPSAN statement to "interface" row Wrap BGCOLOR in a STYLE statement (should really be defined as a CLASS statement) Remove FONT tag Remove NAME statement in DIV tag Use double quotes for consistency --- src/usr/local/www/status_queues.php | 49 +++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 26 deletions(-) (limited to 'src/usr') diff --git a/src/usr/local/www/status_queues.php b/src/usr/local/www/status_queues.php index 57ddccd..d4e5477 100644 --- a/src/usr/local/www/status_queues.php +++ b/src/usr/local/www/status_queues.php @@ -150,7 +150,6 @@ $pgtitle = array(gettext("Status"), gettext("Traffic shaper"), gettext("Queues") $shortcut_section = "trafficshaper"; include("head.inc"); ?> - ?> -
+
Interface ". htmlspecialchars(convert_real_interface_to_friendly_descr($q['interface'])) . ""; + echo "Interface " . htmlspecialchars(convert_real_interface_to_friendly_descr($q['interface'])) . "\n"; $prev_if = $q['interface']; } ?> - - - +/- "; - } - if (strstr($q['name'], "root_")) { - echo "Root queue"; - } else { - echo "" . htmlspecialchars($q['name']) . ""; - } - ?> - + + +/-"; + } + if (strstr($q['name'], "root_")) { + echo "Root queue"; + } else { + echo "" . htmlspecialchars($q['name']) . ""; + } + ?> "; - echo "
-
+ echo ""; + echo "
+
"; - echo " "; - echo ""; - echo ""; - echo ""; - echo ""; - echo ""; - echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; ?>