version 1.519.2.1, 2008/03/23 23:48:45
|
version 1.519.2.2, 2008/03/24 00:03:05
|
Line 2090 ENDPART
|
Line 2090 ENDPART
|
# |
# |
|
|
if ($ssi_error) { |
if ($ssi_error) { |
my $end_page = &Apache::loncommon::end_page(); |
|
$r->print(<<ERROR_END); |
my $helpurl = &Apache::loncommon::top_nav_help('Helpdesk'); |
|
my $end_page = &Apache::loncommon::end_page(); |
|
$r->print(' |
<br /> |
<br /> |
<h2>An unrecoverable error occured:</h2> |
<h2>'.&mt('An unrecoverable error occured:').'</h2> |
<p> |
<p> |
I was not able to render one of the print resources ($ssi_last_error_resource) |
'.&mt('One of the resources ([_1]) you chose to print could not be rendered due to an unrecoverable error when communicating with a server:',$ssi_last_error_resource).' |
due to an unrecoverable error communicating with a server: |
|
<br /> |
|
$ssi_last_error; |
|
<br /> |
<br /> |
|
'.$ssi_last_error.' |
</p> |
</p> |
<p> |
<p>'. |
I recommend that you try printing again later as this may mean the server was just |
&mt('It is recommended that you try printing again later, as this error may mean the server was just temporarily unavailable, or is down for maintenance.').'<br />'. |
temporarily unavailable, or is down for maintenance. If this error persists, then |
&mt('If the error persists, please contact the [_1] for assistance.',$helpurl). |
please contact your LonCAPA support folks for assistance and diagnosis. |
'</p><p>'. |
<br /> |
&mt('We apologize for the inconvenience.'). |
<br /> |
'</p>'. |
We apologize for the inconvenience. |
$end_page); |
</p> |
|
$end_page |
|
ERROR_END |
|
} else { |
} else { |
|
|
#-- writing .tex file in prtspool |
#-- writing .tex file in prtspool |