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

version 1.108, 2003/10/11 20:53:03 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 384  function chat_win() { Line 385  function chat_win() {
 }  }
 // -->  // -->
 </script>  </script>
 <block condition="&EXT('browser.textremote')!=1">  <block condition="&EXT('request.browser.textremote')!=1">
 <script type="text/javascript">  <script type="text/javascript">
 //<!--  //<!--
 function bigdisplay(dt,db,i) {  function bigdisplay(dt,db,i) {
Line 454  function showdisplay(utext,ltext) { Line 455  function showdisplay(utext,ltext) {
 //-->  //-->
 </script>  </script>
 </block>  </block>
 <block condition="&EXT('browser.textremote')">  <block condition="&EXT('request.browser.textremote')">
 <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) {
Line 474  function showdisplay(utext,ltext) { Line 475  function showdisplay(utext,ltext) {
      dislocked=0;       dislocked=0;
   }    }
   if (active) {    if (active) {
    this.document.topdisplay.value=utext;     self.document.forms.disp.topdisplay.value=utext;
    this.document.botdisplay.value=ltext;     self.document.forms.disp.botdisplay.value=ltext;
   }    }
 }  }
 //-->  //-->
Line 500  function showdisplay(utext,ltext) { Line 501  function showdisplay(utext,ltext) {
 </center>  </center>
   
 <center>  <center>
 <block condition="&EXT('browser.textremote')!=1">  <block condition="&EXT('request.browser.textremote')!=1">
 <table hspace="1" border="0" cellspacing="0" cellpadding="1">  <table hspace="1" border="0" cellspacing="0" cellpadding="1">
 <tr><td bgcolor="#666666">  <tr><td bgcolor="#666666">
 <table hspace="0" border="0" cellspacing="1" cellpadding="0">   <table hspace="0" border="0" cellspacing="1" cellpadding="0"> 
Line 528  function showdisplay(utext,ltext) { Line 529  function showdisplay(utext,ltext) {
 </td></tr>  </td></tr>
 </table>  </table>
 </block>  </block>
 <block condition="&EXT('browser.textremote')">  <block condition="&EXT('request.browser.textremote')">
 <font size="1">  <font size="1">
 <input type="text" name="topdisplay" size="10" value="LON-CAPA" /><br />  <form name="disp">
 <input type="text" name="botdisplay" size="10" value="" />  <input type="text" name="topdisplay" size="14" value="LON-CAPA" /><br />
   <input type="text" name="botdisplay" size="14" value="" />
   </form>
   </font>
 </block>  </block>
   
 </center>  </center>

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


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