You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/share/templates/error_page.tt

33 lines
1.2 KiB

<div class="row">
<div class="span12">
<div class="error-container">
<h1>[% c.loc('Sorry!') %]</h1>
<h2>[% c.loc('[_1] Internal server error', c.response.status) %]</h2>
<div class="error-details">
<p>[% c.loc('We are terribly sorry, an exceptional error has occurred:') %]</p>
<div><strong>[% c.loc('incident number:') %]</strong> [% exception_incident %]</div>
<div><strong>[% c.loc('time of incident:') %]</strong> [% exception_timestamp %]</div>
<br/>
<p>[% c.loc('Details have been logged on the server. If you want to report the error, describe what you were doing or attempting to do just before.') %]</p>
</div> <!-- /error-details -->
[% IF ! framed -%]
<div class="error-actions">
<a href="[% c.uri_for('/back') %]" class="btn btn-large btn-primary ngcp-error-button">
<i class="icon-chevron-left"></i> [% c.loc('Back to Dashboard') %]</a>
<a href="mailto:[% c.config.contact.email %]?subject=NGCP-Panel Incident [% exception_incident %]" class="btn btn-large ngcp-error-button">
<i class="icon-envelope"></i> [% c.loc('Contact Support') %]</a>
</div> <!-- /error-actions -->
[% END -%]
</div> <!-- /.error-container -->
</div> <!-- /.span12 -->
</div> <!-- /.row -->