From 52593da5dbff0bfa2dc86f1e8c28c9a5632ea4d6 Mon Sep 17 00:00:00 2001 From: Colin Fleming Date: Wed, 6 Feb 2013 19:27:32 +0000 Subject: Update HTML in "include" files Udated the DOCTYPE to make it W3C standard/compliant. Moved "sorttable.js", "ticker.js" and the "antiClickJack style" from "fbegin.inc" and place them in "head.inc" (where they belong), this may also help the Widescreen package to work. Close BR, INPUT and IMG tags properly, update IMG tags with "alt" and update TABLE tags with "summary". Updated the SCRIPT and STYLE with proper CDATA sections. Updated LINK with the correct types. --- etc/inc/authgui.inc | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) (limited to 'etc') diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc index e344546..9974e56 100644 --- a/etc/inc/authgui.inc +++ b/etc/inc/authgui.inc @@ -107,8 +107,8 @@ function display_error_form($http_code, $desc) { ?> - + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + <?=$http_code?> @@ -120,7 +120,7 @@ function display_error_form($http_code, $desc) { @@ -209,12 +209,16 @@ $have_cookies = isset($_COOKIE["cookie_test"]); ?> - + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + - - + + <?=gettext("Login"); ?> @@ -224,7 +228,7 @@ $have_cookies = isset($_COOKIE["cookie_test"]); @@ -247,24 +251,24 @@ $have_cookies = isset($_COOKIE["cookie_test"]); } $noautocomplete = isset($config['system']['webgui']['noautocomplete']) ? 'autocomplete="off"' : ''; ?> -
action=""> -

+ action=""> +

 

-
+

-

+
-
+

-

+
@@ -280,7 +284,7 @@ $have_cookies = isset($_COOKIE["cookie_test"]); " tabindex="3" /> -

+

-- cgit v1.1