<!DOCTYPE html>
<html>
<head>
{inc:"base:stpl/weys~imp"}
<title><?=$title='错误信息'?></title>
<?=glbHtml::page('aumeta');?>
<style type="text/css">
</style>
</head>
<body>
{inc:"base:stpl/weys~head"}
<article class="">
<div class="msg">
<h3>(╯︵╰) 出错啦 (╯︵╰)</h3>
<div class="error"><i class="fa fa-warning "></i></div>
<hr>
<h4 class="gray">错误信息</h4>
<ul class="gray">
<li>错误代码:{=$erCode}</li>
{if !empty($erMsg)}<li>{=$erMsg}</li>{/if}
{if !empty($erFile)}<li>{=$erFile} {if !empty($erLine)}(Line:{=$erLine}){/if}</li>{/if}
<li>Time : <?php echo date('Y-m-d H:i:s');?></li>
</ul>
<h3>
<a href="{surl(0)}" onclick="goPage(this)"><i class="fa fa-home"></i>返回首页</a>
<span class="gr9">•</span>
<a href="{=$_SERVER['REQUEST_URI']}" onclick="goPage(this)" id='godef'>重试本页<i class="fa fa-refresh"></i></a>
</h3>
<hr>
<h4 class="gray">错误信息</h4>
<?php foreach($erTrace as $row){ ?>
<li>{=$row}</li>
<?php } ?>
</div>
</article>
{inc:"base:stpl/weys~foot"}
</body>
</html>