version 1.22, 2001/03/16 03:55:22
|
version 1.24, 2001/05/01 03:44:41
|
Line 8 Sept Ben Tyszka
|
Line 8 Sept Ben Tyszka
|
Jan Guy Albertelli |
Jan Guy Albertelli |
5/1/1 Gerd Kortemeyer |
5/1/1 Gerd Kortemeyer |
2/19 Guy Albertelli |
2/19 Guy Albertelli |
|
3/21 Gerd Kortemeyer |
|
4/30 Ben Tyszka |
--> |
--> |
<head> |
<head> |
<title>LON-CAPA Remote</title> |
<title>LON-CAPA Remote</title> |
</head> |
</head> |
|
|
|
|
<body bgcolor="#BBBBBB" background="remotebg.gif" onUnload="logout();"> |
<body bgcolor="#BBBBBB" |
|
background="remotebg.gif" |
|
onLoad="activate();" |
|
onUnload="logout();"> |
<basefont size="1" /> |
<basefont size="1" /> |
|
|
<script type="text/javascript"> |
<script type="text/javascript"> |
<!-- |
<!-- |
statustop=''; |
statustop=''; |
statusbot=''; |
statusbot=''; |
|
active=0; |
|
|
clienthost=window.location.host; |
clienthost=window.location.host; |
clientwindow=opener; |
clientwindow=opener; |
Line 40 function logout () {
|
Line 46 function logout () {
|
} |
} |
} |
} |
|
|
|
function activate () { |
|
setTimeout('active=1;',2000); |
|
} |
|
|
|
function deactivate () { |
|
active=0; |
|
} |
|
|
function display(utext,ltext) { |
function display(utext,ltext) { |
var i; var ch; |
var i; var ch; |
this.window.focus(); |
this.window.focus(); |
|
if (active) { |
for (i=0;i<=7;i++) { |
for (i=0;i<=7;i++) { |
if (i<utext.length) { |
if (i<utext.length) { |
ch=utext.charAt(i); |
ch=utext.charAt(i); |
Line 59 function display(utext,ltext) {
|
Line 74 function display(utext,ltext) {
|
} else { ch='space'; } |
} else { ch='space'; } |
this.document['j'+i].src=ch+'.gif'; |
this.document['j'+i].src=ch+'.gif'; |
} |
} |
|
} |
} |
} |
|
|
function defdis() { |
function defdis() { |
Line 105 function annotate() {
|
Line 121 function annotate() {
|
|
|
function set_bookmark() { |
function set_bookmark() { |
go(''); |
go(''); |
prompt("Please enter a name for this bookmark.", |
clienttitle="Enter Title"; |
clientwindow.window.location.href); |
clienthref="Enter Address"; |
|
bmquery=window.open('','bmquery','width=365,height=165,scrollbars=0'); |
|
bmquery.document.write( |
|
"<html><body bgcolor='bbbbbb'><center><form method='post'" |
|
+" name='newlink' action='/adm/bookmarks' target='bmquery' " |
|
+">\n <table width=340 height=150 " |
|
+"bgcolor='ffffff' align=center><tr><td>Link Name:<br><input " |
|
+"type='text' name='title' size=45 value='"+clienttitle+"'>" |
|
+"<br>Address:<br><input type='text' name='address' size='45' " |
|
+"value='"+clienthref+"'><br><center><input type='submit' " |
|
+"value='Save'> <input type='button' value='Close (no save)' " |
|
+"onclick='javascript:window.close();'></center></td>" |
|
+"</tr></table></form></center></body></html>"); |
|
bmquery.document.close(); |
} |
} |
|
|
function edit_bookmarks() { |
function edit_bookmarks() { |