version 1.4, 2003/02/14 19:35:55
|
version 1.6, 2005/02/17 09:01:04
|
Line 57 sub handler {
|
Line 57 sub handler {
|
# ----------------------------------------------------------- Set document type |
# ----------------------------------------------------------- Set document type |
|
|
if ($ENV{'browser.mathml'}) { |
if ($ENV{'browser.mathml'}) { |
$r->content_type('text/xml'); |
&Apache::loncommon::content_type($r,'text/xml'); |
} else { |
} else { |
$r->content_type('text/html'); |
&Apache::loncommon::content_type($r,'text/html'); |
} |
} |
$r->send_http_header; |
$r->send_http_header; |
|
|
Line 83 sub handler {
|
Line 83 sub handler {
|
'" onUnload="'. |
'" onUnload="'. |
&Apache::lonmenu::unloadevents(). |
&Apache::lonmenu::unloadevents(). |
'">'. |
'">'. |
&Apache::lonmenu::menubuttons(undef,'web') |
&Apache::lonmenu::menubuttons(undef,'web',1) |
); |
); |
$r->print(&Apache::lontexconvert::converted(\$texstring)); |
$r->print(&Apache::lontexconvert::converted(\$texstring)); |
$r->print('</body>'); |
$r->print('</body>'); |