--- loncom/auth/lonlogout.pm 2008/11/17 18:09:14 1.34 +++ loncom/auth/lonlogout.pm 2009/05/16 13:50:04 1.38 @@ -1,7 +1,7 @@ # The LearningOnline Network # Logout Handler # -# $Id: lonlogout.pm,v 1.34 2008/11/17 18:09:14 bisitz Exp $ +# $Id: lonlogout.pm,v 1.38 2009/05/16 13:50:04 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -26,6 +26,19 @@ # http://www.lon-capa.org/ # +=head1 NAME + +Apache::lonlogout + +=head1 SYNOPSIS + + +This is part of the LearningOnline Network with CAPA project +described at http://www.lon-capa.org. + + +=cut + package Apache::lonlogout; use strict; @@ -85,12 +98,13 @@ sub handler { my $relogmessage=''; if ($env{'form.handover'}) { $switch=''; + $env{'form.handover'}.'" />'; $start_page=&Apache::loncommon::start_page('Switching Server ...', $switch); } else { $start_page=&Apache::loncommon::start_page('Logged Out',undef, - {'no_inline_link' => 1,}); + {'no_inline_link' => 1, + 'no_nav_bar' => 1,}); $relogmessage.='

'.&mt('Goodbye').'

' .'

'.&mt('Thank you for using LON-CAPA.').'

'; @@ -155,7 +169,6 @@ __END__ -