--- loncom/auth/lonlogout.pm 2009/09/15 00:06:28 1.32.2.1 +++ loncom/auth/lonlogout.pm 2008/11/12 20:01:09 1.33 @@ -1,7 +1,7 @@ # The LearningOnline Network # Logout Handler # -# $Id: lonlogout.pm,v 1.32.2.1 2009/09/15 00:06:28 raeburn Exp $ +# $Id: lonlogout.pm,v 1.33 2008/11/12 20:01:09 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -107,12 +107,18 @@ sub handler { .&mt('You can [_1]close this window[_2] now.' ,'','') # ,'',''); -# Due to security reasons in new web browsers a window could only be closed with java script, if this window has also been opend with javascript. This is not done here which means that in most cases the close link will not work. Unless we find another solution, this link should not be offered. (Stefan Bisitz, 2008-08-01) +=pod + +=head1 NOTES: + +'',''); + +Due to security reasons in new web browsers a window could only be closed with java script, if this window has also been opend with javascript. This is not done here which means that in most cases the close link will not work. Unless we find another solution, this link should not be offered. (Stefan Bisitz, 2008-08-01) + +=cut .'

' .'

'.&mt('[_1]Log in again[_2]' - ,'',''). - (' 'x6).&mt('[_1]Return to WebCenter front page[_2]', - '','') + ,'','') .'

'; } my $domain = $env{'user.domain'};