59 lines
1.3 KiB
Smarty
Executable File
59 lines
1.3 KiB
Smarty
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<title>Server Error :: </title>
|
|
<link href="style.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<style>
|
|
|
|
.box {
|
|
-moz-border-radius:6px; /* Rounded edges in Firefox */
|
|
background-image: url(/images/classic/info.gif);
|
|
color :#000;
|
|
border-style:solid;
|
|
border-width:1px;
|
|
border-color:#000;
|
|
font :normal 8pt Tahoma,sans-serif,MiscFixed;
|
|
text-decoration:none;
|
|
|
|
padding:0 20px;
|
|
vertical-align:middle;
|
|
font-weight: bold;
|
|
background-color:#DBDBDB;
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
<body>
|
|
<div class='box'>
|
|
|
|
<br />
|
|
<br />
|
|
<table width="70%" border="0" align="center" cellpadding="0" cellspacing="0" class="mainCopy">
|
|
<tr>
|
|
<td width="15%" align="left" scope="col">
|
|
<span class="mxbOnlineTextBlue">CONTROLLER EXCEPTION</span><br />
|
|
<hr/>
|
|
{message}<br /><br />
|
|
Controller: {controller}<br />
|
|
File: {file}<br />
|
|
Line: {line}
|
|
<br />
|
|
<br />
|
|
|
|
<table>
|
|
<tr><td><small><pre>{trace}</pre></small></td></tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|