Diff for /loncom/html/res/adm/pages/menu.html between versions 1.8 and 1.9

version 1.8, 2000/10/03 20:31:48 version 1.9, 2000/10/04 23:01:52
Line 4  The LearningOnline Network with CAPA Line 4  The LearningOnline Network with CAPA
 Remote Control  Remote Control
 6/12/00,6/13,6/14,6/15 Gerd Kortemeyer  6/12/00,6/13,6/14,6/15 Gerd Kortemeyer
 Sept Ben Tyszka  Sept Ben Tyszka
 10/2,10/3 Gerd Kortemeyer  10/2,10/3,10/4 Gerd Kortemeyer
 -->  -->
 <head>  <head>
 <title>LON-CAPA Remote</title>  <title>LON-CAPA Remote</title>
Line 29  function windowcheck() { Line 29  function windowcheck() {
 }  }
   
 function logout () {  function logout () {
    windowcheck();     if ((
    clientwindow.window.location.href="http://"+clienthost+"/adm/logout";      clientwindow.window.location.href!="http://"+clienthost+"/adm/logout"
          ) && (
       clientwindow.window.location.href!="http://"+clienthost+"/adm/authenticate"
       ))
      {
         windowcheck();   
         clientwindow.window.location.href="http://"+clienthost+"/adm/logout";
      }
 }  }
   
 function display(utext,ltext) {  function display(utext,ltext) {

Removed from v.1.8  
changed lines
  Added in v.1.9


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