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.
82 lines
3.4 KiB
HTML
82 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
|
<title>{$meta_title}{:C('MB_TITLE')}</title>
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/common.css">
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/iconfont.css">
|
|
<!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
|
|
<block name="css"></block>
|
|
<link rel="stylesheet" href="__CSS__/data.css">
|
|
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
|
|
<script src="__JS__/jquery-3.2.1.min.js"></script>
|
|
<script src="__JS__/bootstrap.min.js"></script>
|
|
<script src="__JS__/summary.js"></script>
|
|
<script src="__JS__/buydetail.js"></script>
|
|
<script src="__JS__/registsearch.js"></script>
|
|
<script src="__STATIC__/layer/layer.js" type="text/javascript"></script>
|
|
<link href="{:get_cover(C('MB_SITE_ICON'),'path')}" type="image/x-icon" rel="shortcut icon">
|
|
<script type="text/javascript"> </script>
|
|
<style type="text/css"> </style>
|
|
</head>
|
|
<body> <!--左侧导航栏 开始-->
|
|
<div class="nav_new fl">
|
|
<div class="logo_picture">
|
|
<if condition="C('MB_SITE_ICON')">
|
|
<img src="{:get_cover(C('MB_SITE_LOGO'),'path')}" width="88%" >
|
|
<else/>
|
|
<img src="__IMG__/logo.png" width="88%"/>
|
|
</if>
|
|
</div>
|
|
<div class="subNavBox">
|
|
<a href="{:U('Buydetail/summary')}" class="subNav jssubNav <if condition='CONTROLLER_NAME eq Buydetail and ACTION_NAME eq summary'>currentDd</if>">
|
|
<i class="prev_icon icon_shujv"></i>
|
|
<span>数据汇总</span>
|
|
<i class="arrow_icon"></i>
|
|
</a>
|
|
</div>
|
|
</div> <!--头部导航end-->
|
|
<div class="trunk">
|
|
<div class="trunk_con">
|
|
<!--头部个人信息-->
|
|
<div class="header">
|
|
<div class="header-right">
|
|
<span class="pinfo jstime">今天是:<span id="Clock"></span></span>
|
|
<span class="pinfo">您好!{:$_SESSION['user_auth_commerce']['account']}</span>
|
|
<a href="javascript:;" class="loginout">
|
|
<i class="iconfont icon-logout" style="color:#26C7DB;"></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<!--结束 头部个人信息-->
|
|
<div class="trunk-container">
|
|
<!--右侧内容 开始-->
|
|
<div class="right_container">
|
|
<div class="location">
|
|
<block name="location"></block>
|
|
</div>
|
|
<block name="body"> </block>
|
|
</div>
|
|
</div>
|
|
<!--底部信息-->
|
|
<div class="footer">
|
|
<div class="inner" >
|
|
<!-- <p class="customerService" style="margin-top:.8%;">
|
|
<span>客服电话:{:C('MB_TEL')}</span>
|
|
<span> 客服邮箱:{:C('MB_EMAIL')}</span>
|
|
<span> 服务时间:{:C('MB_SERVER_TIME')}</span>
|
|
</p>
|
|
<p class="copyright">
|
|
<span>网络备注:{:C('MB_SITE_RECORD')}</span>
|
|
<span>网络文化经营许可证编号:{:C('MB_CULTURAL_LICENSE')}</span>
|
|
<span>版权所有:{:C('MB_COPYRIGHT')}</span>
|
|
</p>-->
|
|
</div>
|
|
</div>
|
|
<!--结束 底部信息-->
|
|
</div>
|
|
</div>
|
|
<block name="script"></block>
|
|
</body>
|
|
</html> |