Diff for /loncom/xml/lontex.pm between versions 1.3 and 1.4

version 1.3, 2001/11/29 19:03:58 version 1.4, 2003/02/14 19:35:55
Line 78  sub handler { Line 78  sub handler {
       
   $r->print(&Apache::lontexconvert::header());    $r->print(&Apache::lontexconvert::header());
   $r->print(    $r->print(
  '<body bgcolor="#FFFFFF" onLoad="LONCAPAreg();" onUnload="LONCAPAstale();">');      '<body bgcolor="#FFFFFF" onLoad="'.
         &Apache::lonmenu::loadevents().
       '" onUnload="'.
         &Apache::lonmenu::unloadevents().
       '">'.
         &Apache::lonmenu::menubuttons(undef,'web')
     );
   $r->print(&Apache::lontexconvert::converted(\$texstring));    $r->print(&Apache::lontexconvert::converted(\$texstring));
   $r->print('</body>');    $r->print('</body>');
   $r->print(&Apache::lontexconvert::footer());    $r->print(&Apache::lontexconvert::footer());

Removed from v.1.3  
changed lines
  Added in v.1.4


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