积分排行.html
3.85 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="http://static.yohobuy.com/admin/css/style.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jquery.min.js"></script>
<link type="text/css" href="http://static.yohobuy.com/admin/js/jqueryui/themes/ui-lightness/jquery-ui-1.8.7.custom.css" rel="stylesheet" />
<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jqueryui/ui/jquery-ui-1.8.7.custom.js"></script>
<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jqueryui/ui/i18n/jquery.ui.datepicker-zh-CN.js"></script>
<script type="text/javascript">
$(function() {
$( "#datepicker" ).datepicker();
$( "#datepicker2" ).datepicker();
});
</script>
<title>YOHO有货后台管理</title>
</head>
<body>
<div class="mainbox">
<div class="daohang">当前位置:<a href="main.html">首页</a> > <a href="#">虚拟货币管理</a> > <span>虚拟货币查询</span></div>
<div class="lan-tab">
<ul>
<li onclick="window.location.href='虚拟货币查询.html'">查询</li>
<li class="act" onclick="window.location.href='积分排行.html'">积分排行</li>
</ul>
</div>
<table class="table1" style="width: 100%; text-align:center;">
<thead>
<tr>
<th width="10%" align="center">用户BasicID</th>
<th width="22%" align="center">E-mail地址</th>
<th width="24%" align="center">注册时间</th>
<th width="12%" align="center">积分</th>
<th width="12%" align="center">YOHO币</th>
<th width="12%" align="center">RMB</th>
<th width="8%" align="center">操作</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="8"><div class="pagination"><a href="#" class="act">1</a><a href="#" title="第2页">2</a><a href="#" title="第3页">3</a><a href="#" title="第4页">4</a><a href="#" title="第5页">5</a><a href="#" title="第6页">6</a><a href="#" title="第7页">7</a><a href="#" title="第8页">8</a><a href="#" title="第9页">9</a>...<a href="#" title="第25页">25</a><a title="第2页" href="#">下一页</a><a title="第25页" href="#">>></a></div></td>
</tr>
</tfoot>
<tbody>
<tr >
<td><a href="#" target="_blank">326983</a></td>
<td>275106718@qq.com</td>
<td>2008-5-31 17:23:42</td>
<td>1619.1</td>
<td>0</td>
<td>0</td>
<td><button type="button" class="butsearch" >查看</button></td>
</tr>
<tr class="F1">
<td><a href="#" target="_blank">287119</a></td>
<td>lclc555@sina.com</td>
<td>2008-2-7 21:40:44</td>
<td>1395.25</td>
<td>0</td>
<td>0</td>
<td><button type="button" class="butsearch" >查看</button></td>
</tr>
<tr >
<td><a href="#" target="_blank">17989</a></td>
<td>yuchang1223@yahoo.com.cn</td>
<td>2007-5-31 21:41:07</td>
<td>973.65</td>
<td>0</td>
<td>0</td>
<td><button type="button" class="butsearch" >查看</button></td>
</tr>
<tr class="F1">
<td><a href="#" target="_blank">21787</a></td>
<td>missapril.0415@163.com</td>
<td>2007-6-11 2:26:38</td>
<td>970.35</td>
<td>0</td>
<td>0</td>
<td><button type="button" class="butsearch" >查看</button></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>