admin/app/index/view/base.html

53 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-COMPATIBLE" content="IE=edge,chrome=1" />
<title>首页</title>
<link rel="icon" type="image/x-icon" href="__STATIC__/img/shop_bitbug_favicon.ico" />
<link rel="stylesheet" type="text/css" href="INDEX_CSS/style.css" />
<link rel="stylesheet" type="text/css" href="__STATIC__/ext/layui/css/layui.css" />
<!--<link rel="stylesheet" type="text/css" href="SHOP_CSS/style1/common.css" />-->
<link rel="stylesheet" type="text/css" href="SHOP_CSS/style2/common.css" />
<script src="__STATIC__/js/jquery-3.1.1.js"></script>
<script src="__STATIC__/ext/layui/layui.js"></script>
<script>
layui.use(['layer', 'upload', 'element'], function() {});
window.ns_url = {
baseUrl: "ROOT_URL/",
route: ['install', '{:request()->controller()}', '{:request()->action()}'],
};
</script>
<script src="__STATIC__/js/common.js"></script>
{block name="resources"}
{/block}
</head>
<body>
<div class="body-content">
<div class="head-block">
<div class="head-block-title">
<div class="head-block-left">
<div>
<img src="INDEX_IMG/logo_new.png"/>
</div>
<span>单商户V5版</span>
</div>
<div class="head-block-right">
<a href="http://www.cdcloudshop.com" class="other-links-text" target="_blank">官方网站</a>
<span>|</span>
<a href="http://bbs.niushop.com" class="other-links-text" target="_blank">技术论坛</a>
</div>
</div>
</div>
<div>
{block name='main'}{/block}
</div>
</div>
<script>
</script>
{block name="script"}{/block}
</body>
</html>