From cdc7acd409a5540dbf024347b1e6023c313007cc Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 4 Jun 2003 18:47:40 +0000 Subject: [PATCH] fixed several HTML errors --- lam/style/500_layout.css | 11 ++++++----- lam/templates/config/conflogin.php | 4 ++-- lam/templates/config/confmain.php | 2 +- lam/templates/config/confsave.php | 2 +- lam/templates/lists/listgroups.php | 2 ++ lam/templates/lists/listhosts.php | 2 ++ lam/templates/main_header.php | 4 ++-- lam/templates/profedit/profilecreate.php | 2 +- lam/templates/profedit/profilehost.php | 2 +- lam/templates/profedit/profilemain.php | 2 +- lam/templates/profedit/profileuser.php | 5 ++--- 11 files changed, 21 insertions(+), 17 deletions(-) diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index 40043613..060fe2db 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -20,14 +20,15 @@ $Id$ */ -// CSS layout for LAM +/* CSS layout for LAM */ /** * global page layout * */ -h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { + +h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,b,i { font-family:Arial,Verdana,sans-serif; } @@ -35,7 +36,7 @@ body { background-color:#F5F5F5; } -/// links +/* links */ a { color:blue; text-decoration:underline; @@ -52,7 +53,7 @@ text-decoration:none; } form { } -input { +input { font-weight:bold; background-color:#CCCCFF; } @@ -62,7 +63,7 @@ background-color:#EEEEEE; } legend { -color:darkgreen; +color:green; } diff --git a/lam/templates/config/conflogin.php b/lam/templates/config/conflogin.php index f25e9b1a..35160058 100644 --- a/lam/templates/config/conflogin.php +++ b/lam/templates/config/conflogin.php @@ -19,7 +19,7 @@ $Id$ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - + Login page to change the preferences. */ @@ -27,7 +27,7 @@ $Id$ session_save_path("../../sess"); session_start(); -echo (""); +echo (""); echo (""); ?> diff --git a/lam/templates/config/confmain.php b/lam/templates/config/confmain.php index 1dd85f5b..d11d62d9 100644 --- a/lam/templates/config/confmain.php +++ b/lam/templates/config/confmain.php @@ -92,7 +92,7 @@ if (!(($conf->get_Passwd()) == $passwd)) { exit; } -echo ("\n"); +echo ("\n"); echo ("\n"); echo ("\n"); diff --git a/lam/templates/config/confsave.php b/lam/templates/config/confsave.php index ee9c7a7e..8b2e063d 100644 --- a/lam/templates/config/confsave.php +++ b/lam/templates/config/confsave.php @@ -62,7 +62,7 @@ if ($passwd != $conf->get_Passwd()) { exit; } -echo ("\n"); +echo ("\n"); echo ("\n"); echo "listusers\n"; diff --git a/lam/templates/lists/listgroups.php b/lam/templates/lists/listgroups.php index b8e4849b..bf036629 100644 --- a/lam/templates/lists/listgroups.php +++ b/lam/templates/lists/listgroups.php @@ -55,6 +55,8 @@ if ($_POST['new_group'] || $_POST['del_group']){ exit; } +echo ("\n"); +echo ("\n"); echo "listgroups\n"; echo "\n"; echo "\n"; diff --git a/lam/templates/lists/listhosts.php b/lam/templates/lists/listhosts.php index a0e653d7..9f96cbe0 100644 --- a/lam/templates/lists/listhosts.php +++ b/lam/templates/lists/listhosts.php @@ -55,6 +55,8 @@ if ($_POST['new_host'] || $_POST['del_host']){ exit; } +echo ("\n"); +echo ("\n"); echo "listhosts\n"; echo "\n"; echo "\n"; diff --git a/lam/templates/main_header.php b/lam/templates/main_header.php index 7e7416a2..fd563e00 100644 --- a/lam/templates/main_header.php +++ b/lam/templates/main_header.php @@ -23,7 +23,7 @@ $Id$ */ -echo ("\n"); +echo ("\n"); echo ("\n"); ?> @@ -60,4 +60,4 @@ echo (" - \ No newline at end of file + diff --git a/lam/templates/profedit/profilecreate.php b/lam/templates/profedit/profilecreate.php index c64b7598..e3690d32 100644 --- a/lam/templates/profedit/profilecreate.php +++ b/lam/templates/profedit/profilecreate.php @@ -46,7 +46,7 @@ if (!$_SESSION['ldap'] || !$_SESSION['ldap']->server()) { } // print header -echo ("\n"); +echo ("\n"); echo ("\n"); echo ("\n\n\n
\n"); diff --git a/lam/templates/profedit/profilehost.php b/lam/templates/profedit/profilehost.php index a02a5745..0211bd68 100644 --- a/lam/templates/profedit/profilehost.php +++ b/lam/templates/profedit/profilehost.php @@ -38,7 +38,7 @@ if (!$_SESSION['ldap'] || !$_SESSION['ldap']->server()) { } // print header -echo ("\n"); +echo ("\n"); echo ("\n"); echo ("\n\n\n
\n"); diff --git a/lam/templates/profedit/profilemain.php b/lam/templates/profedit/profilemain.php index d47e84be..095f7f84 100644 --- a/lam/templates/profedit/profilemain.php +++ b/lam/templates/profedit/profilemain.php @@ -86,7 +86,7 @@ for ($i = 0; $i < sizeof($hstprof); $i++) { $hostprofiles = $hostprofiles . "\n"; } -echo ("\n"); +echo ("\n"); echo ("\n"); ?> diff --git a/lam/templates/profedit/profileuser.php b/lam/templates/profedit/profileuser.php index 4c0b34c2..e5a7bb7f 100644 --- a/lam/templates/profedit/profileuser.php +++ b/lam/templates/profedit/profileuser.php @@ -38,7 +38,7 @@ if (!$_SESSION['ldap'] || !$_SESSION['ldap']->server()) { } // print header -echo ("\n"); +echo ("\n"); echo ("\n"); echo ("\n\n\n
\n"); @@ -86,8 +86,7 @@ echo ("\n"); echo ("" . _("Additional groups") . ": \n"); echo ("\n");