提交 | 用户 | 时间
|
58d006
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
A |
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
3 |
<html xmlns="http://www.w3.org/1999/xhtml" |
|
4 |
xmlns:c="http://java.sun.com/jsp/jstl/core" |
|
5 |
xmlns:h="http://java.sun.com/jsf/html" |
|
6 |
xmlns:f="http://java.sun.com/jsf/core" |
|
7 |
xmlns:ui="http://java.sun.com/jsf/facelets"> |
|
8 |
<ui:composition template="/template/nit/tmp_brief.xhtml"> |
|
9 |
<ui:define name="acss"> |
|
10 |
<style> |
|
11 |
#sysDepart { |
|
12 |
padding-left: 17px; |
|
13 |
border: none; |
|
14 |
cursor: default; |
|
15 |
} |
|
16 |
</style> |
|
17 |
</ui:define> |
|
18 |
<ui:define name="acontent"> |
|
19 |
<div class="row main-content"> |
|
20 |
<div class="col-md-12 com-sm-12"> |
|
21 |
<form class="form-horizontal" id="fm1"> |
|
22 |
<div class="form-group"> |
|
23 |
<label for="description" class="col-sm-2 control-label">旧密码</label> |
|
24 |
<div class="col-sm-8"> |
|
25 |
<input type="password" class="form-control" id="opwd" name="opwd" placeholder="旧密码" data-bind="value:opwd"/> |
|
26 |
</div> |
|
27 |
</div> |
|
28 |
<div class="form-group"> |
|
29 |
<label for="description" class="col-sm-2 control-label">新密码</label> |
|
30 |
<div class="col-sm-8"> |
|
31 |
<input type="password" class="form-control" id="npwd" name="npwd" placeholder="新密码" data-bind="value:npwd"/> |
|
32 |
</div> |
|
33 |
</div> |
|
34 |
<div class="form-group"> |
|
35 |
<label for="description" class="col-sm-2 control-label">新密码确认</label> |
|
36 |
<div class="col-sm-8"> |
|
37 |
<input type="password" class="form-control" id="rnpwd" name="rnpwd" placeholder="新密码确认" data-bind="value:rnpwd"/> |
|
38 |
</div> |
|
39 |
</div> |
|
40 |
<div class="form-group"> |
|
41 |
<div class="col-md-3"></div> |
|
42 |
<div class="col-sm-8"> |
|
43 |
<a href="javascript:;" id="tjbtn" class="btn primary-btn">保存</a> |
|
44 |
</div> |
|
45 |
</div> |
|
46 |
</form> |
|
47 |
</div> |
|
48 |
</div> |
|
49 |
</ui:define> |
|
50 |
<ui:define name="myscript"> |
|
51 |
<script type="text/javascript" src="#{request.contextPath}/template/assets/js/chosen.jquery.js"></script> |
|
52 |
<script type="text/javascript" src="#{request.contextPath}/system/js/changepwd.js"></script> |
|
53 |
</ui:define> |
|
54 |
</ui:composition> |
|
55 |
</html> |