--- loncom/auth/lonlogin.pm 2025/02/09 22:49:11 1.210 +++ loncom/auth/lonlogin.pm 2025/02/17 18:56:10 1.212 @@ -1,7 +1,7 @@ # The LearningOnline Network # Login Screen # -# $Id: lonlogin.pm,v 1.210 2025/02/09 22:49:11 raeburn Exp $ +# $Id: lonlogin.pm,v 1.212 2025/02/17 18:56:10 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -387,7 +387,7 @@ sub handler { } $r->print( $start_page - .'
' + .'
' .'

'.&mt('You are already logged in!').'

' .'

'.&mt('Please either [_1]continue the current session[_2] or [_3]log out[_4].', '','','','').'

' @@ -638,13 +638,18 @@ h2 { margin-right: 0; font-weight: bold; } +.LC_landmark { + margin: 0; + padding: 0; + border: none; +} ' .'' - .'
' + .'' - .'
' + .'
' .'

'.&mt('This LON-CAPA server is temporarily not available for login.').'

'); if ($spares) { $r->print('

'.&mt('Please attempt to login to one of the following servers:') @@ -864,6 +869,7 @@ ENDSAMLJS 'forgotpw' => 'Forgot password?', 'newuser' => 'New User?', 'change' => 'Change?', + 'nojs' => 'Use of LON-CAPA requires Javascript to be enabled in your web browser.', ); # -------------------------------------------------- Change password field name @@ -921,9 +927,18 @@ ENDSERVERFORM .$lt{'log'} .''; - my $noscript_warning=''; + my $noscript_warning = <<"ENDNOJS"; +

+
+ +
+ENDNOJS my $helpdeskscript; my $contactblock = &contactdisplay(\%lt,$servadm,$showadminmail, $authdomain,\$helpdeskscript, @@ -1188,7 +1203,7 @@ END } $r->print(< +