-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettingPassword.html
More file actions
117 lines (116 loc) · 4.51 KB
/
settingPassword.html
File metadata and controls
117 lines (116 loc) · 4.51 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
<!doctype html>
<html lang="en">
<!--[if IE 9 ]>
<html lang="en" class="ie9">
<![endif]-->
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<meta name="format-detection" content="telephone=no">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compitable" content="IE=edge">
<title>Change Password</title>
<!--[if IE 9]>
<style type="text/css">
.firsts .secondTree{
margin-bottom: 0px !important;
}
</style>
<![endif]-->
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="customcss/themify-icons.css">
<link rel="stylesheet" href="customcss/Linearicons.css">
<link rel="stylesheet" href="css/form.css">
<link rel="stylesheet" href="customcss/style.css">
<link rel="stylesheet" href="css/icons.css">
<link rel="stylesheet" href="css/generics.css">
<link rel="stylesheet" href="css/bootstrap/bootstrap-table.css">
<link rel="stylesheet" href="customcss/bootstrap-table-self.css">
<link rel="stylesheet" href="css/jedate-6.0.0/jedate.css">
<link rel="stylesheet" href="customcss/custjedate.css">
<link rel="stylesheet" href="customcss/alarm/alarm.css">
<link rel="stylesheet" href="customcss/jebox.css">
<style>
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.firsts .secondTree{
margin-bottom: 0px !important;
}
}
</style>
</head>
<body>
<header id="header">
</header>
<div class="clearfix"></div>
<section id="main" class="p-relative" role="main">
<!-- Sidebar -->
<aside id="sidebar" class="fixed">
<!-- Side Menu -->
<ul class="list-unstyled side-menu top0">
</ul>
</aside>
<!-- Content -->
<section id="content" class="container">
<div class="block-area">
<div class="row">
<div class="col-md-12"></div>
</div>
<div class="table-responsive">
<table id="userTable"></table>
</div>
</div>
</section>
</section>
<div class="modal fade in" id="user-changepsw" tabindex="-1"
role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"
data-backdrop="static">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"
aria-hidden="true">×</button>
<h4 class="modal-title">Change Password</h4>
</div>
<div class="modal-body">
<div class="form-horizontal"></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary footer-btn"
data-dismiss="modal" id="changepswsure">OK</button>
<button type="button" class="btn btn-default"
data-dismiss="modal">Cancel</button>
</div>
</div>
</div>
</div>
<div style="display: none;" id="passwordHint">
<center><font size="5" color="red"></br></br></br></br></br></br></br></br>检测到您正在使用默认密码,请点击列表右上角修改密码按钮进行修改!</font></center>
</div>
<!-- jQuery -->
<script src="js/jQuery/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap/bootstrap.min.js"></script>
<script src="js/fileupload.min.js"></script>
<!-- Bootstrap-table -->
<script src="js/bootstrap/bootstrap-table.js"></script>
<script src="js/bootstrap/bootstrap-table-export.js"></script>
<script src="js/bootstrap/bootstrap-table-zh-CN.js"></script>
<script src="js/bootstrap/tableExport.js"></script>
<script src="js/icheck.js"></script>
<script src="js/functions.js"></script>
<script src="customjs/changeBackground.js"></script>
<script src="js/jQuery/jedate-6.0.0/jquery.jedate.js"></script>
<script src="customjs/header.js"></script>
<script src="customjs/timeTogoback.js"></script>
<script src="customjs/table/bootstrap.table.util.js"></script>
<script src="customjs/setting/userPassword.js"></script>
<script src="js/jQuery/tdrage/Tdrag.js"></script>
<script src="js/jQuery/timeStamp.js"></script>
<script src="js/jquery.jebox.min.js"></script>
<script src="customjs/colose.js"></script>
<script src="customjs/login-dns/tripledes.js"></script>
<script src="customjs/login-dns/mode-ecb.js"></script>
</body>
</html>