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.

72 lines
3.4 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8" >
<link rel="shortcut icon" href="{:get_cover(C('OPEN_SET_ICO'),'path')}">
<title>{:C('OPEN_SET_TITLE')}</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link href="__CSS__/iconfont.css" rel="stylesheet">
<link href="__CSS__/common.css" rel="stylesheet">
<link href="__CSS__/index.css" rel="stylesheet">
<script src="__JS__/jquery.min.js"></script>
<script src="__JS__/common.js"></script>
<script src="__JS__/jquery.mousewheel.js"></script>
<script src="__JS__/bootstrap.min.js"></script>
<script src="__JS__/jquery.form.js"></script>
<script src="__JS__/jquery.validate.min.js"></script>
<script src="__JS__/jquery.md5.js"></script>
<script src="__STATIC__/layer/layer.js"></script>
<block name="head"></block>
</head>
<body>
<div class="header">
<div class="index-head_inner clearfix">
<div class="logo">
<a href="{:U('Index/index')}">
<img src="{:get_cover(C('OPEN_SET_LOGO'),'path')}" alt="logo">
</a>
<i></i>
<block name="set_title">
<span>{:C('OPEN_SET_TITLE')}</span>
</block>
</div>
<ul class="unlr clearfix index-unlr">
</ul>
<block name="navigation">
<ul class="index-nav clearfix">
<li><a class="{$title_head == 'home' ? active : ''}" href="{:U('Index/index')}"><span>首页</span></a></li>
<li><a class="{$title_head == 'stats' ? active : ''}" href="{:U('Stats/overview')}"><span>管理中心</span></a></li>
<li><a class="{$title_head == 'document' ? active : ''}" href="{:U('Document/index')}"><span>资料库</span></a></li>
<li><a class="{$title_head == 'notice' ? active : ''}" href="{:U('Notice/index')}"><span>平台公告</span></a></li>
<li><a class="{$title_head == 'cooperation' ? active : ''}" href="{:U('Cooperation/index')}"><span>商务合作</span></a></li>
</ul>
</block>
</div>
</div>
<block name="body"></block>
</body>
<footer>
<div class="index-footer">
<p>版权所有 © 徐州梦创信息科技有限公司 网络备案苏ICP备15062631号-3 网络文化经营许可证编号32132132132</p>
</div>
<div class="gotop"><i class="iconfont icon-angle_up"></i></div>
</footer>
<script type="text/javascript">
(function(){
var ThinkPHP = window.Think = {
"ROOT" : "__ROOT__", //当前网站地址
"APP" : "__APP__", //当前项目地址
"PUBLIC" : "__PUBLIC__", //项目公共目录地址
"DEEP" : "{:C('URL_PATHINFO_DEPR')}", //PATHINFO分割符
"MODEL" : ["{:C('URL_MODEL')}", "{:C('URL_CASE_INSENSITIVE')}", "{:C('URL_HTML_SUFFIX')}"],
"VAR" : ["{:C('VAR_MODULE')}", "{:C('VAR_CONTROLLER')}", "{:C('VAR_ACTION')}"]
}
})();
</script>
<script src="__STATIC__/think.js"></script>
</html>