version 1.531.2.2, 2012/05/13 23:51:59
|
version 1.531.2.4, 2012/08/01 05:17:02
|
Line 1596 sub renderingoptions {
|
Line 1596 sub renderingoptions {
|
{&Apache::lonlocal::texthash |
{&Apache::lonlocal::texthash |
('' => '', |
('' => '', |
'tth' => 'tth (TeX to HTML)', |
'tth' => 'tth (TeX to HTML)', |
|
'MathJax' => 'MathJax', |
'jsMath' => 'jsMath', |
'jsMath' => 'jsMath', |
'mimetex' => 'mimetex (Convert to Images)')}). |
'mimetex' => 'mimetex (Convert to Images)')}). |
'</span>'; |
'</span>'; |
Line 1951 sub get_courseupload_hierarchy {
|
Line 1952 sub get_courseupload_hierarchy {
|
my ($url) = @_; |
my ($url) = @_; |
my ($symb,$itemtitle,$displaypath); |
my ($symb,$itemtitle,$displaypath); |
if ($env{'request.course.id'}) { |
if ($env{'request.course.id'}) { |
$symb = &Apache::lonnet::symbread(); |
$symb = &Apache::lonnet::symbread($url); |
my ($map,$id,$res)=&Apache::lonnet::decode_symb($symb); |
my ($map,$id,$res)=&Apache::lonnet::decode_symb($symb); |
my $navmap=Apache::lonnavmaps::navmap->new; |
my $navmap=Apache::lonnavmaps::navmap->new; |
if (ref($navmap)) { |
if (ref($navmap)) { |