From 02559d7d5a3347e0bff0a029aa15fa659583ce6d Mon Sep 17 00:00:00 2001 From: Colin Fleming Date: Wed, 3 Apr 2013 17:32:53 +0100 Subject: Tidy up "system_firmware.php" XHTML Close P, BR and INPUT tags Remove duplicate end TD tag Remove closing SPAN tag Add missing closing TR tag Add missing closing FORM tag --- usr/local/www/system_firmware.php | 41 +++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php index 35521f9..1dbd77b 100755 --- a/usr/local/www/system_firmware.php +++ b/usr/local/www/system_firmware.php @@ -110,7 +110,7 @@ if(is_subsystem_dirty('firmwarelock')) { echo "\n"; include("fbegin.inc"); echo "
\n"; - print_info_box(gettext("An upgrade is currently in progress.

The firewall will reboot when the operation is complete.") . "

"); + print_info_box(gettext("An upgrade is currently in progress.

The firewall will reboot when the operation is complete.") . "

update

"); echo "
\n"; include("fend.inc"); echo ""; @@ -227,20 +227,20 @@ include("head.inc"); "") print_info_box($fwinfo); ?> " . $sig_warning . "
" . gettext("This means that the image you uploaded " . + $sig_warning = "" . $sig_warning . "
" . gettext("This means that the image you uploaded " . "is not an official/supported image and may lead to unexpected behavior or security " . "compromises. Only install images that come from sources that you trust, and make sure ". - "that the image has not been tampered with.") . "

". + "that the image has not been tampered with.") . "

". gettext("Do you want to install this image anyway (on your own risk)?"); print_info_box($sig_warning); if(stristr($_FILES['ulfile']['name'],"nanobsd")) - echo "\n"; + echo "\n"; ?> - "> - "> + " /> + " /> - +
+
- +
@@ -266,12 +266,12 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd")) @@ -284,8 +284,8 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd")) $type = "*.tgz"; ?> - -
+ +
{$kerndescr}"; } echo ""; - echo "
"; + echo "
"; } } ?> - -
+ +
- "> + " /> - +
- "> + " />

- "> + " />
  - -
+
-
-
+ -- cgit v1.1