homepagePHP/app/Admin/View/default/common/layout.html

28 lines
1.1 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" >
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1.0">
<title>登录 - {:C('WEB_SITE_TITLE')}</title>
<link href="__PUBLIC__/libs/bootstrap/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="__PUBLIC__/libs/toastr/toastr.css" rel="stylesheet" type="text/css" />
<!-- jQuery 2.0.2 -->
<script src="__PUBLIC__/libs/jquery/jquery.js"></script>
<script src="__PUBLIC__/libs/underscore/underscore.js" type="text/javascript"></script>
<script src="__PUBLIC__/libs/bootstrap/bootstrap.js" type="text/javascript"></script>
<script src="__PUBLIC__/libs/toastr/toastr.min.js" type="text/javascript"></script>
<script src="__PUBLIC__/libs/bootstrap-messagebox/bootstrap-messagebox.js" type="text/javascript"></script>
<script src="__PUBLIC__/libs/admin/common.js" type="text/javascript"></script>
{%section:css%}
</head>
<body class="skin-blue">
{__CONTENT__}
{%section:script%}
</body>
</html>