From ac6acd28d66a04e4381871c962b1f41ba07de6d4 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 23 Nov 2003 19:53:29 +0000 Subject: Tightened up login.php with less html, removed unneeded things from config and list_icals. --- includes/login.php | 68 ++++++++++++++++++++++-------------------------------- 1 file changed, 28 insertions(+), 40 deletions(-) (limited to 'includes') diff --git a/includes/login.php b/includes/login.php index 81854cb..43cf105 100644 --- a/includes/login.php +++ b/includes/login.php @@ -1,65 +1,53 @@ -
- - '; + echo ''; foreach (array_keys($HTTP_GET_VARS) as $key) { - if ($key == 'action' || - $key == 'username' || - $key == 'password') - { + if ($key == 'action' || $key == 'username' || $key == 'password') { continue; } - echo "\n"; + echo ''; } - ?> - + +echo << -
- - - - - - - - - + + + + - - -
 Login
Login
+
+ - - - - - + + - - - - - + + - - - + +
Username:Username:
Password:Password:
 
+

- -- cgit v1.2.3