-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpro_index.jsp
197 lines (184 loc) · 5.9 KB
/
pro_index.jsp
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
%--
Created by IntelliJ IDEA.
User: XPS 13 9350
Date: 2017/8/25
Time: 14:42
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>能力示范文稿管理系统</title>
<!-- Bootstrap CSS 文件 -->
<link rel="stylesheet" href="./static/bootstrap/css/bootstrap.min.css">
</head>
<body>
<!-- 头部 -->
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-md-11">
<h2>BJUT</h2>
<p>能力示范文稿管理系统</p>
</div>
<div class="col-md-1">
<div class="dropdown">
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
写者
<span class="caret"></span>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a href="#">写者</a></li>
<li><a href="#">管理员</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- 中间内容区局 -->
<div class="container">
<div class="row">
<!-- 左侧菜单区域 -->
<!--8.25 更新此处代码:添加各href中的url链接-->
<!-- 左侧菜单区域 -->
<div class="col-md-3">
<div class="list-group">
<a href="pro_index.jsp" class="list-group-item active">所有提案</a><!--跳转到提案目录-->
<a href="pro_per_info.jsp" class="list-group-item">个人提案</a><!--跳转到个人提案-->
<a href="pro_form.jsp" class="list-group-item">提案编制</a><!--跳转到提案编制-->
<a href="#" class="list-group-item">个人信息</a><!--@未制作完成!!!-->
</div>
</div>
<!-- 右侧内容区域 -->
<div class="col-md-9">
<!-- 成功提示框 -->
<!--<div class="alert alert-success alert-dismissible" role="alert">-->
<!--<button type="button" class="close" data-dismiss="alert" aria-label="Close">-->
<!--<span aria-hidden="true">×</span>-->
<!--</button>-->
<!--<strong>成功!</strong> 操作成功提示!-->
<!--</div>-->
<!--<!– 失败提示框 –>-->
<!--<div class="alert alert-danger alert-dismissible" role="alert">-->
<!--<button type="button" class="close" data-dismiss="alert" aria-label="Close">-->
<!--<span aria-hidden="true">×</span>-->
<!--</button>-->
<!--<!–<strong>失败!</strong> 操作失败提示!–>-->
<!--</div>-->
<!-- 自定义内容区域 -->
<div class="panel panel-default">
<div class="panel-heading">当前所有提案</div>
<div class="table-responsive">
<table class="table table-striped table-hover">
<thead>
<tr>
<th>编号</th>
<th>提案名称</th>
<th>作者</th>
<th>截止日期</th>
<th>状态</th>
<th>附议数</th>
<th>反对数</th>
<th width="120">操作</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">001</th>
<td>123</td>
<td>123</td>
<td>123</td>
<td>123</td>
<td>123</td>
<td>123</td>
<td>
<a href="">详情</a>
<!--<a href="">修改</a>-->
<!--<a href="">删除</a>-->
</td>
</tr>
<tr>
<th scope="row">001</th>
<td>123</td>
<td>123</td>
<td>123</td>
<td>123</td>
<td>123</td>
<td>123</td>
<td>
<a href="">详情</a>
<!--<a href="">修改</a>-->
<!--<a href="">删除</a>-->
</td>
</tr>
<tr>
<th scope="row">001</th>
<td>123</td>
<td>123</td>
<td>123</td>
<td>123</td>
<td>123</td>
<td>123</td>
<td>
<a href="">详情</a>
<!--<a href="">修改</a>-->
<!--<a href="">删除</a>-->
</td>
</tr>
<tr>
<th scope="row">001</th>
<td>123</td>
<td>123</td>
<td>123</td>
<td>123</td>
<td>123</td>
<td>123</td>
<td>
<a href="">详情</a>
<!--<a href="">修改</a>-->
<!--<a href="">删除</a>-->
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- 分页 -->
<div>
<ul class="pagination pull-right">
<li>
<a href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
</a>
</li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li>
<a href="#" aria-label="Next">
<span aria-hidden="true">»</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- 尾部 -->
<div class="jumbotron" style="margin:0;">
<div class="container">
<span> @2017 BJUT</span>
</div>
</div>
<!-- jQuery 文件 -->
<script src="./static/jquery/jquery.min.js"></script>
<!-- Bootstrap JavaScript 文件 -->
<script src="./static/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>