version 1.83, 2003/01/15 23:59:26
|
version 1.86, 2003/02/13 20:35:39
|
Line 37 Remote Control
|
Line 37 Remote Control
|
<body bgcolor="#BBBBBB" |
<body bgcolor="#BBBBBB" |
background="remotebg.gif" |
background="remotebg.gif" |
onUnload="logout();" |
onUnload="logout();" |
|
onLoad="activate();" |
> |
> |
<font size="1"> |
<font size="1"> |
<script type="text/javascript"> |
<script type="text/javascript"> |
Line 61 var clockdelta=0;
|
Line 62 var clockdelta=0;
|
var w_extdisp_flag=-1; |
var w_extdisp_flag=-1; |
var extdisp; |
var extdisp; |
|
|
|
var autologout=1; |
|
|
// not used (yet) |
// not used (yet) |
// var w_Annotator; |
// var w_Annotator; |
// var w_bmquery; |
// var w_bmquery; |
Line 157 function logout () {
|
Line 160 function logout () {
|
if (w_LONcatInfo_flag!=-1 && loncatinfo && !loncatinfo.closed) { |
if (w_LONcatInfo_flag!=-1 && loncatinfo && !loncatinfo.closed) { |
loncatinfo.close(); |
loncatinfo.close(); |
} |
} |
clientwindow.window.location.href="http://"+clienthost+"/adm/logout"; |
if (autologout) { |
|
clientwindow.window.location.href="http://"+clienthost+"/adm/logout"; |
|
} |
} |
} |
|
|
function activate () { |
function activate () { |
opener.menuloaded=1; |
setTimeout('opener.menuloaded=1;',1000); |
setTimeout('active=1;',2000); |
setTimeout('active=1;',500); |
advanceclock(); |
advanceclock(); |
} |
} |
|
|
Line 224 function switchbutton(row,col,imgsrc,tex
|
Line 228 function switchbutton(row,col,imgsrc,tex
|
dt[idx]=texttop; |
dt[idx]=texttop; |
db[idx]=textbot; |
db[idx]=textbot; |
ds[idx]=desc; |
ds[idx]=desc; |
eval('this.document.links.link'+idx+'.title="'+desc+'"'); |
for (var k=0;k<document.links.length;k++) { |
|
if (document.links[k].name=='link'+idx) { |
|
document.links[k].title=desc; |
|
} |
|
} |
} |
} |
|
|
function clearbut(row,col) { |
function clearbut(row,col) { |
Line 234 function clearbut(row,col) {
|
Line 242 function clearbut(row,col) {
|
dt[idx]=''; |
dt[idx]=''; |
db[idx]=''; |
db[idx]=''; |
ds[idx]=''; |
ds[idx]=''; |
eval('this.document.links.link'+idx+'.title=""'); |
for (var k=0;k<document.links.length;k++) { |
|
if (document.links[k].name=='link'+idx) { |
|
document.links[k].title=''; |
|
} |
|
} |
} |
} |
|
|
function setstatus(tp,bt) { |
function setstatus(tp,bt) { |
Line 518 function catalog_info() {
|
Line 530 function catalog_info() {
|
<input type="hidden" name="url" value="none" /> |
<input type="hidden" name="url" value="none" /> |
<input type="hidden" name="symb" value="none" /> |
<input type="hidden" name="symb" value="none" /> |
</form> |
</form> |
<script> |
|
activate(); |
|
</script> |
|
</font> |
</font> |
</body> |
</body> |
</html> |
</html> |