-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadminComplain.html
More file actions
111 lines (71 loc) · 3.32 KB
/
Copy pathadminComplain.html
File metadata and controls
111 lines (71 loc) · 3.32 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
<!DOCTYPE HTML>
<html>
<head>
<title>投诉处理</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<link rel="icon" href="images/logo.ico">
<!-- 新 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/init.css">
<link rel="stylesheet" href="assets/css/competitionAll.css">
<link rel="stylesheet" href="assets/css/adminComplain.css">
<link rel="stylesheet" href="assets/css/sweetalert.css">
</head>
<body>
<!--<div id="page-wrapper">-->
<!-- Header -->
<header id="header">
<h1>Runner管理系统</h1>
<nav id="nav">
<ul>
<li><a href="index.html">登出</a></li>
</ul>
</nav>
</header>
<div class="container" >
<div class="row">
<div class=" col-xs-10 col-sm-10 col-md-6 col-lg-6 col-md-offset-3 col-lg-offset-3 col-xs-offset-1 " >
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" ><a href="adminMessage.html">消息通知</a></li>
<li role="presentation" class="active"><a href="adminComplain.html">投诉处理</a></li>
<li role="presentation" ><a href="adminComplainHistory.html">处理记录</a></li>
</ul>
<div class="row" id="re-local">
<!--<div class="col-xs-10 col-sm-10 col-md-10 col-lg-10 col-xs-offset-1 col-sm-offset-1 col-md-offset-1 col-lg-offset-1 media-list-base" id="loading">正在加载中,请稍后</div>-->
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon fa-google-plus"><span class="label">Google+</span></a></li>
</ul>
<ul class="copyright">
<li>© JiayiWu. All rights reserved.</li><li> <a href="http://218.94.159.99/">南京大学软件学院2016[面向Web计算]课程项目</a></li>
</ul>
</footer>
<!--</div>-->
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/echarts.common.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script src="assets/js/jquery.tmpl.min.js"></script>
<script src="assets/js/sweetalert.min.js"></script>
<script src="assets/js/complainList.js"></script>
</body>
</html>