Diff for /loncom/html/res/adm/pages/menu.html between versions 1.32 and 1.35

version 1.32, 2001/06/02 19:55:45 version 1.35, 2001/06/15 22:25:10
Line 11  Jan Guy Albertelli Line 11  Jan Guy Albertelli
 3/21 Gerd Kortemeyer  3/21 Gerd Kortemeyer
 4/30 Ben Tyszka  4/30 Ben Tyszka
 5/2 Scott Harrison  5/2 Scott Harrison
 5/4,5/9,5/28,5/30,6/1,6/2 Gerd Kortemeyer  5/4,5/9,5/28,5/30,6/1,6/2,6/3,6/8 Gerd Kortemeyer
 -->  -->
 <head>  <head>
 <title>LON-CAPA Remote</title>  <title>LON-CAPA Remote</title>
Line 34  imgpath='/res/adm/pages/'; Line 34  imgpath='/res/adm/pages/';
   
 var currentURL='';  var currentURL='';
 var currentStale=1;  var currentStale=1;
   var menucltim;
   
 // not used (yet)  // not used (yet)
 // var w_Annotator;  // var w_Annotator;
Line 166  function gopost(url,postdata) { Line 167  function gopost(url,postdata) {
    if (url!='') {     if (url!='') {
       this.document.server.action="http://"+clienthost+url;        this.document.server.action="http://"+clienthost+url;
       this.document.server.postdata.value=postdata;        this.document.server.postdata.value=postdata;
         this.document.server.command.value='';
         this.document.server.url.value='';
         this.document.server.submit();
      }
   }
   
   function gocmd(url,cmd) {
      windowcheck();
      this.document['led'].src="ledsend.gif";
      if (url!='') {
         this.document.server.action="http://"+clienthost+url;
         this.document.server.postdata.value='';
         this.document.server.command.value=cmd;
         this.document.server.url.value=currentURL;
       this.document.server.submit();        this.document.server.submit();
    }     }
 }  }
Line 305  function catalog_info() { Line 320  function catalog_info() {
   
 <tr>  <tr>
 <td><a href="javascript:eval(hr[91]);" onMouseOver="display(dt[91],db[91]);"><img border="0" name="b91" src="empty.gif"></img></a></td>  <td><a href="javascript:eval(hr[91]);" onMouseOver="display(dt[91],db[91]);"><img border="0" name="b91" src="empty.gif"></img></a></td>
 <td colspan="2"><a href="javascript:eval(hr[92]);" onMouseOver="display(dt[92],db[92]);"><img border="0" name="b92" src="dempty.gif"></img></a></td>  <td><a href="javascript:eval(hr[92]);" onMouseOver="display(dt[92],db[92]);"><img border="0" name="b92" src="empty.gif"></img></a></td>
   <td><a href="javascript:eval(hr[93]);" onMouseOver="display(dt[93],db[93]);"><img border="0" name="b93" src="empty.gif"></img></a></td>
   </tr>
   
   <tr>
   <td><a href="javascript:eval(hr[101]);" onMouseOver="display(dt[101],db[101]);"><img border="0" name="b101" src="empty.gif"></img></a></td>
   <td colspan="2"><a href="javascript:eval(hr[102]);" onMouseOver="display(dt[102],db[102]);"><img border="0" name="b102" src="dempty.gif"></img></a></td>
 </tr>  </tr>
   
 </table>  </table>
Line 316  function catalog_info() { Line 337  function catalog_info() {
 ><img border="0" src="spacer.gif"></img></a><br />  ><img border="0" src="spacer.gif"></img></a><br />
   
 <form name='server' action='/adm/logout' method='post' target='loncapaclient'>  <form name='server' action='/adm/logout' method='post' target='loncapaclient'>
 <input type='hidden' name='postdata' value='none'></input>  <input type='hidden' name='postdata' value='none' />
 </form>  <input type="hidden" name="command" value="none" />
   <input type="hidden" name="url" value="none" />
    </form>
 </center>  </center>
 </body>  </body>
 </html>  </html>

Removed from v.1.32  
changed lines
  Added in v.1.35


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