HEADER
-
- $r->print($text);
+ if ($is_mobile) {
+ my $width = 500;
+ my $height = 400;
+ my $machine = &Apache::lonnet::absolute_url();
+ $r->print(&Apache::loncommon::nicescroll_javascript('helpwrapper',
+ {cursorcolor => '#00F',
+ railalign => 'right',
+ railoffset => '{top:5,left:40}'},
+ undef,1,$machine.$firstfile));
+ $r->print('
'.
+ $text.
+ '
');
+ } else {
+ $r->print($text);
+ }
if (&Apache::lonnavmaps::advancedUser()) {
- my $search=&mt('Search LON-CAPA help');
- my $about=&mt('About LON-CAPA help and More Help');
-
- $r->print(<