Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e848c705

Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt

  • ID e848c7057733f16b74904f48ff3c2e87f9ba7b53
  • Vorgänger afe91955
  • Nachfolger a6e462d5

Neues Design 2019 Standard-Code templates/webpages/generic/

Unterschiede anzeigen:

templates/webpages/generic/exception.html
[% USE LxERP %]
[% USE HTML %]
<h1 class="message_error">[%- LxERP.t8('Error!') %]</h1>
<div class="message message_error">[% LxERP.t8('Error!') %]</div>
<p>
[%- LxERP.t8('An exception occurred during execution.') %]
</p>
<div class="wrapper">
<div>
<table>
<tr>
<td valign="top">[%- LxERP.t8('Type') %]:</td>
<td valign="top">[%- HTML.escape(error.type) %]</td>
</tr>
<p>[% LxERP.t8('An exception occurred during execution.') %]</p>
<table class="tbl-horizontal">
<tr>
<td>[% LxERP.t8('Type') %]:</td>
<td>[% HTML.escape(error.type) %]</td>
</tr>
<tr>
<td>[% LxERP.t8('Information') %]:</td>
<td><code>[% HTML.escape(error.info) %]</code></td>
</tr>
</table>
</div><!-- /.wrapper -->
<tr>
<td valign="top">[%- LxERP.t8('Information') %]:</td>
<td valign="top"><pre>[%- HTML.escape(error.info) %]</pre></td>
</tr>
</table>
</div>

Auch abrufbar als: Unified diff