模特列表.html
5.3 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!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> > <span>模特管理</span></div>
<div class="lan-tab">
<ul>
<li onclick="window.location.href='模特管理.html'">新增模特</li>
<li class="act" onclick="window.location.href='模特列表.html'">模特列表</li>
<li onclick="window.location.href='分配模特.html'">分配模特</li>
</ul>
</div>
<table class="table1" style="width: 100%; text-align: center;">
<thead>
<tr>
<th align="center"> 编号 </th>
<th align="center"> 名字 </th>
<th align="center"> 性别 </th>
<th align="center"> 图片 </th>
<th align="center"> 添加时间 </th>
<th align="center"> 状态 </th>
<th align="center"> 操作 </th>
</tr>
</thead>
<tr >
<td>1</td>
<td>这种</td>
<td>女</td>
<td><img src="http://buy.yoho.cn/PIC/promodel/2010/9/19/18/2482b42079774efdb132c5f37cb117c8.gif"></img></td>
<td>2010.09.19</td>
<td><span class="font_green">已起用</span></td>
<td><button type="button" class="but3" >停用</button></td>
</tr>
<tr class="F1">
<td>2</td>
<td>1</td>
<td>女</td>
<td><img src="http://buy.yoho.cn/PIC/promodel/2010/9/20/10/c44d238c79334eb49cde765be2c8849f.gif"></img></td>
<td>2010.09.20</td>
<td><span class="font_red">已停用</span></td>
<td><button type="button" class="but2" >起用</button></td>
</tr>
<tr >
<td>3</td>
<td>2</td>
<td>男</td>
<td><img src="http://buy.yoho.cn/PIC/promodel/2010/9/20/10/e0445014ee67434b83fd090efb5cb6db.gif"></img></td>
<td>2010.09.20</td>
<td><span class="font_green">已起用</span></td>
<td><button type="button" class="but3" >停用</button></td>
</tr>
<tr class="F1">
<td>4</td>
<td>3</td>
<td>男</td>
<td><img src="http://buy.yoho.cn/PIC/promodel/2010/9/20/10/54d3ee1ee96a422ab1ccf0171f790a5f.gif"></img></td>
<td>2010.09.20</td>
<td><span class="font_green">已起用</span></td>
<td><button type="button" class="but3" >停用</button></td>
</tr>
<tr >
<td>5</td>
<td>nana</td>
<td>女</td>
<td><img src="http://buy.yoho.cn/PIC/promodel/2010/9/20/10/b6e20c8aa63c4b3ba84801a894a9fbbd.gif"></img></td>
<td>2010.09.20</td>
<td><span class="font_green">已起用</span></td>
<td><button type="button" class="but3" >停用</button></td>
</tr>
<tr class="F1">
<td>6</td>
<td>nicole</td>
<td>女</td>
<td><img src="http://buy.yoho.cn/PIC/promodel/2010/9/20/10/31856d3d1c534c28b72eb71d9876623a.gif"></img></td>
<td>2010.09.20</td>
<td><span class="font_green">已起用</span></td>
<td><button type="button" class="but3" >停用</button></td>
</tr>
<tr >
<td>7</td>
<td>peter</td>
<td>男</td>
<td><img src="http://buy.yoho.cn/PIC/promodel/2010/9/20/10/6d92a3432b2b4be085d9cd6dc1e280a1.gif"></img></td>
<td>2010.09.20</td>
<td><span class="font_green">已起用</span></td>
<td><button type="button" class="but3" >停用</button></td>
</tr>
<tr class="F1">
<td>8</td>
<td>vicky</td>
<td>女</td>
<td><img src="http://buy.yoho.cn/PIC/promodel/2010/9/20/10/d3e128b23802454d989fa126129d7edd.gif"></img></td>
<td>2010.09.20</td>
<td><span class="font_green">已起用</span></td>
<td><button type="button" class="but3" >停用</button></td>
</tr>
<tr >
<td>9</td>
<td>viola</td>
<td>女</td>
<td><img src="http://buy.yoho.cn/PIC/promodel/2010/9/20/10/3b8a6b053ef04565a7a616627b48660e.gif"></img></td>
<td>2010.09.20</td>
<td><span class="font_green">已起用</span></td>
<td><button type="button" class="but3" >停用</button></td>
</tr>
</table>
</div>
</body>
</html>