--- loncom/html/res/adm/pages/menu.html 2003/02/24 23:32:32 1.88 +++ loncom/html/res/adm/pages/menu.html 2003/04/04 19:35:04 1.92 @@ -4,7 +4,7 @@ The LearningOnline Network with CAPA Remote Control // -// $Id: menu.html,v 1.88 2003/02/24 23:32:32 albertel Exp $ +// $Id: menu.html,v 1.92 2003/04/04 19:35:04 www Exp $ // // Copyright Michigan State University Board of Trustees // @@ -36,7 +36,7 @@ Remote Control @@ -49,6 +49,9 @@ var active = 0; var dislocked = 1; var statuslocked = 0; +if (lonhttpdport == null) { + var lonhttpdport='8080'; +} var imgpath=':'+lonhttpdport+'/res/adm/pages/'; var fontpath=':'+lonhttpdport+'/adm/lonLCDfont/'; var currentURL=''; @@ -146,6 +149,12 @@ function windowcheck() { extenddispclose(); } +function collapse() { + if (autologout) { + go('/adm/remote?action=collapse'); + } +} + function logout () { windowcheck(); @@ -278,7 +287,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.postsymb.value=''; this.document.server.submit(); } } @@ -292,7 +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.postsymb.value=currentSymb; this.document.server.submit(); } } @@ -533,7 +542,7 @@ function catalog_info() { - +