Diff for /loncom/auth/lonlogout.pm between versions 1.32.2.1 and 1.33

version 1.32.2.1, 2009/09/15 00:06:28 version 1.33, 2008/11/12 20:01:09
Line 107  sub handler { Line 107  sub handler {
                           .&mt('You can [_1]close this window[_2] now.'                            .&mt('You can [_1]close this window[_2] now.'
                               ,'','')                                ,'','')
 #                              ,'<a href="javascript:self.close();">','</a>');  #                              ,'<a href="javascript:self.close();">','</a>');
 # 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:
   
   '<a href="javascript:self.close();">','</a>');
   
   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
                           .'</p>'                            .'</p>'
                           .'<p>'.&mt('[_1]Log in again[_2]'                            .'<p>'.&mt('[_1]Log in again[_2]'
                               ,'<a href="'.$login_url.'?domain='.$env{'user.domain'}.'">','</a>').                                ,'<a href="'.$login_url.'?domain='.$env{'user.domain'}.'">','</a>')
                            ('&nbsp;'x6).&mt('[_1]Return to WebCenter front page[_2]',  
                                '<a href="/">','</a>')  
                           .'</p>';                            .'</p>';
         }          }
  my $domain = $env{'user.domain'};   my $domain = $env{'user.domain'};

Removed from v.1.32.2.1  
changed lines
  Added in v.1.33


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>