Diff for /loncom/html/res/adm/pages/menu.html between versions 1.44 and 1.46

version 1.44, 2002/03/18 14:25:49 version 1.46, 2002/03/19 21:06:24
Line 41  Jan Guy Albertelli Line 41  Jan Guy Albertelli
 5/4,5/9,5/28,5/30,6/1,6/2,6/3,6/8,6/15,6/16 Gerd Kortemeyer  5/4,5/9,5/28,5/30,6/1,6/2,6/3,6/8,6/15,6/16 Gerd Kortemeyer
 7/24,8/6 Scott Harrison  7/24,8/6 Scott Harrison
 8/24 Gerd Kortemeyer  8/24 Gerd Kortemeyer
   YEAR=2002
   March 2002 Matthew Hall
   3/19 Gerd Kortemeyer
 -->  -->
 <head>  <head>
 <title>LON-CAPA Remote</title>  <title>LON-CAPA Remote</title>
Line 48  Jan Guy Albertelli Line 51  Jan Guy Albertelli
   
   
 <body bgcolor="#BBBBBB"   <body bgcolor="#BBBBBB" 
       background="remotebg.gif">        background="remotebg.gif"
         onUnload="logout();">
 <basefont size="1" />  <basefont size="1" />
   
 <script type="text/javascript">  <script type="text/javascript">
Line 96  var clienthost=window.location.host; Line 100  var clienthost=window.location.host;
 var clientwindow=opener;  var clientwindow=opener;
   
 function windowcheck() {  function windowcheck() {
    if (clientwindow.closed) {     if (clientwindow==null || clientwindow.closed) {
       clientwindow=window.open("http://"+clienthost+"/");         clientwindow=window.open("http://"+clienthost+"/",'',
         "height=400,width=440,"+
         "scrollbars=1,toolbar=1,status=1,resizable=1,location=1,"+
         "left=190,top=15,screenX=190,screenY=15"); 
    }     }
    clientwindow.name='loncapaclient';     clientwindow.name='loncapaclient';
      clientwindow.menuwindow=self;
 }  }
   
 function logout () {  function logout () {

Removed from v.1.44  
changed lines
  Added in v.1.46


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