distribut_details.html
2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>退换货列表-{$tpshop_config['shop_info_store_title']}</title>
<meta http-equiv="keywords" content="{$tpshop_config['shop_info_store_keyword']}" />
<meta name="description" content="{$tpshop_config['shop_info_store_desc']}" />
<link rel="stylesheet" href="__STATIC__/css/index.css" type="text/css">
<link rel="stylesheet" href="__STATIC__/css/page.css" type="text/css">
<link rel="stylesheet" href="__STATIC__/css/outhu.css" type="text/css">
<script src="__STATIC__/js/jquery-1.10.2.min.js"></script>
</head>
<body>
<!--------头部开始-------------->
<include file="public/header" />
<!--------头部结束-------------->
<div class="layout ov-hi">
<div class="breadcrumb-area">
<foreach name="navigate_user" key="k" item="v">
<if condition="$k neq '首页'"> > </if>
<a href="{$v}">{$k}</a> </foreach>
</div>
</div>
<div class="layout pa-to-10 fo-fa-ar">
<!--菜单-->
<include file="user/menu" />
<!--菜单-->
<div class="fr wi940">
<div id="main">
<div class="mod-main mod-comm">
<div class="mc">
<tbdoy> </tbdoy>
<table class="tb-void tb-top">
<caption class="dayr">
<span>订单详情</span>
<!--<div class="endorse_dyr" style="float: right;">
<form action="" method="post">
<input class="endor_text" type="text" id="" value="" />
<input class="endor_but" type="button" value="搜索"/>
</form>-->
</div>
</caption>
<colgroup>
<col width="110">
<col width="120">
<col width="">
<col width="120">
<col width="120">
</colgroup>
<thead>
<tr>
<th>昵称</th>
<th>会员</th>
<th>会员ID</th>
<th>关注时间</th>
</tr>
</thead>
<tbody>
<tr>
<td>某某某</td>
<td>否</td>
<td>20160615031521</td>
<td>2016-06-15</td>
</tr>
<tr>
<td>某某某</td>
<td>否</td>
<td>20160615031521</td>
<td>2016-06-15</td>
</tr>
<tr>
<td>某某某</td>
<td>否</td>
<td>20160615031521</td>
<td>2016-06-15</td>
</tr>
</tbody>
</table>
</div>
<div class="mt10 clearfix" style="text-align:center">{$page}</div>
</div>
</div>
</div>
</div>
<div class="he80"></div>
<!--------footer-开始-------------->
<include file="public/footer2" />
<!--------footer-结束-------------->
</body>
</html>