You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.1 KiB
HTML
28 lines
1.1 KiB
HTML
5 years ago
|
<!DOCTYPE html>
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<title>{$meta_title}</title>
|
||
|
<link href="__CSS__/20170831/iconfont.css" rel="stylesheet" type="text/css">
|
||
|
<link href="__CSS__/20170831/select2.min.css" rel="stylesheet" type="text/css" />
|
||
|
<!--<link href="__CSS__/20170831/common.css" rel="stylesheet" type="text/css">-->
|
||
|
<link href="__CSS__/20180207/common.css" rel="stylesheet" type="text/css">
|
||
|
<link href="{:get_cover(C('CH_SET_ICO'),'path')}" type="image/x-icon" rel="shortcut icon">
|
||
|
<script type="text/javascript" src="__JS__/jquery-1.11.1.min.js"></script>
|
||
|
|
||
|
<!--[if lt IE 9]>
|
||
|
<script type="text/javascript" src="__STATIC__/jquery-1.10.2.min.js"></script>
|
||
|
<![endif]-->
|
||
|
{:hook('pageHeader')}
|
||
|
<script type="text/javascript" src="__STATIC__/layer/layer.js" ></script>
|
||
|
<block name="css"></block>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="container" style="padding: 15px;">
|
||
|
<block name="body"> </block>
|
||
|
</div>
|
||
|
<block name="script"></block>
|
||
|
</body>
|
||
|
</html>
|