46 lines
1.0 KiB
HTML
Executable File
46 lines
1.0 KiB
HTML
Executable File
<[include file="/elements/wireframes/2cols.html" share]>
|
|
|
|
<[content name=title value="Error" /]>
|
|
|
|
<[content name=content]>
|
|
|
|
<table width="" cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td>
|
|
<h3>Une erreur s'est produite</h3>
|
|
<br />
|
|
{message}
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<span onclick="$('#t1').show();" style="cursor: pointer;">afficher les infos de debuggage.</span>
|
|
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<table id="t1" style="display: block;" cellspacing="0" border="1" cellpadding="10">
|
|
<[foreach exceptions : e]>
|
|
<tr>
|
|
<td width="700">
|
|
<span style="font-weight: bold; color: #f44;">
|
|
{e.type}
|
|
</span>
|
|
:
|
|
<span
|
|
style="cursor: help; font-family: monospace; line-height: 170%;"
|
|
title="{e.type} on line {e.line} in file '{e.file}'">
|
|
{e.message@nl2br}
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<[/foreach]>
|
|
</table>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<[/content]>
|
|
|
|
<[/include]> |