Gazelle/templates/error.tpl
2013-05-25 08:01:03 +00:00

49 lines
1.8 KiB
Smarty

<table cellpadding="0" cellspacing="0" border="0" style="color: black; font-family: Arial; font-size: 12px; font-weight: normal;">
<tr valign="top">
<td colspan="2" align="left" style="font-size: 14px; border-bottom: 1px solid black;"><strong>There is a new {{ErrorType}}, here are the details</strong></td>
</tr>
<tr valign="top">
<td colspan="2" height="10"></td>
</tr>
<tr valign="top">
<td align="right" style="padding: 0px 10px 0px 6px;"><strong>Description</strong></td>
<td align="left">{{Description}}</td>
</tr>
<tr valign="top">
<td colspan="2" height="5"></td>
</tr>
<tr valign="top">
<td align="right" style="padding: 0px 10px 0px 6px; white-space: nowrap;"><strong>URL</strong></td>
<td align="left">{{URL}}</td>
</tr>
<tr valign="top">
<td colspan="2" height="5"></td>
</tr>
<tr valign="top">
<td align="right" style="padding: 0px 10px 0px 6px; white-space: nowrap;"><strong>IP</strong></td>
<td align="left">{{IP}}</td>
</tr>
<tr valign="top">
<td colspan="2" height="5" style="border-bottom: 1px solid black;"></td>
</tr>
<tr valign="top">
<td colspan="2" height="5"></td>
</tr>
<tr valign="top">
<td align="right" style="padding: 0px 10px 0px 6px; white-space: nowrap;"><strong>Request Vars</strong></td>
<td align="left"><pre>{{RequestVars}}</pre></td>
</tr>
<tr valign="top">
<td align="right" style="padding: 0px 10px 0px 6px; white-space: nowrap;"><strong>Session Vars</strong></td>
<td align="left"><pre>{{SessionVars}}</pre></td>
</tr>
<tr valign="top">
<td align="right" style="padding: 0px 10px 0px 6px; white-space: nowrap;"><strong>Cookie Vars</strong></td>
<td align="left"><pre>{{CookieVars}}</pre></td>
</tr>
<tr valign="top">
<td align="right" style="padding: 0px 10px 0px 6px; white-space: nowrap;"><strong>Server Vars</strong></td>
<td align="left"><pre>{{ServerVars}}</pre></td>
</tr>
</table>