Diff for /loncom/html/res/adm/pages/menu.html between versions 1.112 and 1.120

version 1.112, 2004/08/13 20:12:11 version 1.120, 2007/04/24 23:26:15
Line 250  function go(url) { Line 250  function go(url) {
    if (url!='' && url!= null) {     if (url!='' && url!= null) {
       currentURL = null;        currentURL = null;
       currentSymb= null;        currentSymb= null;
         this.document.server.target='loncapaclient';
       this.document.server.action="http://"+clienthost+url;        this.document.server.action="http://"+clienthost+url;
       this.document.server.postdata.value='';        this.document.server.postdata.value='';
       this.document.server.command.value='';        this.document.server.command.value='';
Line 260  function go(url) { Line 261  function go(url) {
 }  }
   
 function gonav(url) {  function gonav(url) {
    if (w_loncapanav_flag != 1) {     if (w_loncapanav_flag == 1) {
       go(url);  
    }  else {  
       navwindowcheck();        navwindowcheck();
       statuslocked=0;        statuslocked=0;
       this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";        this.document.server.target="loncapanav";
       if (url!='' && url!= null) {     } else {
          this.document.server.action="http://"+clienthost+url;        this.document.server.target="loncapaclient";
          this.document.server.target="loncapanav";     } 
          this.document.server.postdata.value='';     this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";
          this.document.server.command.value='';     if (url!='' && url!= null) {
          this.document.server.url.value='';         this.document.server.action="http://"+clienthost+url;
          this.document.server.postsymb.value='';         this.document.server.postdata.value=currentURL;
          this.document.server.submit();         this.document.server.command.value='';
       }         this.document.server.url.value='';
          this.document.server.postsymb.value=currentSymb;
          this.document.server.submit();
    }     }
 }  }
   
Line 286  function gopost(url,postdata,makenewwin) Line 287  function gopost(url,postdata,makenewwin)
       if (makenewwin) {        if (makenewwin) {
          var LONcomWin=window.open("http://"+clienthost+"/adm/rat/empty.html",           var LONcomWin=window.open("http://"+clienthost+"/adm/rat/empty.html",
                        'LONcom',                         'LONcom',
                        "height=400,width=540,"+                         "height=600,width=600,"+
       "scrollbars=1,toolbar=0,status=0,resizable=1,location=0,menubar=0");         "scrollbars=1,toolbar=0,status=0,resizable=1,location=0,menubar=0"); 
          this.document.server.target='LONcom';           this.document.server.target='LONcom';
         } else {
            this.document.server.target='loncapaclient';
       }        }
       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.command.value='';
       this.document.server.url.value='';        this.document.server.url.value='';
       this.document.server.postsymb.value='';        this.document.server.postsymb.value='';
       this.document.server.target='loncapaclient';  
       this.document.server.submit();        this.document.server.submit();
    }     }
 }  }
Line 305  function gocmd(url,cmd) { Line 307  function gocmd(url,cmd) {
    statuslocked=0;     statuslocked=0;
    this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";     this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";
    if (url!='') {     if (url!='') {
         this.document.server.target='loncapaclient';
       this.document.server.action="http://"+clienthost+url;        this.document.server.action="http://"+clienthost+url;
       this.document.server.postdata.value='';        this.document.server.postdata.value='';
       this.document.server.command.value=cmd;        this.document.server.command.value=cmd;
Line 321  function annotate() { Line 324  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='"+currentURL+"'>"    +"<input type='hidden' name='symbnew' value='"+currentSymb+"'>"
   +"</form></body></html>");    +"</form></body></html>");
    annotator.document.close();     annotator.document.close();
 }  }
Line 402  function edit_bookmarks() { Line 405  function edit_bookmarks() {
 function catalog_info() {  function catalog_info() {
    go('');     go('');
    w_LONcatInfo_flag=1;     w_LONcatInfo_flag=1;
    loncatinfo=window.open(clientwindow.window.location.pathname+'.meta',"cat",'height=320,width=280,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no');     loncatinfo=window.open(clientwindow.window.location.pathname+'.meta',"cat",'height=420,width=480,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no');
 }  }
   
 function chat_win() {  function chat_win() {
    go('');     go('');
    w_LONchat_flag=1;     w_LONchat_flag=1;
    lonchat=window.open('/res/adm/pages/chatroom.html',"LONchat",'height=320,width=280,resizable=yes,location=no,menubar=no,toolbar=no');     lonchat=window.open('/res/adm/pages/chatroom.html',"LONchat",'height=420,width=480,resizable=yes,location=no,menubar=no,toolbar=no');
 }  }
 // -->  // -->
 </script>  </script>
Line 481  function showdisplay(utext,ltext) { Line 484  function showdisplay(utext,ltext) {
 }  }
 //-->  //-->
 </script>  </script>
   <display>
   return '<script type="text/javascript">w_loncapanav_flag=\''.('on' eq &EXT('user.environment.remotenavmap')).'\';</script>';
   </display>
 </block>  </block>
 <block condition="&EXT('request.browser.textremote')">  <block condition="&EXT('request.browser.textremote')">
 <script type="text/javascript">  <script type="text/javascript">
Line 633  function showdisplay(utext,ltext) { Line 639  function showdisplay(utext,ltext) {
 <td><a name="link113" href="javascript:eval(hr[113]);" onmouseover="display(dt[113],db[113]);"><img width="43" height="20" border="0" name="b113" src="empty.gif" /></a></td>  <td><a name="link113" href="javascript:eval(hr[113]);" onmouseover="display(dt[113],db[113]);"><img width="43" height="20" border="0" name="b113" src="empty.gif" /></a></td>
 </tr>  </tr>
   
   <tr>
   <td><a name="link121" href="javascript:eval(hr[121]);" onmouseover="display(dt[121],db[121]);"><img width="43" height="20" border="0" name="b121" src="empty.gif" /></a></td>
   <td><a name="link122" href="javascript:eval(hr[122]);" onmouseover="display(dt[122],db[122]);"><img width="43" height="20" border="0" name="b122" src="empty.gif" /></a></td>
   <td><a name="link123" href="javascript:eval(hr[123]);" onmouseover="display(dt[123],db[123]);"><img width="43" height="20" border="0" name="b123" src="empty.gif" /></a></td></tr>
   
 </table>  </table>
 </center>  </center>
   

Removed from v.1.112  
changed lines
  Added in v.1.120


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