|
@@ -7,6 +7,7 @@
|
|
|
<meta charset="utf-8">
|
|
|
<title>江苏省港口建设与经营管理信息系统</title>
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
+ <jsp:include page="./changePassword.jsp"></jsp:include>
|
|
|
<%@ include file="../common.jsp"%>
|
|
|
<link rel="shortcut icon" href="${app}/favicon.ico" type="image/x-icon" />
|
|
|
<link rel="stylesheet" href="${app }/static/biz/css/tab.css" type="text/css" />
|
|
@@ -48,7 +49,7 @@
|
|
|
$.confirm({
|
|
|
confirmButton:'修改密码',
|
|
|
title: '密码复杂度不满足要求的提示',
|
|
|
- content: '您当前密码不满足复杂度要求(8-16位并包括字母、数字、特殊字符),当前密码还可以使用到2016年10月1日,建议您立即修改密码!',
|
|
|
+ content: '您当前密码不满足复杂度要求(8-16位并包括字母、数字、特殊字符),当前密码还可以使用到2016年11月1日,建议您立即修改密码!',
|
|
|
confirm: function(){
|
|
|
main.shenbao();
|
|
|
}
|
|
@@ -61,7 +62,6 @@
|
|
|
</head>
|
|
|
|
|
|
<body style="min-width:1230px;min-height:608px;">
|
|
|
-<jsp:include page="./changePassword.jsp"></jsp:include>
|
|
|
<div id="container" >
|
|
|
<!-- 头部 -->
|
|
|
<div id="header">
|