--- loncom/auth/lonlogin.pm 2003/09/17 02:24:14 1.51 +++ loncom/auth/lonlogin.pm 2003/09/21 20:06:36 1.54 @@ -1,7 +1,7 @@ # The LearningOnline Network # Login Screen # -# $Id: lonlogin.pm,v 1.51 2003/09/17 02:24:14 www Exp $ +# $Id: lonlogin.pm,v 1.54 2003/09/21 20:06:36 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -45,8 +45,9 @@ use Apache::lonlocal; sub handler { my $r = shift; - $r->content_type('text/html'); &Apache::loncommon::no_cache($r); + &Apache::lonlocal::get_language_handle($r); + &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; return OK if $r->header_only; @@ -61,9 +62,6 @@ sub handler { ($ENV{'QUERY_STRING'}.'&'.$ENV{'request.querystring'}, ['interface','username','domain','firsturl','localpath','localres']); -# -------------------------------------------------------------------- Language - - &Apache::lonlocal::get_language_handle(); # ----------------------------------------------------------- Process Interface $ENV{'form.interface'}=~s/\W//g; @@ -224,8 +222,11 @@ my %lt=&Apache::lonlocal::texthash( 'pw' => 'Password', 'dom' => 'Domain', 'perc' => 'percent', - 'user' => 'User', - 'load' => 'load', + 'load' => 'Load', + 'userload' => 'User Load', + 'about' => 'aboutlon.gif', + 'access' => 'accessbutton.gif', + 'auth' => 'userauthentication.gif', 'log' => 'Log in', 'help' => 'Help', 'serv' => 'Server', @@ -330,9 +331,9 @@ ENDSERVERFORM - Accessibility Options + Accessibility Options
- About LON-CAPA + About LON-CAPA @@ -389,7 +390,7 @@ ENDNOOPT - + @@ -450,7 +451,7 @@ ENDLOGIN
User Authentication
User Authentication

   $lt{'un'}:

-    Load:  +    $lt{'load'}:   $loadpercent $lt{'perc'} @@ -458,7 +459,7 @@ ENDLOGIN
-    $lt{'user'} $lt{'load'}:  +    $lt{'userload'}:   $userloadpercent $lt{'perc'}