Bontiv-Sourceer source code viewer
Root | Help
./bontiv-cms/core/error_tpl.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CMS :: Error</title>
</head>
<body>
<h1>Error occured !</h1>
<center>
<table width="80%" border="1">
<tr><td width="200px">Type</td><td>{err_type}</td></tr>
<tr><td width="200px">Element</td><td>{err_library}</td></tr>
<tr><td width="200px">Code</td><td>{err_code}</td></tr>
<tr><td width="200px">Message</td><td>{err_msg}</td></tr>
<tr><td width="200px">Line</td><td>{err_lne}</td></tr>
<tr><td width="200px">File</td><td>{err_fle}</td></tr>
</table>
</center>
</body>
</html>
Presented with Bontiv-Sourceer