-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboss.html
executable file
·76 lines (75 loc) · 3 KB
/
boss.html
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
<!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" />
<title>微信 房产管理后台</title>
<link rel="stylesheet" href="css/styler.css" type="text/css" />
</head>
<body>
<!-- 头部 【【-->
<div class="header">
<div class="com-cent">
<div class="hd-title">微信 房产管理后台</div>
<div class="hd-log">欢迎你<span>亲爱的<em>xxx</em>用户</span><a href="#none">退出</a></div>
<ul class="hd-link">
<li class="curr"><a href="boss.html">权限设置</a></li>
<li><a href="property_review.html">审核</a></li>
<li><a href="release_data.html">已发布数据</a></li>
<li><a href="ordea_data.html">订单数据</a></li>
</ul>
</div>
</div>
<!-- 头部 】】-->
<div class="cent-auto">
<!-- 管理列表表单【【 -->
<div class="box-table"><!-- 添加hide隐藏 -->
<div class="but-righ"><button class="btn-cha" type="button">添加管理员</button></div>
<table width="760" border="0" cellspacing="1" cellpadding="0" bgcolor="#d7d7d7">
<tr>
<th>姓名</th>
<th>QQ号</th>
<th>手机号</th>
<th>操作</th>
</tr>
<tr>
<td>手法</td>
<td>15487332</td>
<td>1245454</td>
<td><a class="blue" href="#none">编辑</a> <a class="blue" href="#none">删除</a></td>
</tr>
<tr>
<td>手法</td>
<td>15487332</td>
<td>1245454</td>
<td><a class="blue" href="#none">编辑</a> <a class="blue" href="#none">删除</a></td>
</tr>
</table>
</div>
<!-- 管理列表表单 】】 -->
<!-- 添加新管理员表单【【 -->
<div class="box-table">
<table width="760" border="0" cellspacing="1" cellpadding="0" bgcolor="#d7d7d7">
<tr>
<th>姓名</th>
<th>QQ号</th>
<th>手机号</th>
<th>操作</th>
</tr>
<tr>
<td><input class="inp-shu" name="" type="text" value="请输入姓名" /></td>
<td><input class="inp-shu" name="" type="text" value="请输入QQ号" /></td>
<td><input class="inp-shu" name="" type="text" value="请输入手机号" /></td>
<td><a class="blue" href="#none">保存</a> <a class="blue" href="#none">取消</a></td>
</tr>
<tr>
<td><input class="inp-shu" name="" type="text" value="请输入姓名" /></td>
<td><input class="inp-shu" name="" type="text" value="请输入QQ号" /></td>
<td><input class="inp-shu" name="" type="text" value="请输入手机号" /></td>
<td><a class="blue" href="#none">保存</a> <a class="blue" href="#none">取消</a></td>
</tr>
</table>
</div>
<!-- 添加新管理员表单 】】 -->
</div>
</body>
</html>