version 1.42, 2013/12/18 01:23:21
|
version 1.44, 2014/04/23 17:57:57
|
Line 102 HEADER
|
Line 102 HEADER
|
</fieldset> |
</fieldset> |
</form> |
</form> |
</div> |
</div> |
<div class=""LC_left_float"> |
<div class="LC_left_float"> |
</div> |
</div> |
<div style="padding:0;clear:both;margin:0;border:0"></div> |
<div style="padding:0;clear:both;margin:0;border:0"></div> |
$bugs |
$bugs |
Line 150 sub render {
|
Line 150 sub render {
|
'\\begin{html}<a href="/adm/help/'. |
'\\begin{html}<a href="/adm/help/'. |
$label . |
$label . |
$ext . |
$ext . |
'"><img src="'.$icon.'" border="0" /></a>' . |
'"><img src="'.$icon.'" border="0" alt="'.&mt('Help').'" /></a>' . |
'\\end{html}' |
'\\end{html}' |
|gxe; |
|gxe; |
|
|
Line 228 sub handler {
|
Line 228 sub handler {
|
if ($env{'form.searchterm'}=~/\w/) { |
if ($env{'form.searchterm'}=~/\w/) { |
$caller = 'search'; |
$caller = 'search'; |
} |
} |
my $starthash = { |
|
only_body => 1, |
|
add_entries => { |
|
'onload' => "javascript:expand_div('$caller');", |
|
}, |
|
}; |
|
|
|
|
my $starthash; |
|
|
|
if ($env{'browser.mobile'}) { |
|
$starthash = { |
|
only_body => 1, |
|
add_entries => { |
|
'onload' => "javascript:expand_div('$caller');", |
|
}, |
|
}; |
|
} else { |
|
$starthash = { |
|
only_body => 1, |
|
}; |
|
} |
my $firstfile; |
my $firstfile; |
my $start_page= |
my $start_page= |
&Apache::loncommon::start_page('LON-CAPA Help',undef,$starthash); |
&Apache::loncommon::start_page('LON-CAPA Help',undef,$starthash); |