--- loncom/html/res/adm/pages/menu.html 2002/10/25 14:04:42 1.72
+++ loncom/html/res/adm/pages/menu.html 2002/10/29 20:57:31 1.73
@@ -4,7 +4,7 @@ The LearningOnline Network with CAPA
Remote Control
//
-// $Id: menu.html,v 1.72 2002/10/25 14:04:42 www Exp $
+// $Id: menu.html,v 1.73 2002/10/29 20:57:31 www Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -47,8 +47,8 @@ var active = 0;
var dislocked = 1;
var statuslocked = 0;
-var imgpath='/res/adm/pages/';
-var fontpath='/adm/lonLCDfont/';
+var imgpath=':8080/res/adm/pages/';
+var fontpath=':8080/adm/lonLCDfont/';
var currentURL='';
var reloadURL='';
var currentSymb='';
@@ -191,7 +191,7 @@ function showdisplay(utext,ltext) {
if (ch==':') { ch='colon'; }
if (ch=='/') { ch='slash'; }
} else { ch='space'; }
- this.document['i'+i].src=fontpath+ch+'.gif';
+ this.document['i'+i].src="http://"+clienthost+fontpath+ch+'.gif';
}
for (i=0;i<=7;i++) {
if (i