<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>系统发生错误</title>
<link rel="stylesheet" href="__STATIC__/bootstrap/css/bootstrap.min.css" />
<style>
body{
    font-family: 'Microsoft Yahei', Verdana, arial, sans-serif;
    font-size:15px;
}

.message,#trace{
    padding:1em;
    border:solid 1px #000;
    margin:10px 0;
    background:#FFD;
    line-height:150%;
}

.message{
    background:#FFD;
    color:#2E2E2E;
    border:1px solid #E0E0E0;
}

#trace{
    background:#E7F7FF;
    border:1px solid #E0E0E0;
    color:#535353;
}

</style>
</head>
<body>
<div class="container">
    <h2>系统发生错误 </h2>
    <div >您可以选择 [ <a href="/index.php/product/__STATIC__/bootstrap/css/bootstrap.min.css">重试</a> ] [ <a href="javascript:history.back()">返回</a> ]</div>
        <p>
        <strong>错误位置:</strong>　FILE: <span class="text-danger">D:\wwwroot\qztech\wwwroot\core\Common\functions.php</span>　LINE: <span class="red">112</span>
    </p>
        <p class="title">[ 错误信息 ]</p>
    <p class="alert alert-danger">非法操作:__static__</p>

</div>
<div align="center" style="color:#FF3300;margin:5pt;font-family:Verdana">易天时代网站管理系统<sup style='color:gray;font-size:9pt'></sup><span style='color:silver'> </span>
</div>
</body>
</html>