version 1.3, 2001/11/29 19:03:58
|
version 1.5, 2003/02/17 17:34:17
|
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',1) |
|
); |
$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()); |