Diff for /loncom/interface/Attic/lonremote.pm between versions 1.21 and 1.22

version 1.21, 2006/08/30 15:26:29 version 1.22, 2008/01/19 21:38:24
Line 71  sub collapseremote { Line 71  sub collapseremote {
     my $windowinfo=&Apache::lonmenu::close();      my $windowinfo=&Apache::lonmenu::close();
 #    my $switch='<meta HTTP-EQUIV="Refresh" CONTENT="0.5; url='.$lowerurl.'">';  #    my $switch='<meta HTTP-EQUIV="Refresh" CONTENT="0.5; url='.$lowerurl.'">';
     my $message='<p>'.&mt("The external menu (Remote Control) has been disabled, and you will be working with the smaller inline menu.\nYou may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser.\nTo use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.").'</p>';       my $message='<p>'.&mt("The external menu (Remote Control) has been disabled, and you will be working with the smaller inline menu.\nYou may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser.\nTo use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.").'</p>'; 
       my $continue = &mt('Continue');
     $r->print(<<ENDCOLLAPSE);      $r->print(<<ENDCOLLAPSE);
 $start_page  $start_page
 $windowinfo  $windowinfo
 <p>  <p>
 $message  $message
 </p>  </p>
 <a href="$lowerurl">Continue</a>  <a href="$lowerurl">$continue</a>
 $end_page  $end_page
 ENDCOLLAPSE  ENDCOLLAPSE
    &Apache::lonnet::put('environment',{'remote' => 'off'});     &Apache::lonnet::put('environment',{'remote' => 'off'});

Removed from v.1.21  
changed lines
  Added in v.1.22


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