--- loncom/auth/lonlogout.pm 2005/09/20 07:33:54 1.15 +++ loncom/auth/lonlogout.pm 2006/04/05 22:25:44 1.16 @@ -1,7 +1,7 @@ # The LearningOnline Network # Logout Handler # -# $Id: lonlogout.pm,v 1.15 2005/09/20 07:33:54 albertel Exp $ +# $Id: lonlogout.pm,v 1.16 2006/04/05 22:25:44 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -82,9 +82,10 @@ sub handler { if ($env{'form.handover'}) { $switch=''; - $bodytag=&Apache::loncommon::bodytag('Switching Server ...'); + $start_page=&Apache::loncommon::start_page('Switching Server ...', + $switch); } else { - $bodytag=&Apache::loncommon::bodytag('Logged Out'); + $start_page=&Apache::loncommon::start_page('Logged Out'); my %lt=&Apache::lonlocal::texthash('gb' => 'Goodbye', 'cw' => 'close this window', 'li' => 'log in again', @@ -96,17 +97,13 @@ sub handler { $lt{'li'}. ENDRELOG } + $end_page=&Apache::loncommon::end_page(); # --------------------------------------------------------------- Screen Output $r->print(< -The LearningOnline Network with CAPA Logout -$switch - -$bodytag +$start_page $windowinfo $relogmessage - - +$end_page ENDDOCUMENT &Apache::lonnet::flushcourselogs(); return OK;