version 1.9, 2006/03/24 18:09:23
|
version 1.13, 2008/11/24 17:17:52
|
Line 61 sub footer {
|
Line 61 sub footer {
|
$Apache::lonxml::errorstring); |
$Apache::lonxml::errorstring); |
} |
} |
# -------------------------------------------------------------------- End Body |
# -------------------------------------------------------------------- End Body |
$xmlstring.=&Apache::lonxml::xmlend(); |
$xmlstring.=&Apache::loncommon::end_page({'discussion' => 1}); |
return $xmlstring; |
return $xmlstring; |
} |
} |
|
|
Line 96 sub handler {
|
Line 96 sub handler {
|
['texengine','inhibitmenu']); |
['texengine','inhibitmenu']); |
|
|
|
|
&Apache::lontexconvert::init_tth(); |
|
my $load_items = |
|
'onLoad="' .&Apache::lonmenu::loadevents(). '" '. |
|
'onUnload="'.&Apache::lonmenu::unloadevents().'" '; |
|
|
|
$r->print(&Apache::loncommon::start_page(undef,undef, |
$r->print(&Apache::loncommon::start_page(undef,undef, |
{'add_entries' => $load_items, |
{'bgcolor' => '#FFFFFF', |
'bgcolor' => '#FFFFFF', |
|
'force_register' => 1, |
'force_register' => 1, |
'only_body' => |
'only_body' => |
($env{'form.inhibitmenu'} |
($env{'form.inhibitmenu'} |
Line 119 sub handler {
|
Line 113 sub handler {
|
1; |
1; |
__END__ |
__END__ |
|
|
|
=pod |
|
|
|
=head1 NAME |
|
|
|
Apache::lontex.pm |
|
|
|
=head1 SYNOPSIS |
|
|
|
Handler for tex files (somewhere in modules) |
|
|
|
This is part of the LearningOnline Network with CAPA project |
|
described at http://www.lon-capa.org. |
|
|
|
|
|
=head1 SUBROUTINES |
|
|
|
=over |
|
|
|
=item footer() |
|
|
|
Main Handler |
|
|
|
=back |
|
|
|
=cut |
|
|
|
|
|
|
|
|