--- loncom/html/res/adm/pages/menu.html 2002/09/09 18:30:19 1.66.2.1 +++ loncom/html/res/adm/pages/menu.html 2002/10/11 19:27:00 1.70 @@ -4,7 +4,7 @@ The LearningOnline Network with CAPA Remote Control // -// $Id: menu.html,v 1.66.2.1 2002/09/09 18:30:19 albertel Exp $ +// $Id: menu.html,v 1.70 2002/10/11 19:27:00 www Exp $ // // Copyright Michigan State University Board of Trustees // @@ -50,6 +50,8 @@ var imgpath='/res/adm/pages/'; var fontpath='/adm/lonLCDfont/'; var currentURL=''; var reloadURL=''; +var currentSymb=''; +var reloadSymb=''; var currentStale=1; var menucltim; @@ -225,7 +227,7 @@ function clearbut(row,col) { } function setstatus(tp,bt) { - this.document['led'].src="ledblink.gif"; + this.document['led'].src="http://"+clienthost+imgpath+"ledblink.gif"; statustop=tp; statusbot=bt; defdis(); @@ -273,6 +275,7 @@ function go(url) { this.document['led'].src="ledsend.gif"; if (url!='' && url!= null) { currentURL = null; + currentSymb= null; clientwindow.window.location.href="http://"+clienthost+url; } } @@ -285,6 +288,7 @@ function gopost(url,postdata) { this.document.server.postdata.value=postdata; this.document.server.command.value=''; this.document.server.url.value=''; + this.document.server.symb.value=''; this.document.server.submit(); } } @@ -297,6 +301,7 @@ function gocmd(url,cmd) { this.document.server.postdata.value=''; this.document.server.command.value=cmd; this.document.server.url.value=currentURL; + this.document.server.symb.value=currentSymb; this.document.server.submit(); } } @@ -348,7 +353,7 @@ function edit_bookmarks() { function catalog_info() { go(''); w_LONcatInfo_flag=1; - loncatinfo=window.open(clientwindow.window.location.href+'.meta',"LONcatInfo"); + loncatinfo=window.open(clientwindow.window.location.pathname+'.meta',"LONcatInfo"); } // --> @@ -478,6 +483,7 @@ function catalog_info() { +