version 1.64, 2002/07/26 12:51:11
|
version 1.65, 2002/08/11 18:38:07
|
Line 47 var active = 0;
|
Line 47 var active = 0;
|
var dislocked = 1; |
var dislocked = 1; |
|
|
var imgpath='/res/adm/pages/'; |
var imgpath='/res/adm/pages/'; |
|
var fontpath='/adm/lonLCDfont/'; |
var currentURL=''; |
var currentURL=''; |
var reloadURL=''; |
var reloadURL=''; |
var currentStale=1; |
var currentStale=1; |
Line 188 function showdisplay(utext,ltext) {
|
Line 188 function showdisplay(utext,ltext) {
|
if (ch==':') { ch='colon'; } |
if (ch==':') { ch='colon'; } |
if (ch=='/') { ch='slash'; } |
if (ch=='/') { ch='slash'; } |
} else { ch='space'; } |
} else { ch='space'; } |
this.document['i'+i].src=imgpath+ch+'.gif'; |
this.document['i'+i].src=fontpath+ch+'.gif'; |
} |
} |
for (i=0;i<=7;i++) { |
for (i=0;i<=7;i++) { |
if (i<ltext.length) { |
if (i<ltext.length) { |
Line 198 function showdisplay(utext,ltext) {
|
Line 198 function showdisplay(utext,ltext) {
|
if (ch==':') { ch='colon'; } |
if (ch==':') { ch='colon'; } |
if (ch=='/') { ch='slash'; } |
if (ch=='/') { ch='slash'; } |
} else { ch='space'; } |
} else { ch='space'; } |
this.document['j'+i].src=imgpath+ch+'.gif'; |
this.document['j'+i].src=fontpath+ch+'.gif'; |
} |
} |
} |
} |
} |
} |