--- modules/gci/lonlogin.pm 2010/12/05 18:09:25 1.10 +++ modules/gci/lonlogin.pm 2022/02/27 16:35:24 1.15 @@ -1,7 +1,7 @@ # The LearningOnline Network # Login Screen # -# $Id: lonlogin.pm,v 1.10 2010/12/05 18:09:25 gci Exp $ +# $Id: lonlogin.pm,v 1.15 2022/02/27 16:35:24 gci Exp $ # # Copyright Michigan State University Board of Trustees # @@ -30,7 +30,7 @@ package Apache::lonlogin; use strict; use Apache::Constants qw(:common); -use Apache::File (); +use Apache::File(); use Apache::lonnet; use Apache::loncommon(); use Apache::lonauth(); @@ -63,7 +63,6 @@ sub handler { $r->send_http_header; return OK if $r->header_only; - # Are we re-routing? if (-e '/home/httpd/html/lon-status/reroute.txt') { &Apache::lonauth::reroute($r); @@ -632,12 +631,12 @@ END_OF_BLOCK2 Javascript must be enabled in your web browser in order to use this web site.

 

- - - - - - + + + + + + END_OF_BLOCK3 } else { $r->print(< - - - - - - + + + + + + @@ -766,14 +765,14 @@ function helpdesk() { ENDSCRIPT } $contactblock .= <<"ENDBLOCK"; -    $version +    $version ENDBLOCK return $contactblock; } sub forgotpwdisplay { my (%lt) = @_; - my $prompt_for_resetpw = 1; + my $prompt_for_resetpw = 1; if ($prompt_for_resetpw) { return '
   '.$lt{'forgotpw'}.'
'; }