--- loncom/html/res/adm/pages/menu.html 2004/12/23 19:16:09 1.115 +++ loncom/html/res/adm/pages/menu.html 2007/10/30 23:35:17 1.122 @@ -4,7 +4,7 @@ The LearningOnline Network with CAPA Remote Control // -// $Id: menu.html,v 1.115 2004/12/23 19:16:09 albertel Exp $ +// $Id: menu.html,v 1.122 2007/10/30 23:35:17 albertel Exp $ // // Copyright Michigan State University Board of Trustees // @@ -53,6 +53,10 @@ if (lonhttpdport == null) { var lonhttpdport='8080'; } +var protocol="http://"; +if (lonhttpdport == 443) { + protocol="https://" +} var imgpath=':'+lonhttpdport+'/res/adm/pages/'; var fontpath=':'+lonhttpdport+'/adm/lonLCDfont/'; var currentURL=''; @@ -142,7 +146,7 @@ function advanceclock() { function windowcheck() { if (clientwindow==null || clientwindow.closed) { - clientwindow=window.open("http://"+clienthost+"/",'', + clientwindow=window.open(protocol+clienthost+"/",'', "height=400,width=440,"+ "scrollbars=1,toolbar=1,status=1,resizable=1,location=1,menubar=1,"+ "left=190,top=15,screenX=190,screenY=15"); @@ -153,7 +157,7 @@ function windowcheck() { function navwindowcheck() { if (navwindow==null || navwindow.closed) { - navwindow=window.open("http://"+clienthost+"/adm/navmaps#curloc", + navwindow=window.open(protocol+clienthost+"/adm/navmaps#curloc", "loncapanav","height=600,width=400,scrollbars=1"); } } @@ -209,7 +213,7 @@ function defdis() { function switchbutton(row,col,imgsrc,texttop,textbot,action,desc) { var idx=10*row+col; - this.document['b'+idx].src="http://"+clienthost+imgpath+imgsrc; + this.document['b'+idx].src=protocol+clienthost+imgpath+imgsrc; hr[idx]=action; dt[idx]=texttop; db[idx]=textbot; @@ -223,7 +227,7 @@ function switchbutton(row,col,imgsrc,tex function clearbut(row,col) { var idx=10*row+col; - this.document['b'+idx].src="http://"+clienthost+imgpath+'empty.gif'; + this.document['b'+idx].src=protocol+clienthost+imgpath+'empty.gif'; hr[idx]='javascript:defdis();'; dt[idx]=''; db[idx]=''; @@ -236,7 +240,7 @@ function clearbut(row,col) { } function setstatus(tp,bt) { - this.document['led'].src="http://"+clienthost+imgpath+"ledblink.gif"; + this.document['led'].src=protocol+clienthost+imgpath+"ledblink.gif"; statustop=tp; statusbot=bt; statuslocked=1; @@ -246,12 +250,12 @@ function setstatus(tp,bt) { function go(url) { windowcheck(); statuslocked=0; - this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif"; + this.document['led'].src=protocol+clienthost+imgpath+"ledsend.gif"; if (url!='' && url!= null) { currentURL = null; currentSymb= null; this.document.server.target='loncapaclient'; - this.document.server.action="http://"+clienthost+url; + this.document.server.action=protocol+clienthost+url; this.document.server.postdata.value=''; this.document.server.command.value=''; this.document.server.url.value=''; @@ -265,11 +269,12 @@ function gonav(url) { navwindowcheck(); statuslocked=0; this.document.server.target="loncapanav"; - } - - this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif"; + } else { + this.document.server.target="loncapaclient"; + } + this.document['led'].src=protocol+clienthost+imgpath+"ledsend.gif"; if (url!='' && url!= null) { - this.document.server.action="http://"+clienthost+url; + this.document.server.action=protocol+clienthost+url; this.document.server.postdata.value=currentURL; this.document.server.command.value=''; this.document.server.url.value=''; @@ -281,18 +286,18 @@ function gonav(url) { function gopost(url,postdata,makenewwin) { windowcheck(); statuslocked=0; - this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif"; + this.document['led'].src=protocol+clienthost+imgpath+"ledsend.gif"; if (url!='') { if (makenewwin) { - var LONcomWin=window.open("http://"+clienthost+"/adm/rat/empty.html", + var LONcomWin=window.open(protocol+clienthost+"/adm/rat/empty.html", 'LONcom', - "height=400,width=540,"+ + "height=600,width=600,"+ "scrollbars=1,toolbar=0,status=0,resizable=1,location=0,menubar=0"); this.document.server.target='LONcom'; } else { this.document.server.target='loncapaclient'; } - this.document.server.action="http://"+clienthost+url; + this.document.server.action=protocol+clienthost+url; this.document.server.postdata.value=postdata; this.document.server.command.value=''; this.document.server.url.value=''; @@ -304,10 +309,10 @@ function gopost(url,postdata,makenewwin) function gocmd(url,cmd) { windowcheck(); statuslocked=0; - this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif"; + this.document['led'].src=protocol+clienthost+imgpath+"ledsend.gif"; if (url!='') { this.document.server.target='loncapaclient'; - this.document.server.action="http://"+clienthost+url; + this.document.server.action=protocol+clienthost+url; this.document.server.postdata.value=''; this.document.server.command.value=cmd; this.document.server.url.value=currentURL; @@ -323,8 +328,8 @@ function annotate() { "" +"
" - +"" - +"
"); + +"" + +"<\/form><\/body><\/html>"); annotator.document.close(); } @@ -343,13 +348,13 @@ function set_bookmark() { "
\n " - +"
Link Name:
Link Name:
" - +"
Address:

"); + +"
Address:

<\/center><\/td>" + +"<\/tr><\/table><\/form><\/center><\/body><\/html>"); bmquery.document.close(); } @@ -365,7 +370,7 @@ function extenddispclose() { function extenddisp() { go(''); w_extdisp_flag=1; - extdisp=window.open("http://"+clienthost+"/adm/rat/loading.html", + extdisp=window.open(protocol+clienthost+"/adm/rat/loading.html", "ExtDisp", "scrollbars=1,width=400,height=450"); } @@ -374,45 +379,45 @@ function drawwindow() { extdisp.document.writeln( ''+ - '

LON-CAPA Extended Display Remote Control

'+ - '