forked from cdliang11/leave
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
194 lines (150 loc) · 5.04 KB
/
Copy pathindex2.html
File metadata and controls
194 lines (150 loc) · 5.04 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
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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./lib/weui/css/weui.css" />
<link rel="stylesheet" href="./lib/weui/css/weuix.css" />
<link rel="stylesheet" href="./lib/weui/css/main.css">
<link rel="stylesheet" href="./lib/weui/css/home.css">
<link rel="stylesheet" href="./lib/weui/css/font.css">
<script src="./lib/weui/js/zepto.min.js"></script>
<script src="./lib/weui/js/zepto.weui.js"></script>
<script src="./lib/weui/js/iscroll-lite.js"></script>
<title>请假列表</title>
<style type="text/css">
.box-text {
width: 90%;
margin: 30px 5% 0 5%;
padding: 5px 156px;
border-top: 1px solid #ece1e1;
}
.box-text .box-text-title {
display: block;
width: 100px;
position: relative;
top: -15px;
text-align: center;
background: white;
font-size: 12px;
color: #b3b3b3;
background-color: #F3F3F3;
}
.weui-cells.leavelist .weui-cell .weui-cell__icon {
width: 50px;
height: 50px;
font-size: 17px;
}
.fhan {
transform: rotate(-180deg)
}
.fhbtn {
background-color: transparent;
border-style: none;
float: left;
line-height: 20px;
color: #538fff;
outline: none;
margin-left: 15px;
}
.weui-btn:after {
border: 0px solid rgba(0, 0, 0, 0.2);
}
a:hover {text-decoration: none; color:#000000}
</style>
</head>
<body>
<div class="container details">
<div class="topbar" style="height: 52px;">
<div class="top-head">
<div>
<a href="http://yqtb.nwpu.edu.cn/wx/xg/yz-mobile/grzx_xs.jsp">
<i class="iconfont icon-back"style="color: #FFF;"></i>
</a>
</div>
<div>请假列表</div>
<div>
<a href="./index.html">
<i class="iconfont icon-fangzi" style="color: #FFF;"></i>
</a>
</div>
</div>
</div>
<form name="form1" id="form1" method="post" action="">
<div class="weui-cells__title custom">
<i class="icon iconfont icon-jibenxinxi"></i>请假列表
<a class="weui-btn bg-blue" href="http://yqtb.nwpu.edu.cn/wx/xg/yz-mobile/qj_add.jsp" style="color: #f5f5f5;width: 22%;margin-right: 0px;margin-top: -35px;font-size: 14px;padding-left: 0px;padding-right: 0px;background-color: #3961b0;">请假申请</a>
</div>
<div class="weui-cells leavelist custom">
<!--审核通过 调用class pass 为通过调用 notpass-->
<a class="weui-cell weui-cell_access pass" href="./details.html">
<div class="weui-cell__icon">
宇轩
</div>
<div class="weui-cell__bd">
<span>所属学院:计算机学院</span>
<span>请假类型:私事</span>
<span>是否离开学校:离校</span>
<span>请假开始时间:2021-08-26 10:00</span>
<span>请假结束时间:2021-08-29 10:00</span>
<div class="datebox">
<span class="date">2021-08-26 09:50:43</span>
<span class="status">已通过</span>
</div>
</div>
<div class="weui-cell__ft">
</div>
</a>
<div>
<div class='pager' style="text-align: right;">
<script type="text/javascript">
function next(Number, page) {
document.form1.PAGENUMBER.value = Number;
document.form1.PAGEGROUP.value = page;
document.form1.submit();
}
function gotoPage(total) {
//page 是当前页
//group 是当前组
var page = document.form1.page.value;
if (page > total) {
page = total;
}
var group = (page % 5 == 0 ? parseInt(page / 5 - 1) : parseInt(page / 5));
document.form1.PAGENUMBER.value = page;
document.form1.PAGEGROUP.value = group;
document.form1.submit();
}
</script>
<input type="hidden" name="PAGENUMBER" value="1" />
<input type="hidden" name="PAGEGROUP" value="0" />
<span style="font-size:12px">
共1条 1/1页</span> | <a href="javascript:next('1','0');">首页</a>
<a href="javascript:void(0);" class='pgbg02'>上一页</a>
<!-- <a><b><FONT class="style4">1</FONT></b></a>-->
<a href="javascript:void(0);" class='pgbg'>下一页</a>
| <a href="javascript:next('1','0');">末页</a>
</span><br>
</div>
</div>
</div>
</form>
<div class="footer-copy-space"></div>
</div>
<script>
$(function() {
$('.weui-navbar__item').on('click', function() {
$(this).addClass('weui-bar__item_on').siblings('.weui-bar__item_on').removeClass('weui-bar__item_on');
$($(this).attr("href")).show().siblings('.weui-tab__content').hide();
});
});
</script>
<div class="weui-gallery" style="display: none">
<span class="weui-gallery__img"></span>
<div class="weui-gallery__opr">
</div>
</div>
<script src="./lib/weui/js/checkdev.js"></script>
</body>
</html>