version 1.74, 2013/11/26 03:17:06
|
version 1.76, 2014/01/17 17:08:04
|
Line 294 ENDJS
|
Line 294 ENDJS
|
} |
} |
$r->print('<form method="post" action="" name="logproblem"'.$formtype.'>'."\n"); |
$r->print('<form method="post" action="" name="logproblem"'.$formtype.'>'."\n"); |
my $output = &Apache::lonhtmlcommon::start_pick_box(). |
my $output = &Apache::lonhtmlcommon::start_pick_box(). |
|
&Apache::lonhtmlcommon::row_headline(). |
|
'<span class="LC_info">'. |
|
&mt('(All fields marked with * are required.)'). |
|
'</span>'. |
|
&Apache::lonhtmlcommon::row_closure(). |
&Apache::lonhtmlcommon::row_title($lt{'name'},undef,$css[$num])."\n"; |
&Apache::lonhtmlcommon::row_title($lt{'name'},undef,$css[$num])."\n"; |
my $fullname = ''; |
my $fullname = ''; |
if ((defined($lastname) && $lastname ne '') && (defined($firstname) && $firstname ne '')) { |
if ((defined($lastname) && $lastname ne '') && (defined($firstname) && $firstname ne '')) { |
Line 555 sub print_request_receipt {
|
Line 560 sub print_request_receipt {
|
if ($r->uri eq '/adm/helpdesk') { |
if ($r->uri eq '/adm/helpdesk') { |
&print_header($r,$url,'process'); |
&print_header($r,$url,'process'); |
} |
} |
$r->print('<h3>'.&mt('Support request failed').'</h3>'. |
$r->print( |
'<span class="LC_error">'. |
'<h2>'.&mt('Support request failed').'</h2>'. |
&mt('Validation of the code you entered failed.'). |
&Apache::lonhtmlcommon::confirm_success( |
|
&mt('Validation of the code you entered failed.'),1). |
|
'<br /><br />'. |
|
&Apache::lonhtmlcommon::actionbox([ |
|
&mt('[_1]Go back[_2] and try again', |
|
'<a href="javascript:history.go(-1)">','</a>')]). |
&Apache::loncommon::end_page()); |
&Apache::loncommon::end_page()); |
return; |
return; |
} |
} |
Line 1000 END
|
Line 1010 END
|
$r->print(<<"END"); |
$r->print(<<"END"); |
<tr> |
<tr> |
<td colspan="3">$reviewtext |
<td colspan="3">$reviewtext |
$lt{'ifyo'}<br /> |
$lt{'ifyo'} |
<span style="font-size:90%;"><b>$lt{'stud'}</b>: |
<p class="LC_info"> |
$stuwarn $lt{'cont'}</span> |
<b>$lt{'stud'}:</b> |
<br /><br /> |
$stuwarn $lt{'cont'} |
|
</p><br /> |
</td> |
</td> |
</tr> |
</tr> |
END |
END |