Diff for /loncom/html/res/adm/pages/menu.html between versions 1.28 and 1.42

version 1.28, 2001/05/04 15:28:01 version 1.42, 2002/02/13 22:26:23
Line 2 Line 2
 <!--  <!--
 The LearningOnline Network with CAPA  The LearningOnline Network with CAPA
 Remote Control  Remote Control
   
   //
   // $Id$
   //
   // Copyright Michigan State University Board of Trustees
   //
   // This file is part of the LearningOnline Network with CAPA (LON-CAPA).
   //
   // LON-CAPA is free software; you can redistribute it and/or modify
   // it under the terms of the GNU General Public License as published by
   // the Free Software Foundation; either version 2 of the License, or
   // (at your option) any later version.
   //
   // LON-CAPA is distributed in the hope that it will be useful,
   // but WITHOUT ANY WARRANTY; without even the implied warranty of
   // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   // GNU General Public License for more details.
   //
   // You should have received a copy of the GNU General Public License
   // along with LON-CAPA; if not, write to the Free Software
   // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   //
   // /home/httpd/html/adm/gpl.txt
   //
   // http://www.lon-capa.org/
   //
   
 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,10/4,10/17,10/19,3/1/1 Gerd Kortemeyer  10/2,10/3,10/4,10/17,10/19,3/1/1 Gerd Kortemeyer
Line 11  Jan Guy Albertelli Line 38  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 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
   8/24 Gerd Kortemeyer
 -->  -->
 <head>  <head>
 <title>LON-CAPA Remote</title>  <title>LON-CAPA Remote</title>
Line 19  Jan Guy Albertelli Line 48  Jan Guy Albertelli
   
   
 <body bgcolor="#BBBBBB"   <body bgcolor="#BBBBBB" 
       background="remotebg.gif"        background="remotebg.gif">
       onLoad="activate();"   
       onUnload="logout();">  
 <basefont size="1" />  <basefont size="1" />
   
 <script type="text/javascript">  <script type="text/javascript">
Line 30  statustop=''; Line 57  statustop='';
 statusbot='';  statusbot='';
 active=0;  active=0;
   
   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 49  var w_LONcatInfo_flag=-1; Line 79  var w_LONcatInfo_flag=-1;
  // -1 means never yet opened/defined   // -1 means never yet opened/defined
 ///////////////////////////////////////  ///////////////////////////////////////
   
   hr=new Array;
   db=new Array;
   dt=new Array;
   
 clienthost=window.location.host;  clienthost=window.location.host;
 clientwindow=opener;  clientwindow=opener;
   
Line 61  function windowcheck() { Line 95  function windowcheck() {
   
 function logout () {  function logout () {
    windowcheck();     windowcheck();
    if (clientwindow.status!='MenuControl:nologout')  
    {     
       if (w_Annotator_flag!=-1 && annotator && !annotator.closed) {        if (w_Annotator_flag!=-1 && annotator && !annotator.closed) {
           annotator.close();            annotator.close();
       }        }
Line 76  function logout () { Line 109  function logout () {
           loncatinfo.close();            loncatinfo.close();
       }        }
       clientwindow.window.location.href="http://"+clienthost+"/adm/logout";        clientwindow.window.location.href="http://"+clienthost+"/adm/logout";
    }  
 }  }
   
 function activate () {  function activate () {
      opener.menuloaded=1;
    setTimeout('active=1;',2000);     setTimeout('active=1;',2000);
 }  }
   
Line 90  function deactivate () { Line 124  function deactivate () {
 function display(utext,ltext) {  function display(utext,ltext) {
   var i; var ch;    var i; var ch;
   this.window.focus();    this.window.focus();
     if (typeof(utext)=="undefined") { utext=''; }
     if (typeof(ltext)=="undefined") { ltext=''; }
     if ((utext=='') && (ltext=='')) {
        utext=statustop;
        ltext=statusbot;
     }
   if (active) {     if (active) { 
    for (i=0;i<=7;i++) {     for (i=0;i<=7;i++) {
       if (i<utext.length) {        if (i<utext.length) {
Line 97  function display(utext,ltext) { Line 137  function display(utext,ltext) {
          if (ch==' ') { ch='space'; }           if (ch==' ') { ch='space'; }
          if (ch=='-') { ch='hyphen'; }           if (ch=='-') { ch='hyphen'; }
       } else { ch='space'; }        } else { ch='space'; }
       this.document['i'+i].src=ch+'.gif';        this.document['i'+i].src=imgpath+ch+'.gif';
    }     }
    for (i=0;i<=7;i++) {     for (i=0;i<=7;i++) {
       if (i<ltext.length) {        if (i<ltext.length) {
Line 105  function display(utext,ltext) { Line 145  function display(utext,ltext) {
          if (ch==' ') { ch='space'; }           if (ch==' ') { ch='space'; }
          if (ch=='-') { ch='hyphen'; }           if (ch=='-') { ch='hyphen'; }
       } else { ch='space'; }        } else { ch='space'; }
       this.document['j'+i].src=ch+'.gif';        this.document['j'+i].src=imgpath+ch+'.gif';
    }     }
   }    }
 }  }
Line 115  function defdis() { Line 155  function defdis() {
    display(statustop,statusbot);     display(statustop,statusbot);
 }  }
   
   function switchbutton(row,col,imgsrc,texttop,textbot,action) {
      var idx=10*row+col;
      this.document['b'+idx].src="http://"+clienthost+imgpath+imgsrc;
      hr[idx]=action;
      dt[idx]=texttop;
      db[idx]=textbot;
   } 
   
   function clearbut(row,col) {
      var idx=10*row+col;
      this.document['b'+idx].src="http://"+clienthost+imgpath+'empty.gif';
      hr[idx]='javascript:defdis();';
      dt[idx]='';
      db[idx]='';
   }
   
 function setstatus(tp,bt) {  function setstatus(tp,bt) {
    this.document['led'].src="ledblink.gif";     this.document['led'].src="ledblink.gif";
    statustop=tp;     statustop=tp;
Line 137  function gopost(url,postdata) { Line 193  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 148  function annotate() { Line 218  function annotate() {
    "<html><body onload='Javascript:document.goannotate.submit();'>"     "<html><body onload='Javascript:document.goannotate.submit();'>"
   +"<form name='goannotate' target='Annotator' method='post' "    +"<form name='goannotate' target='Annotator' method='post' "
   +"action='/adm/annotations'>"    +"action='/adm/annotations'>"
   +"<input type='hidden' name='urlnew' value='"+clientwindow.location.href+"'>"    +"<input type='hidden' name='urlnew' value='"+currentURL+"'>"
   +"</form></body></html>");    +"</form></body></html>");
    annotator.document.close();     annotator.document.close();
 }  }
   
 function set_bookmark() {  function set_bookmark() {
    go('');     go('');
    clienttitle="Enter Title";     if (currentStale) {
    clienthref="Enter Address";        clienttitle="Enter Title";
         clienthref=currentURL;
      } else {
         clienttitle=clientwindow.document.title;
         clienthref=clientwindow.location.pathname;
      }
    w_bmquery_flag=1;     w_bmquery_flag=1;
    bmquery=window.open('','bmquery','width=365,height=165,scrollbars=0');     bmquery=window.open('','bmquery','width=365,height=165,scrollbars=0');
    bmquery.document.write(     bmquery.document.write(
Line 189  function catalog_info() { Line 264  function catalog_info() {
 </script>  </script>
   
 <center>  <center>
 <table border="0" cellspacing="0" cellpadding="0">  <table border="0" cellspacing="1" cellpadding="0">
 <tr><td>  <tr><td>
 <a href="javascript:defdis();"  <a href="javascript:defdis();"
    onMouseOver="defdis();"     onMouseOver="defdis();"
Line 227  function catalog_info() { Line 302  function catalog_info() {
 </tr>  </tr>
 </table><br />  </table><br />
   
 <a href="javascript:defdis();"  <table border="0" cellspacing="0" cellpadding="0">
    onMouseOver="defdis();"  
 ><img border="0" src="spacer.gif"></img></a><br />  
   
 <img src="navmenu.gif" usemap="#navmenuMap" border="0"></img><br />  <tr>
   <td colspan="2"><a href="javascript:eval(hr[11]);" onMouseOver="display(dt[11],db[11]);"><img border="0" name="b11" src="dempty.gif"></img></a></td>
   <td><a href="javascript:eval(hr[12]);" onMouseOver="display(dt[12],db[12]);"><img border="0" name="b12" src="empty.gif"></img></a></td>
   </tr>
   
 <a href="javascript:defdis();"  <tr>
    onMouseOver="defdis();"  <td rowspan="2"><a href="javascript:eval(hr[21]);" onMouseOver="display(dt[21],db[21]);"><img border="0" name="b21" src="qempty.gif"></img></a></td>
 ><img border="0" src="spacer.gif"></img></a><br />  <td><a href="javascript:eval(hr[22]);" onMouseOver="display(dt[22],db[22]);"><img border="0" name="b22" src="empty.gif"></img></a></td>
   <td rowspan="2"><a href="javascript:eval(hr[23]);" onMouseOver="display(dt[23],db[23]);"><img border="0" name="b23" src="qempty.gif"></img></a></td>
   </tr>
   
   <tr>
   <td><a href="javascript:eval(hr[31]);" onMouseOver="display(dt[31],db[31]);"><img border="0" name="b31" src="empty.gif"></img></a></td>
   </tr>
   
   <tr>
   <td><a href="javascript:eval(hr[41]);" onMouseOver="display(dt[41],db[41]);"><img border="0" name="b41" src="empty.gif"></img></a></td>
   <td><a href="javascript:eval(hr[42]);" onMouseOver="display(dt[42],db[42]);"><img border="0" name="b42" src="empty.gif"></img></a></td>
   <td><a href="javascript:eval(hr[43]);" onMouseOver="display(dt[43],db[43]);"><img border="0" name="b43" src="empty.gif"></img></a></td>
   </tr>
   
   <tr>
   <td><a href="javascript:eval(hr[51]);" onMouseOver="display(dt[51],db[51]);"><img border="0" name="b51" src="empty.gif"></img></a></td>
   <td><a href="javascript:eval(hr[52]);" onMouseOver="display(dt[52],db[52]);"><img border="0" name="b52" src="empty.gif"></img></a></td>
   <td><a href="javascript:eval(hr[53]);" onMouseOver="display(dt[53],db[53]);"><img border="0" name="b53" src="empty.gif"></img></a></td>
   </tr>
   
   <tr>
   <td><a href="javascript:eval(hr[61]);" onMouseOver="display(dt[61],db[61]);"><img border="0" name="b61" src="empty.gif"></img></a></td>
   <td><a href="javascript:eval(hr[62]);" onMouseOver="display(dt[62],db[62]);"><img border="0" name="b62" src="empty.gif"></img></a></td>
   <td><a href="javascript:eval(hr[63]);" onMouseOver="display(dt[63],db[63]);"><img border="0" name="b63" src="empty.gif"></img></a></td>
   </tr>
   
   <tr>
   <td><a href="javascript:eval(hr[71]);" onMouseOver="display(dt[71],db[71]);"><img border="0" name="b71" src="empty.gif"></img></a></td>
   <td><a href="javascript:eval(hr[72]);" onMouseOver="display(dt[72],db[72]);"><img border="0" name="b72" src="empty.gif"></img></a></td>
   <td><a href="javascript:eval(hr[73]);" onMouseOver="display(dt[73],db[73]);"><img border="0" name="b73" src="empty.gif"></img></a></td>
   </tr>
   
   <tr>
   <td><a href="javascript:eval(hr[81]);" onMouseOver="display(dt[81],db[81]);"><img border="0" name="b81" src="empty.gif"></img></a></td>
   <td><a href="javascript:eval(hr[82]);" onMouseOver="display(dt[82],db[82]);"><img border="0" name="b82" src="empty.gif"></img></a></td>
   <td><a href="javascript:eval(hr[83]);" onMouseOver="display(dt[83],db[83]);"><img border="0" name="b83" src="empty.gif"></img></a></td>
   </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[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><a href="javascript:eval(hr[102]);" onMouseOver="display(dt[102],db[102]);"><img border="0" name="b102" src="dempty.gif"></img></a></td>
   <td><a href="javascript:eval(hr[103]);" onMouseOver="display(dt[103],db[103]);"><img border="0" name="b103" src="dempty.gif"></img></a></td>
   </tr>
   
   </table>
   
 <img src="fnkmenu.gif" usemap="#fnkmenuMap" border="0"></img><br />  
   
 <a href="javascript:defdis();"  <a href="javascript:defdis();"
    onMouseOver="defdis();"     onMouseOver="defdis();"
 ><img border="0" src="spacer.gif"></img></a><br />  ><img border="0" src="spacer.gif"></img></a><br />
   
 <img src="endmenu.gif" usemap="#endmenuMap" border="0"></img>  
   
 </center>  
   
 <map name="fnkmenuMap">  
     <area shape="rect" coords="4,3,34,21"  
          href="javascript:annotate();"  
           onMouseOver="display('my anno-','tations');"  
     ></area>  
   
     <area shape="rect" coords="35,3,65,21"  
          href="javascript:go('/adm/searchcat');"  
           onMouseOver="display('search','catalog');"  
     ></area>  
   
     <area shape="rect" coords="66,3,96,21"  
          href="javascript:gopost('/adm/feedback',  
                                  clientwindow.window.location.href);"  
           onMouseOver="display('feedback','on this');"  
     ></area>  
   
     <area shape="rect" coords="97,3,127,21"  
          href="javascript:go('/adm/preferences');"  
           onMouseOver="display('my pre-','ferences');"  
     ></area>  
   
     <area shape="rect" coords="4,30,34,48"  
          href="javascript:catalog_info('');"  
           onMouseOver="display('catalog','info');"  
     ></area>  
   
     <area shape="rect" coords="35,30,65,48"  
          href="javascript:gopost('/adm/printout',  
                                  clientwindow.window.location.href);"  
           onMouseOver="display('prepare','printout');"  
     ></area>  
   
     <area shape="rect" coords="66,30,96,48"  
          href="javascript:gopost('/adm/evaluate',  
                                  clientwindow.window.location.href);"  
           onMouseOver="display('evaluate','this');"  
     ></area>  
   
     <area shape="rect" coords="97,30,127,48"  
          href="javascript:go('/adm/assignments');"  
           onMouseOver="display('assign-','ments');"  
     ></area>  
     <area shape="default"  
          href="javascript:defdis();"  
          onMouseOver="defdis();"  
     ></area>  
 </map>  
   
 <map name="endmenuMap">  
    <area shape="rect" coords="76,1,131,19"  
           href="javascript:logout();"  
           onMouseOver="display('logout','');"  
     ></area>  
     <area shape="rect" coords="39,0,69,19"  
           href="javascript:go('/adm/mydesk');"  
           onMouseOver="display('my desk','');"  
     ></area>  
     <area shape="rect" coords="1,1,30,19"   
           href="javascript:go('/adm/communicate');"  
           onMouseOver="display('commu-','nication');"  
     ></area>  
     <area shape="default"  
          href="javascript:defdis();"  
          onMouseOver="defdis();"  
     ></area>  
 </map>  
   
 <map name="navmenuMap">  
     <area shape="rect" coords="86,24,110,80"  
           href="javascript:windowcheck();gopost('/adm/flip',  
                                'forward:'+clientwindow.window.location.href);"  
           onMouseOver="display('go','forward');"  
     ></area>  
     <area shape="rect" coords="20,23,44,81"  
           href="javascript:windowcheck();gopost('/adm/flip',  
                                'back:'+clientwindow.window.location.href);"  
           onMouseOver="display('go','back');"  
     ></area>  
     <area shape="rect" coords="35,72,95,97"  
           href="javascript:windowcheck();gopost('/adm/flip',  
                                'down:'+clientwindow.window.location.href);"  
           onMouseOver="display('go level','down');"  
     ></area>  
     <area shape="rect" coords="36,7,94,31"  
           href="javascript:windowcheck();gopost('/adm/flip',  
                                'up:'+clientwindow.window.location.href);"  
           onMouseOver="display('go level','up');"  
     ></area>  
     <area shape="circle" coords="64,51,21"  
           href="javascript:windowcheck();gopost('/adm/flip',  
                                'return:');"  
           onMouseOver="display('return','location');"  
     ></area>  
     <area shape="polygon" coords="2,2,42,2,2,42"  
          href="javascript:go('/adm/roles');"  
           onMouseOver="display('enter','course');"  
     ></area>  
     <area shape="polygon" coords="2,103,42,103,2,63"  
          href="javascript:set_bookmark();"  
           onMouseOver="display('set','bookmark');"  
     ></area>  
     <area shape="polygon" coords="127,2,87,2,127,42"  
          href="javascript:gopost('/adm/navmaps',  
                                  clientwindow.window.location.href);"  
           onMouseOver="display('navigate','maps');"  
     ></area>  
     <area shape="polygon" coords="128,102,89,102,128,63"  
          href="javascript:edit_bookmarks();"  
          onMouseOver="display('go to','bookmark');"  
     ></area>  
     <area shape="default"  
          href="javascript:defdis();"  
          onMouseOver="defdis();"  
     ></area>  
 </map>  
 <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>
   <script>
   activate();
   </script>
 </body>  </body>
 </html>  </html>
   
   
   
   
   
   
   

Removed from v.1.28  
changed lines
  Added in v.1.42


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