userjf.html
3.72 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
95
96
{template 'public/header'}
{template 'public/comhead'}
<link rel="stylesheet" type="text/css" href="../addons/zh_cjdianc/template/public/ygcsslist.css">
<style type="text/css">
.yg5_key>div{float: left;line-height: 34px;}
.store_td1{height: 45px;}
.store_list_img{width: 40px;height: 40px;}
.yg5_tabel{border-color: #e5e5e5;outline: 1px solid #e5e5e5;font-size: 12px;}
.yg5_tr2>td{padding: 10px 15px;border: 1px solid #e5e5e5;text-align: center;}
.yg5_tr1>th{
border: 1px solid #e5e5e5;
padding-left: 15px;
background-color: #FAFAFA;
font-weight: bold;
text-align: center;
}
.yg5_btn{background-color: #EEEEEE;color: #333;border: 1px solid #E4E4E4;border-radius: 6px;width: 100px;height: 34px;}
.store_inp{margin-left: 5px;}
.ygshanchu{color: white;background-color: #44ABF7;}
.accout_inp{width: 100%;height: 35px;border: 1px solid #cccccc;font-size: 14px;color: #333;}
/* .navback{display: none;}*/
/* .yg_back{margin-left: 170px;}*/
</style>
<ul class="nav nav-tabs">
<span class="ygxian"></span>
<div class="ygdangq">当前位置:</div>
<li class="active"><a href="javascript:void(0);">积分记录</a></li>
</ul>
<div class="main">
<div class="panel panel-default">
<div class="panel-body">
<form action="" method="get" class="col-md-4">
<input type="hidden" name="c" value="site" />
<input type="hidden" name="a" value="entry" />
<input type="hidden" name="m" value="zh_cjdianc" />
<input type="hidden" name="do" value="userjf" />
<div class="input-group" style="width: 100px">
{php echo tpl_form_field_daterange('time',$_GPC['time'],true);}
<span class="input-group-btn">
<input type="submit" class="btn btn-default" name="submit2" value="查找"/>
</span>
</div><!-- /input-group -->
<input type="hidden" name="user_id" value="{$_GPC['user_id']}"/>
<input type="hidden" name="token" value="{$_W['token']}"/>
</form>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
会员列表
</div>
<div class="panel-body" style="padding: 0px 15px;">
<div class="row">
<table class="yg5_tabel col-md-12" id="test_table">
<tr class="yg5_tr1">
<!-- 批量部分 -->
<th class="store_td1 col-md-1" >分数</th>
<th class="col-md-1">时间</th>
<th class="col-md-2">备注</th>
</tr>
{loop $list $row}
<tr class="yg5_tr2">
<td >{if $row['type']==1}<font color="green">{$row['score']}</font>{else}<font color="red">-{$row['score']}</font>{/if}</td>
<td >{$row['cerated_time']}</td>
<td >{$row['note']}</td>
</tr>
{/loop}
{if empty($list)}
<tr class="yg5_tr2">
<td colspan="9">
暂无记录
</td>
</tr>
{/if}
</table>
</div>
</div>
</div>
</div>
<div class="text-right we7-margin-top">
{$pager}
</div>
<!-- {template 'common/footer'} -->
<script type="text/javascript">
$(function(){
$("#frame-12").addClass("in");
$("#frame-12").show();
$("#yframe-12").addClass("wyactive");
})
</script>
{template 'common/footer'}