--- loncom/html/res/adm/pages/menu.html 2002/07/24 19:48:58 1.62 +++ loncom/html/res/adm/pages/menu.html 2002/09/06 15:18:23 1.68 @@ -4,7 +4,7 @@ The LearningOnline Network with CAPA Remote Control // -// $Id: menu.html,v 1.62 2002/07/24 19:48:58 www Exp $ +// $Id: menu.html,v 1.68 2002/09/06 15:18:23 www Exp $ // // Copyright Michigan State University Board of Trustees // @@ -47,9 +47,11 @@ var active = 0; var dislocked = 1; var imgpath='/res/adm/pages/'; - +var fontpath='/adm/lonLCDfont/'; var currentURL=''; var reloadURL=''; +var currentSymb=''; +var reloadSymb=''; var currentStale=1; var menucltim; @@ -101,7 +103,12 @@ function advanceclock() { var mons=""+(clock.getMonth()+1); if (mons.length<2) { mons="0"+mons; } var years=""+clock.getYear(); - years=years.substring(1,3); + + if (years>1000) { + years=years.substring(2,4); + } else { + years=years.substring(1,3); + } statustop=mons+'/'+days+'/'+years; var secs=""+clock.getSeconds(); @@ -183,7 +190,7 @@ function showdisplay(utext,ltext) { 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 @@ -366,24 +376,24 @@ function catalog_info() { - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -462,13 +472,14 @@ function catalog_info() { +> +