forked from luyuting/Scholarship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscience_audit.php
152 lines (152 loc) · 5.41 KB
/
science_audit.php
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
<!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/main.css" />
<link rel="stylesheet" href="css/audit.css"/>
<script src="js/ajax_table.js"></script>
<script src="js/science_audit.js"></script>
<script src="js/audit.js"></script>
</head>
<body>
<?php include('nav_audit.php');?>
<div class="main-box">
<div id="science_audit" class="main">
<big><strong>科技创新奖学金</strong></big>
<label>请按学号或姓名选择</label>
<input type="text" placeholder="请输入学号或姓名查找" id="searchUser"/>
<input type="button" class="button-success" value="点击查询" onclick="searchByUser()"/>
<div>
<div class="remark">
<label>备注</label><input type="text" placeholder="未通过原因" maxlength="20"/>
</div>
<center>
<table>
<thead>
<tr>
<th></th>
<th>学号</th>
<th>姓名</th>
<th>竞赛名称</th>
<th>级别</th>
<th>获奖等级</th>
<th>排序</th>
<th>分数</th>
<th>审核状态</th>
<th>备注</th>
</tr>
</thead>
<tbody id="science_comp_info">
</tbody>
</table>
</center>
<div class="main_operate">
<img src="image/arrow.png" /><span class="table-operate" onclick="checkAll(this)"><input type="checkbox" title="全选">全选</span>
<i>选中项:</i>
<span class="table-operate" onclick="schoPass(this,setCompInfo)"><img src="image/success.png" title="通过"/>通过</span>
<span class="table-operate" onclick="schoFail(this,setCompInfo)"><img src="image/fail.png" title="不通过"/>不通过</span>
<span class="table-operate" onclick="schoRemark(this,setCompInfo)"><img src="image/remark.png" title="添加备注"/>添加备注</span>
</div><hr>
</div>
<div>
<div class="remark">
<label>备注</label><input type="text" placeholder="未通过原因" maxlength="20"/>
</div>
<center>
<table>
<thead>
<tr>
<th></th>
<th>学号</th>
<th>姓名</th>
<th>论文名称</th>
<th>发表级别</th>
<th>EI、SCI收录</th>
<th>排序</th>
<th>分数</th>
<th>审核状态</th>
<th>备注</th>
</tr>
</thead>
<tbody id="science_paper_info">
</tbody>
</table>
</center>
<div class="main_operate">
<img src="image/arrow.png" /><span class="table-operate" onclick="checkAll(this)"><input type="checkbox" title="全选">全选</span>
<i>选中项:</i>
<span class="table-operate" onclick="schoPass(this,setPaperInfo)"><img src="image/success.png" title="通过"/>通过</span>
<span class="table-operate" onclick="schoFail(this,setPaperInfo)"><img src="image/fail.png" title="不通过"/>不通过</span>
<span class="table-operate" onclick="schoRemark(this,setPaperInfo)"><img src="image/remark.png" title="添加备注"/>添加备注</span>
</div><hr>
</div>
<div>
<div class="remark">
<label>备注</label><input type="text" placeholder="未通过原因" maxlength="20"/>
</div>
<center>
<table>
<thead>
<tr>
<th></th>
<th>学号</th>
<th>姓名</th>
<th>专利名称</th>
<th>专利类别</th>
<th>专利号</th>
<th>排序</th>
<th>分数</th>
<th>审核状态</th>
<th>备注</th>
</tr>
</thead>
<tbody id="science_invention_info">
</tbody>
</table>
</center>
<div class="main_operate">
<img src="image/arrow.png" /><span class="table-operate" onclick="checkAll(this)"><input type="checkbox" title="全选">全选</span>
<i>选中项:</i>
<span class="table-operate" onclick="schoPass(this,setInventionInfo)"><img src="image/success.png" title="通过"/>通过</span>
<span class="table-operate" onclick="schoFail(this,setInventionInfo)"><img src="image/fail.png" title="不通过"/>不通过</span>
<span class="table-operate" onclick="schoRemark(this,setInventionInfo)"><img src="image/remark.png" title="添加备注"/>添加备注</span>
</div><hr>
</div>
<div>
<div class="remark">
<label>备注</label><input type="text" placeholder="未通过原因" maxlength="20"/>
</div>
<center>
<table>
<thead>
<tr>
<th></th>
<th>学号</th>
<th>姓名</th>
<th>项目名称</th>
<th>级别</th>
<th>评定等级</th>
<th>排序</th>
<th>分数</th>
<th>审核状态</th>
<th>备注</th>
</tr>
</thead>
<tbody id="science_project_info">
</tbody>
</table>
</center>
<div class="main_operate">
<img src="image/arrow.png" /><span class="table-operate" onclick="checkAll(this)"><input type="checkbox" title="全选">全选</span>
<i>选中项:</i>
<span class="table-operate" onclick="schoPass(this,setProjectInfo)"><img src="image/success.png" title="通过"/>通过</span>
<span class="table-operate" onclick="schoFail(this,setProjectInfo)"><img src="image/fail.png" title="不通过"/>不通过</span>
<span class="table-operate" onclick="schoRemark(this,setProjectInfo)"><img src="image/remark.png" title="添加备注"/>添加备注</span>
</div><hr>
</div>
</div>
</div>
</div>
</body>
</html>