--- loncom/auth/lonlogout.pm 2003/06/06 02:24:49 1.10 +++ loncom/auth/lonlogout.pm 2003/09/17 23:50:18 1.11 @@ -1,7 +1,7 @@ # The LearningOnline Network # Logout Handler # -# $Id: lonlogout.pm,v 1.10 2003/06/06 02:24:49 www Exp $ +# $Id: lonlogout.pm,v 1.11 2003/09/17 23:50:18 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -38,6 +38,7 @@ use Apache::File; use Apache::lonnet; use Apache::lonmenu; use CGI::Cookie(); +use Apache::lonlocal; sub handler { my $r = shift; @@ -87,10 +88,15 @@ sub handler { $bodytag=&Apache::loncommon::bodytag('Switching Server ...'); } else { $bodytag=&Apache::loncommon::bodytag('Logged Out'); + my %lt=&Apache::lonlocal::texthash('gb' => 'Goodbye', + 'cw' => 'close this window', + 'li' => 'log in again', + 'pe' => 'Please either', + 'or' => 'or'); $relogmessage=(<Goodbye! -Please either close this window or -log in again. +

$lt{'gb'}!

+ $lt{'pe'} $lt{'cw'} $lt{'or'} +$lt{'li'}. ENDRELOG } # --------------------------------------------------------------- Screen Output