Diff for /loncom/html/res/adm/pages/menu.html between versions 1.93 and 1.94

version 1.93, 2003/04/04 22:00:26 version 1.94, 2003/04/11 15:28:23
Line 369  function drawwindow() { Line 369  function drawwindow() {
   '<html><body bgcolor="#666666" text="#DDDDDD" link="#EEEEEE" '+    '<html><body bgcolor="#666666" text="#DDDDDD" link="#EEEEEE" '+
          'onUnload="opener.w_extdisp_flag=-1;">'+           'onUnload="opener.w_extdisp_flag=-1;">'+
   '<h2>LON-CAPA Extended Display Remote Control</h2>'+    '<h2>LON-CAPA Extended Display Remote Control</h2>'+
   '<script>var currentURL="'+currentURL+'";self.focus();</script>'+    '<script type="text/javascript">var currentURL="'+currentURL+'";self.focus();</s'+'cript>'+
   '<table border="2"><tr><th>Select Functionality from Below</th>'+    '<table border="2"><tr><th>Select Functionality from Below</th>'+
   '<th>Description</th></tr>');    '<th>Description</th></tr>');
    for (var i=0; i<=ds.length; i++) {     for (var i=0; i<=ds.length; i++) {

Removed from v.1.93  
changed lines
  Added in v.1.94


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