version 1.73, 2002/10/29 20:57:31
|
version 1.75, 2002/11/12 18:20:33
|
Line 77 var w_LONcatInfo_flag=-1;
|
Line 77 var w_LONcatInfo_flag=-1;
|
var hr = new Array; |
var hr = new Array; |
var db = new Array; |
var db = new Array; |
var dt = new Array; |
var dt = new Array; |
|
var ds = new Array; |
|
|
for (var i=1;i<=3;i++) { |
for (var i=1;i<=3;i++) { |
for (var j=1;j<=10;j++) { |
for (var j=1;j<=10;j++) { |
Line 84 for (var i=1;i<=3;i++) {
|
Line 85 for (var i=1;i<=3;i++) {
|
hr[index]=''; |
hr[index]=''; |
db[index]=''; |
db[index]=''; |
dt[index]=''; |
dt[index]=''; |
|
ds[index]=''; |
} |
} |
} |
} |
|
|
Line 211 function defdis() {
|
Line 213 function defdis() {
|
display(); |
display(); |
} |
} |
|
|
function switchbutton(row,col,imgsrc,texttop,textbot,action) { |
function switchbutton(row,col,imgsrc,texttop,textbot,action,desc) { |
var idx=10*row+col; |
var idx=10*row+col; |
this.document['b'+idx].src="http://"+clienthost+imgpath+imgsrc; |
this.document['b'+idx].src="http://"+clienthost+imgpath+imgsrc; |
hr[idx]=action; |
hr[idx]=action; |
dt[idx]=texttop; |
dt[idx]=texttop; |
db[idx]=textbot; |
db[idx]=textbot; |
|
ds[idx]=desc; |
} |
} |
|
|
function clearbut(row,col) { |
function clearbut(row,col) { |
Line 225 function clearbut(row,col) {
|
Line 228 function clearbut(row,col) {
|
hr[idx]='javascript:defdis();'; |
hr[idx]='javascript:defdis();'; |
dt[idx]=''; |
dt[idx]=''; |
db[idx]=''; |
db[idx]=''; |
|
ds[idx]=''; |
} |
} |
|
|
function setstatus(tp,bt) { |
function setstatus(tp,bt) { |
Line 347 function set_bookmark() {
|
Line 351 function set_bookmark() {
|
bmquery.document.close(); |
bmquery.document.close(); |
} |
} |
|
|
|
function extenddisp() { |
|
go(''); |
|
extdisp=window.open("http://"+clienthost+"/adm/rat/empty.html", |
|
"ExtDisp", "width=400,height=450"); |
|
extdisp.document.clear(); |
|
extdisp.document.writeln( |
|
'<html><body bgcolor="#666666" text="#DDDDDD" link="#666666">'+ |
|
'<h2>LON-CAPA Extended Display Remote Control</h2>'+ |
|
'<script>var currentURL="'+currentURL+'";self.focus();</script>'+ |
|
'<table border="2">'); |
|
for (var i=0; i<=ds.length; i++) { |
|
if (typeof(ds[i])!='undefined') { |
|
if (ds[i]!='') { |
|
extdisp.document.writeln( |
|
'<tr><td><a href="javascript:opener.'+ |
|
hr[i]+';self.close();"><img border="0" src="'+ |
|
this.document['b'+i].src+'" /><br />'+ |
|
'<table hspace="0" border="0" cellspacing="1" cellpadding="0"><tr>'); |
|
for (var j=0;j<=7;j++) { |
|
if (j<dt[i].length) { |
|
ch=dt[i].charAt(j); |
|
if (ch==' ') { ch='space'; } |
|
if (ch=='-') { ch='hyphen'; } |
|
if (ch==':') { ch='colon'; } |
|
if (ch=='/') { ch='slash'; } |
|
} else { ch='space'; } |
|
extdisp.document.writeln('<td><img border="0" src="http://' |
|
+clienthost+fontpath+ch+'.gif" /></td>'); |
|
} |
|
extdisp.document.writeln('</tr><tr>'); |
|
for (var j=0;j<=7;j++) { |
|
if (j<db[i].length) { |
|
ch=db[i].charAt(j); |
|
if (ch==' ') { ch='space'; } |
|
if (ch=='-') { ch='hyphen'; } |
|
if (ch==':') { ch='colon'; } |
|
if (ch=='/') { ch='slash'; } |
|
} else { ch='space'; } |
|
extdisp.document.writeln('<td><img border="0" src="http://' |
|
+clienthost+fontpath+ch+'.gif" /></td>'); |
|
} |
|
extdisp.document.writeln( |
|
'</tr></table></td><td>'+ds[i]+'</td></tr>'); |
|
} |
|
} |
|
} |
|
extdisp.document.writeln('</table></body></html>'); |
|
extdisp.document.close(); |
|
} |
function edit_bookmarks() { |
function edit_bookmarks() { |
go(''); |
go(''); |
w_BookmarkPal_flag=1; |
w_BookmarkPal_flag=1; |
Line 374 function catalog_info() {
|
Line 427 function catalog_info() {
|
</center> |
</center> |
|
|
<center> |
<center> |
<a href="javascript:defdis();" |
<a href="javascript:extenddisp();" |
onMouseOver="defdis();" |
onMouseOver="defdis();" |
><img width="103" height="3" border="0" src="spacer.gif" /></a> |
><img width="104" height="10" border="0" src="spacer.gif" /></a> |
</center> |
</center> |
|
|
<center> |
<center> |
Line 477 function catalog_info() {
|
Line 530 function catalog_info() {
|
</table> |
</table> |
</center> |
</center> |
|
|
<center> |
|
<a href="javascript:defdis();" |
|
onMouseOver="defdis();" |
|
><img width="103" height="3" border="0" src="spacer.gif" /></a> |
|
</center> |
|
|
|
<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 type="hidden" name="postdata" value="none" /> |
<input type="hidden" name="command" value="none" /> |
<input type="hidden" name="command" value="none" /> |