From 21c7f77048ed51b5663785fddbcd2644ffd906a5 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 8 Feb 2005 09:36:21 +0000 Subject: [PATCH] Removed a lot of needless

tags --- admin/auth.php | 20 ++-- auth/db/config.html | 44 +++---- auth/fc/config.html | 12 +- auth/imap/config.html | 8 +- auth/manual/config.html | 2 +- auth/nntp/config.html | 6 +- auth/pop3/config.html | 10 +- auth/shibboleth/config.html | 222 ++++++++++++++++++------------------ 8 files changed, 161 insertions(+), 163 deletions(-) diff --git a/admin/auth.php b/admin/auth.php index 4393b7123c4..e7d95768ec6 100644 --- a/admin/auth.php +++ b/admin/auth.php @@ -95,14 +95,14 @@ print_header("$site->shortname: $strauthenticationoptions", "$site->fullname", "$stradministration -> $strusers -> $strauthenticationoptions", "$focus"); - echo "

"; + echo "

"; echo "
framename}\" name=\"authmenu\" method=\"post\" action=\"auth.php\">"; echo "sesskey."\">"; print_string("chooseauthmethod","auth"); choose_from_menu ($options, "auth", $auth, "","document.location='auth.php?sesskey=$USER->sesskey&auth='+document.authmenu.auth.options[document.authmenu.auth.selectedIndex].value", ""); - echo "

"; + echo "
"; print_simple_box_start("center", "100%"); print_heading($options[$auth]); @@ -124,9 +124,9 @@ if ($auth != "email" and $auth != "none" and $auth != "manual") { echo ""; - echo "

"; + echo ""; print_string("changepassword", "auth"); - echo ":

"; + echo ":"; echo ""; echo "changepassword\">"; echo ""; @@ -137,9 +137,9 @@ } echo ""; - echo "

"; + echo ""; print_string("guestloginbutton", "auth"); - echo ":

"; + echo ":"; echo ""; choose_from_menu($guestoptions, "guestloginbutton", $config->guestloginbutton, ""); echo ""; @@ -149,9 +149,9 @@ if (function_exists('auth_user_create')){ echo ""; - echo "

"; + echo ""; print_string("auth_user_create", "auth"); - echo ":

"; + echo ":"; echo ""; choose_from_menu($createoptions, "auth_user_create", $config->auth_user_create, ""); echo ""; @@ -160,9 +160,9 @@ echo ""; } - echo "

"; + echo "\">
"; print_simple_box_end(); diff --git a/auth/db/config.html b/auth/db/config.html index e250ae799e5..d2803a60d3f 100644 --- a/auth/db/config.html +++ b/auth/db/config.html @@ -28,7 +28,7 @@ } ?> -

auth_dbhost: + auth_dbhost: @@ -39,7 +39,7 @@ -

auth_dbtype: + auth_dbtype: -

auth_dbname: + auth_dbname: @@ -66,7 +66,7 @@ -

auth_dbuser: + auth_dbuser: @@ -77,7 +77,7 @@ -

auth_dbpass: + auth_dbpass: @@ -88,7 +88,7 @@ -

auth_dbtable: + auth_dbtable: @@ -99,7 +99,7 @@ -

auth_dbfielduser: + auth_dbfielduser: @@ -110,7 +110,7 @@ -

auth_dbfieldpass: + auth_dbfieldpass: @@ -121,7 +121,7 @@ -

auth_dbpasstype: + auth_dbpasstype: -

: + : @@ -146,77 +146,77 @@ -

: + : -

: + : -

1: + 1: -

2: + 2: -

: + : -

: + : -

: + : -

: + : -

: + : -

: + : -

: + : @@ -224,7 +224,7 @@ -

: + : diff --git a/auth/fc/config.html b/auth/fc/config.html index e321ea5988c..3ba334f14c8 100644 --- a/auth/fc/config.html +++ b/auth/fc/config.html @@ -36,7 +36,7 @@ -

auth_fchost: + auth_fchost: @@ -58,7 +58,7 @@ -

auth_fcfppport: + auth_fcfppport: @@ -80,7 +80,7 @@ -

auth_fcuserid: + auth_fcuserid: @@ -102,7 +102,7 @@ -

auth_fcpasswd: + auth_fcpasswd: @@ -124,7 +124,7 @@ -

auth_fccreators: + auth_fccreators: @@ -148,7 +148,7 @@ -

: + : diff --git a/auth/imap/config.html b/auth/imap/config.html index 5b385a8a5a6..68501fae839 100644 --- a/auth/imap/config.html +++ b/auth/imap/config.html @@ -10,7 +10,7 @@ } ?> -

auth_imaphost: + auth_imaphost: @@ -22,7 +22,7 @@ -

auth_imaptype: + auth_imaptype: -

auth_imapport: + auth_imapport: @@ -48,7 +48,7 @@ -

: + : diff --git a/auth/manual/config.html b/auth/manual/config.html index 25c4b30e256..2febb35297c 100644 --- a/auth/manual/config.html +++ b/auth/manual/config.html @@ -1,5 +1,5 @@ -

: + : diff --git a/auth/nntp/config.html b/auth/nntp/config.html index e5fbd4a05fc..fb278adcbd4 100644 --- a/auth/nntp/config.html +++ b/auth/nntp/config.html @@ -8,7 +8,7 @@ ?> -

auth_nntphost: + auth_nntphost: @@ -20,7 +20,7 @@ -

auth_nntpport: + auth_nntpport: @@ -31,7 +31,7 @@ -

: + : diff --git a/auth/pop3/config.html b/auth/pop3/config.html index 114f1e077d5..5f74a2accf7 100644 --- a/auth/pop3/config.html +++ b/auth/pop3/config.html @@ -13,7 +13,7 @@ } ?> -

auth_pop3host: + auth_pop3host: @@ -25,7 +25,7 @@ -

auth_pop3type: + auth_pop3type: -

auth_pop3port: + auth_pop3port: @@ -51,7 +51,7 @@ -

auth_pop3mailbox: + auth_pop3mailbox: @@ -62,7 +62,7 @@ -

: + : diff --git a/auth/shibboleth/config.html b/auth/shibboleth/config.html index 7292a57e09d..79d05d41fef 100755 --- a/auth/shibboleth/config.html +++ b/auth/shibboleth/config.html @@ -1,133 +1,131 @@ - -

Shibboleth WAYF url: - - + Shibboleth WAYF URL: + + - - - - - -

Shibboleth logout url: - - - - - - -

: - - - - - - + + + + + + Shibboleth logout URL: + + + + + + + : + + + + + + - -

: - - - - - - - -

: - - - - + + : + + + + + + + + : + + + + - -

: - - - - + + : + + + + - -

1: - - - - + + 1: + + + + - -

2: - - - - + + 2: + + + + - -

: - - - - + + : + + + + - -

: - - - - + + : + + + + - -

: - - - - + + : + + + + - -

: - - - - + + : + + + + - -

: - - - - + + : + + + + - -

: - - - - + + : + + + + - -

: - - - - + + : + + + + - -

: - - - - + + : + + + + - -

: - - - - + + : + + + + - - + +