系统样式

This commit is contained in:
zhouyahui 2018-09-03 20:25:19 +08:00
parent 008a6a157e
commit ab56b7dfb3
7 changed files with 9 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -12,7 +12,7 @@ body{
.logo_pic{
float:left;
height:88px;
width:213px;
width:230px;
background:url(logo_amarsoft.png);
margin-top:267px;
margin-left:90px;

View File

@ -51,7 +51,7 @@ function initLayout(data){
if(!border.is(":hidden")){
var rwidth = width - border.width();
if(!left.is(":hidden")) rwidth -= left.width();
right.width(rwidth);
right.width(rwidth-2);
}
}

View File

@ -20,7 +20,7 @@ body {
float: right;
}
.main_logo {
width: 99px;
width: 120px;
background: url(../../images/main/logo.png) no-repeat center;
}
#main_menu ul {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 894 B

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -164,17 +164,17 @@ public boolean validUserPassword(HttpServletRequest request, Transaction Sqlca,S
%><script type="text/javascript">
<%
String sPWDState = new UserMarkInfo(Sqlca,CurUser.getUserID()).getPasswordState();
// if(true && // 开发模式不做首次登录/密码过期校验
// (sPWDState.equals(String.valueOf(SecurityAuditConstants.CODE_USER_FIRST_LOGON)) || sPWDState.equals(String.valueOf(SecurityAuditConstants.CODE_PWD_OVERDUE)))){
if(true && // 开发模式不做首次登录/密码过期校验
(sPWDState.equals(String.valueOf(SecurityAuditConstants.CODE_USER_FIRST_LOGON)) || sPWDState.equals(String.valueOf(SecurityAuditConstants.CODE_PWD_OVERDUE)))){
%>
<%-- window.open("<%=CurConfig.getContextPath() %>/Redirector?ComponentURL=/AppMain/ModifyPassword.jsp","_top");
--%><%
// }else{
window.open("<%=CurConfig.getContextPath() %>/Redirector?ComponentURL=/AppMain/ModifyPassword.jsp","_top");
<%
}else{
String mainPath=getCurUseMainPath(sUserID,Sqlca);
%>
window.open("<%=CurConfig.getContextPath() %>/Redirector?ComponentURL=<%=mainPath%>","_top");
<%
// }
}
%></script>
<%
} catch (Exception e) {