初始上传
This commit is contained in:
46
app/index/view/base.html
Executable file
46
app/index/view/base.html
Executable file
@@ -0,0 +1,46 @@
|
||||
<!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" />
|
||||
<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()}'],
|
||||
};
|
||||
window.regexp_config = {:json_encode(config('regexp'))};
|
||||
</script>
|
||||
<script src="__STATIC__/js/common.js"></script>
|
||||
</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.niushop.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>
|
||||
{__CONTENT__}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user