-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainindex.html
46 lines (42 loc) · 1.59 KB
/
mainindex.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="css/iuapmobile.um.css">
<link rel="stylesheet" href="css/font-icons.css">
<link rel="stylesheet" type="text/css" href="css/iuapmobile.um.listview.css">
<link rel="stylesheet" href="css/applyMesg.css">
<style>
</style>
<script src="js/summer.js" ></script>
<script src="js/jquery.min.js" ></script>
<script src="js/Frameworks/iuapmobile.frameworks.ui.js" ></script>
<script type="text/javascript" src="js/knockout.js"></script>
<script type="text/javascript" src="js/Frameworks/iuapmobile.frameworks.listview.js"></script>
<script src="js/adaptive.js"></script>
<script src="js/appsettings.js"></script>
<script src="js/applyMesg.js"></script>
</head>
<body>
<div class="um-win" id="index">
<div class="um-header" >
<i class="turnBackLastPage" onclick="functionback()"></i>
<h3 class="headerTitle">立项申请</h3>
<span class="checkOperation">查询</span>
<span class="historyOperation">历史</span>
</div>
<div class="um-content">
<div class="um-listview-wrap" id="listview" style="display: block">
<ul class="um-list um-no-active" id="checkListContainer">
</ul>
</div>
<div class="um-listview-wrap" id="listview1" style="display: none">
<ul class="um-list um-no-active" id="historyListContainer">
</ul>
</div>
</div>
</div>
</body>
</html>