-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhouse_review.html
executable file
·62 lines (61 loc) · 2.21 KB
/
house_review.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
<!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><a href="boss.html">权限设置</a></li>
<li class="curr"><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="box-menu">
<div class="com-menu">
<ul class="menu">
<li><a href="property_review.html">楼盘审核</a></li>
<li class="curr"><a href="house_review.html">看房团审核</a></li>
<li><a href="photo_review.html">照片墙审核</a></li>
<li><a href="expert_review.html">专家点评审核</a></li>
<li><a href="chips_review.html">认筹审核</a></li>
</ul>
</div>
</div>
<!-- 二级菜单 】】 -->
<div class="cent-auto">
<!-- 管理列表表单【【 -->
<div class="box-table"><!-- 添加hide隐藏 -->
<table width="760" border="0" cellspacing="1" cellpadding="0" bgcolor="#d7d7d7">
<tr>
<th>看房团名称</th>
<th>楼盘名称</th>
<th>提交时间</th>
<th>看房时间</th>
<th>状态</th>
<th>操作</th>
</tr>
<tr>
<td>手法</td>
<td>15487332</td>
<td>2012-1-1</td>
<td>2012-1-1</td>
<td>待审核</td>
<td><a class="blue" href="#none">详情</a> <a class="blue" href="#none">通过</a> <a class="blue" href="#none">驳回</a></td>
</tr>
</table>
</div>
<!-- 管理列表表单 】】 -->
</div>
</body>
</html>