[LON-CAPA-cvs] cvs: loncom /html/adm/lonLCDfont 0.gif 1.gif 2.gif 3.gif 4.gif 5.gif 6.gif 7.gif 8.gif 9.gif a.gif b.gif c.gif colon.gif d.gif e.gif f.gif g.gif h.gif hyphen.gif i.gif j.gif k.gif l.gif m.gif n.gif o.gif p.gif q.gif r.gif s.gif slash.gif space.gif t.gif u.gif v.gif w.gif x.gif y.gif z.gif /html/res/adm/pages 0.gif 1.gif 2.gif 3.gif 4.gif 5.gif 6.gif 7.gif 8.gif 9.gif a.gif b.gif c.gif colon.gif d.gif e.gif f.gif g.gif h.gif hyphen.gif i.gif j.gif k.gif l.gif m.gif menu.html n.gif o.gif p.gif q.gif r.gif s.gif slash.gif space.gif t.gif u.gif v.gif w.gif x.gif y.gif z.gif

www lon-capa-cvs@mail.lon-capa.org
Sun, 11 Aug 2002 18:38:07 -0000


www		Sun Aug 11 14:38:07 2002 EDT

  Added files:                 
    /loncom/html/adm/lonLCDfont	0.gif 1.gif 2.gif 3.gif 4.gif 5.gif 
                               	6.gif 7.gif 8.gif 9.gif a.gif b.gif 
                               	c.gif colon.gif d.gif e.gif f.gif g.gif 
                               	h.gif hyphen.gif i.gif j.gif k.gif 
                               	l.gif m.gif n.gif o.gif p.gif q.gif 
                               	r.gif s.gif slash.gif space.gif t.gif 
                               	u.gif v.gif w.gif x.gif y.gif z.gif 

  Removed files:               
    /loncom/html/res/adm/pages	0.gif 1.gif 2.gif 3.gif 4.gif 5.gif 
                              	6.gif 7.gif 8.gif 9.gif a.gif b.gif 
                              	c.gif colon.gif d.gif e.gif f.gif g.gif 
                              	h.gif hyphen.gif i.gif j.gif k.gif l.gif 
                              	m.gif n.gif o.gif p.gif q.gif r.gif 
                              	s.gif slash.gif space.gif t.gif u.gif 
                              	v.gif w.gif x.gif y.gif z.gif 

  Modified files:              
    /loncom/html/res/adm/pages	menu.html 
  Log:
  Move LCD font to avoid log file inflation for running clock while logged out.
  
  
Index: loncom/html/res/adm/pages/menu.html
diff -u loncom/html/res/adm/pages/menu.html:1.64 loncom/html/res/adm/pages/menu.html:1.65
--- loncom/html/res/adm/pages/menu.html:1.64	Fri Jul 26 08:51:11 2002
+++ loncom/html/res/adm/pages/menu.html	Sun Aug 11 14:38:07 2002
@@ -4,7 +4,7 @@
 Remote Control
 
 //
-// $Id: menu.html,v 1.64 2002/07/26 12:51:11 matthew Exp $
+// $Id: menu.html,v 1.65 2002/08/11 18:38:07 www Exp $
 //
 // Copyright Michigan State University Board of Trustees
 //
@@ -47,7 +47,7 @@
 var dislocked = 1;
 
 var imgpath='/res/adm/pages/';
-
+var fontpath='/adm/lonLCDfont/';
 var currentURL='';
 var reloadURL='';
 var currentStale=1;
@@ -188,7 +188,7 @@
          if (ch==':') { ch='colon'; }
          if (ch=='/') { ch='slash'; }
       } 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++) {
       if (i<ltext.length) {
@@ -198,7 +198,7 @@
          if (ch==':') { ch='colon'; }
          if (ch=='/') { ch='slash'; }
       } else { ch='space'; }
-      this.document['j'+i].src=imgpath+ch+'.gif';
+      this.document['j'+i].src=fontpath+ch+'.gif';
    }
   }
 }