<!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">重试</a> ] [ <a href="javascript:history.back()">返回</a> ]</div>
        <p>
        <strong>错误位置:</strong>　FILE: <span class="text-danger">/var/www/vhosts/gudapeople.com/httpdocs/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>
</body>
</html>