--- loncom/auth/lonauth.pm 2003/09/16 19:23:47 1.56 +++ loncom/auth/lonauth.pm 2003/10/30 00:54:57 1.58 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.56 2003/09/16 19:23:47 www Exp $ +# $Id: lonauth.pm,v 1.58 2003/10/30 00:54:57 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -191,6 +191,12 @@ Content-type: text/html Set-cookie: $cookie ENDHEADER + my %lt=&Apache::lonlocal::texthash( + 'wel' => 'Welcome', + 'mes' => 'Welcome to the LearningOnline Network with CAPA. Please wait while your session is being set up', + 'pro' => 'Problems', + 'log' => 'loginproblems.html', + ); $r->print(< @@ -200,11 +206,9 @@ $startupremote $bodytag $setflags $windowinfo -

Welcome!

-Welcome to the LearningOnline Network with CAPA. -Please wait while your session -is being set up.

-Problems?

+

$lt{'wel'}

+$lt{'mes'}.

+$lt{'pro'}?

$maincall @@ -271,7 +275,7 @@ sub handler { return OK; } - &Apache::lonlocal::get_language_handle(); + &Apache::lonlocal::get_language_handle($r); my $buffer; $r->read($buffer,$r->header_in('Content-length'),0);