version 1.30, 2006/07/14 17:44:11
|
version 1.32, 2006/07/20 22:44:04
|
Line 141 SCRIPT_TWO
|
Line 141 SCRIPT_TWO
|
'only_body' => 1,}); |
'only_body' => 1,}); |
$r->print($start_page); |
$r->print($start_page); |
|
|
my $width = ($stayOnPage) ? '700' : '600'; |
my $width = ($stayOnPage) ? '95%' : '600'; |
|
|
$r->print('<table id="LC_helpmenu" width="'.$width.'">'); |
$r->print('<table id="LC_helpmenu" width="'.$width.'">'); |
|
|
|
my $general_help = &Apache::loncommon::general_help(); |
$r->print(<<END); |
$r->print(<<END); |
<tr height="50"> |
<tr height="50"> |
<td width='5'> </td> |
<td width='5'> </td> |
Line 152 SCRIPT_TWO
|
Line 153 SCRIPT_TWO
|
<fieldset><legend><img src="$location/lonIcons/minilogo.gif" height='20' width='29' valign='bottom' /> LON-CAPA help/support</legend> |
<fieldset><legend><img src="$location/lonIcons/minilogo.gif" height='20' width='29' valign='bottom' /> LON-CAPA help/support</legend> |
<table id="LC_helpmenu_links"> |
<table id="LC_helpmenu_links"> |
<tr> |
<tr> |
|
<td><a href="/adm/help/$general_help.hlp" target="bodyframe"> |
|
<img src="$location/help/gif/smallHelp.gif" border="0" alt="(General help)" valign="middle" /> General Help</a> </td> |
END |
END |
if ($component_url) { |
if ($component_url) { |
$r->print("<td><a href=\"$component_url\" target=\"bodyframe\">". |
$r->print("<td><a href=\"$component_url\" target=\"bodyframe\">". |
'<img src="'.$location.'/help/gif/smallHelp.gif" border="0" alt="(Topic help)" valign="middle" /> Topic help</a> </td>'); |
'<img src="'.$location.'/help/gif/smallHelp.gif" border="0" alt="(Topic help)" valign="middle" /> '.$topic.'</a> </td>'); |
} |
} |
if ($requestmail =~ m/^[^\@]+\@[^\@]+$/) { |
if ($requestmail =~ m/^[^\@]+\@[^\@]+$/) { |
$r->print(' |
$r->print(' |