Diff for /loncom/html/res/adm/pages/menu.html between versions 1.109 and 1.111

version 1.109, 2003/10/12 22:02:44 version 1.111, 2003/11/10 00:39:28
Line 38  Remote Control Line 38  Remote Control
       background="remotebg.gif"        background="remotebg.gif"
       onUnload="collapse();"        onUnload="collapse();"
       onLoad="activate();"        onLoad="activate();"
         style="{background-repeat: no-repeat;}"
       >        >
 <LONCAPA_INTERNAL_LONHTTPD_PORT />  <LONCAPA_INTERNAL_LONHTTPD_PORT />
 <script type="text/javascript">  <script type="text/javascript">
Line 458  function showdisplay(utext,ltext) { Line 459  function showdisplay(utext,ltext) {
 <script type="text/javascript">  <script type="text/javascript">
 //<!--  //<!--
 function bigdisplay(dt,db,i) {  function bigdisplay(dt,db,i) {
              extdisp.document.writeln(dt+'<br />'+db);    extdisp.document.writeln(dt[i]+'<br />'+db[i]);
 }  }
   
 function showdisplay(utext,ltext) {  function showdisplay(utext,ltext) {

Removed from v.1.109  
changed lines
  Added in v.1.111


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>