From 50fc296d8d67b14bff23dd22100ff4f80c75f568 Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Tue, 25 Apr 2006 23:15:08 +0000 Subject: [PATCH] auth/cas: dos2unix on index_form.html - bug #5053 --- auth/cas/index_form.html | 93 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 92 insertions(+), 1 deletion(-) diff --git a/auth/cas/index_form.html b/auth/cas/index_form.html index 271946e06b..0616a20201 100644 --- a/auth/cas/index_form.html +++ b/auth/cas/index_form.html @@ -1 +1,92 @@ -

:
()

" />
guestloginbutton) { ?>

:

" />
changepassword or is_internal_auth() ) { if (is_internal_auth()) { $changepassword = "forgot_password.php"; $changebuttonname = get_string("senddetails"); } else { $changepassword = $CFG->changepassword; $changebuttonname = get_string("passwordrecovery"); } ?>

auth) { case "email": print_string("loginsteps", "", "signup.php"); ?>
" />
auth_instructions); if (!function_exists('auth_user_login')) { require_once("../auth/$CFG->auth/lib.php"); } if (!empty($CFG->auth_user_create) and function_exists('auth_user_create') ){ ?>
" />
\ No newline at end of file + + + + + + + + + + + + + +
+

+
+

+
+

:
+ () +
+

+
+ + + + +
+ + + " /> +
+
+guestloginbutton) { ?> +
+

:

+
+ + + " /> +
+ + +changepassword or is_internal_auth() ) { + if (is_internal_auth()) { + $changepassword = "forgot_password.php"; + $changebuttonname = get_string("senddetails"); + } else { + $changepassword = $CFG->changepassword; + $changebuttonname = get_string("passwordrecovery"); + } +?> +
+

+
+ +
+ + +
+auth) { + case "email": + print_string("loginsteps", "", "signup.php"); +?> +
+
+ " /> +
+
+auth_instructions); + if (!function_exists('auth_user_login')) { + require_once("../auth/$CFG->auth/lib.php"); + } + if (!empty($CFG->auth_user_create) and function_exists('auth_user_create') ){ +?> + +
+
+ " /> +
+
+ + +
+ -- 2.39.5