--- loncom/auth/lonauth.pm 2003/09/20 17:44:22 1.57 +++ 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.57 2003/09/20 17:44:22 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