Diff for /loncom/html/res/adm/pages/menu.html between versions 1.115 and 1.117

version 1.115, 2004/12/23 19:16:09 version 1.117, 2005/08/02 20:40:30
Line 265  function gonav(url) { Line 265  function gonav(url) {
       navwindowcheck();        navwindowcheck();
       statuslocked=0;        statuslocked=0;
       this.document.server.target="loncapanav";        this.document.server.target="loncapanav";
    }       } else {
            this.document.server.target="loncapaclient";
      } 
      alert("tartget is"+this.document.server.target);
    this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";     this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";
    if (url!='' && url!= null) {     if (url!='' && url!= null) {
        this.document.server.action="http://"+clienthost+url;         this.document.server.action="http://"+clienthost+url;
Line 286  function gopost(url,postdata,makenewwin) Line 288  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 {        } else {
Line 404  function edit_bookmarks() { Line 406  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>

Removed from v.1.115  
changed lines
  Added in v.1.117


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