Diff for /loncom/html/res/adm/pages/menu.html between versions 1.119 and 1.120

version 1.119, 2006/07/01 00:39:50 version 1.120, 2007/04/24 23:26:15
Line 324  function annotate() { Line 324  function annotate() {
    "<html><body onload='Javascript:document.goannotate.submit();'>"     "<html><body onload='Javascript:document.goannotate.submit();'>"
   +"<form name='goannotate' target='Annotator' method='post' "    +"<form name='goannotate' target='Annotator' method='post' "
   +"action='/adm/annotations'>"    +"action='/adm/annotations'>"
   +"<input type='hidden' name='urlnew' value='"+currentURL+"'>"    +"<input type='hidden' name='symbnew' value='"+currentSymb+"'>"
   +"</form></body></html>");    +"</form></body></html>");
    annotator.document.close();     annotator.document.close();
 }  }

Removed from v.1.119  
changed lines
  Added in v.1.120


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