version 1.31, 2001/06/02 16:07:19
|
version 1.34, 2001/06/08 20:01:45
|
Line 11 Jan Guy Albertelli
|
Line 11 Jan Guy Albertelli
|
3/21 Gerd Kortemeyer |
3/21 Gerd Kortemeyer |
4/30 Ben Tyszka |
4/30 Ben Tyszka |
5/2 Scott Harrison |
5/2 Scott Harrison |
5/4,5/9,5/28,5/30,6/1,6/2 Gerd Kortemeyer |
5/4,5/9,5/28,5/30,6/1,6/2,6/3,6/8 Gerd Kortemeyer |
--> |
--> |
<head> |
<head> |
<title>LON-CAPA Remote</title> |
<title>LON-CAPA Remote</title> |
Line 34 imgpath='/res/adm/pages/';
|
Line 34 imgpath='/res/adm/pages/';
|
|
|
var currentURL=''; |
var currentURL=''; |
var currentStale=1; |
var currentStale=1; |
|
var menucltim; |
|
|
// not used (yet) |
// not used (yet) |
// var w_Annotator; |
// var w_Annotator; |
Line 85 function logout () {
|
Line 86 function logout () {
|
} |
} |
} |
} |
|
|
function checkurl () { |
|
if (currentURL) { |
|
if (currentStale) { |
|
clearbut(2,1); |
|
clearbut(2,3); |
|
clearbut(8,1); |
|
clearbut(8,2); |
|
clearbut(8,3); |
|
switchbutton(3,1,'reload.gif','return','location','go(currentURL)'); |
|
} else { |
|
clearbut(3,1); |
|
switchbutton(8,1,'eval.gif','evaluate','this','gopost("/adm/evaluate",currentURL)'); |
|
switchbutton(8,2,'fdbk.gif','feedback','on this','gopost("/adm/feedback",currentURL)'); |
|
switchbutton(8,3,'prt.gif','prepare','printout','gopost("/adm/printout",currentURL)'); |
|
switchbutton(2,1,'back.gif','backward','','gopost("/adm/flip","back:"+currentURL)'); |
|
switchbutton(2,3,'forw.gif','forward','','gopost("/adm/flip","forward:"+currentURL)'); |
|
} |
|
} else { |
|
clearbut(2,1); |
|
clearbut(2,3); |
|
clearbut(3,1); |
|
clearbut(8,1); |
|
clearbut(8,2); |
|
clearbut(8,3); |
|
} |
|
setTimeout('checkurl();',500); |
|
} |
|
|
|
function activate () { |
function activate () { |
opener.menuloaded=1; |
opener.menuloaded=1; |
setTimeout('active=1;',2000); |
setTimeout('active=1;',2000); |
setTimeout('checkurl();',1500); |
|
} |
} |
|
|
function deactivate () { |
function deactivate () { |
Line 195 function gopost(url,postdata) {
|
Line 167 function gopost(url,postdata) {
|
if (url!='') { |
if (url!='') { |
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.url.value=''; |
|
this.document.server.submit(); |
|
} |
|
} |
|
|
|
function gocmd(url,cmd) { |
|
windowcheck(); |
|
this.document['led'].src="ledsend.gif"; |
|
if (url!='') { |
|
this.document.server.action="http://"+clienthost+url; |
|
this.document.server.postdata.value=''; |
|
this.document.server.command.value=cmd; |
|
this.document.server.url.value=currentURL; |
this.document.server.submit(); |
this.document.server.submit(); |
} |
} |
} |
} |
Line 345 function catalog_info() {
|
Line 331 function catalog_info() {
|
><img border="0" src="spacer.gif"></img></a><br /> |
><img border="0" src="spacer.gif"></img></a><br /> |
|
|
<form name='server' action='/adm/logout' method='post' target='loncapaclient'> |
<form name='server' action='/adm/logout' method='post' target='loncapaclient'> |
<input type='hidden' name='postdata' value='none'></input> |
<input type='hidden' name='postdata' value='none' /> |
</form> |
<input type="hidden" name="command" value="none" /> |
|
<input type="hidden" name="url" value="none" /> |
|
</form> |
</center> |
</center> |
</body> |
</body> |
</html> |
</html> |