You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
3.4 KiB

<%@ page language="java" import="java.util.*" contentType="text/html;charset=gb2312"%>
<jsp:useBean id="sn" scope="page" class="com.bean.SystemBean" />
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
String dir=sn.getDir();
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE><3E><>̨<EFBFBD><CCA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href="<%=basePath %><%=dir %>/images/Admin_Style.css" type=text/css rel=stylesheet>
<LINK href="<%=basePath %><%=dir %>/images/style.css" type=text/css rel=stylesheet>
<SCRIPT language=JavaScript src="<%=basePath %><%=dir %>/images/Common.js"></SCRIPT>
<STYLE type=text/css>BODY {
MARGIN-LEFT: 0px; BACKGROUND-COLOR: #ffffff
}
</STYLE>
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<%
String message = (String)request.getAttribute("message");
if(message == null){
message = "";
}
if (!message.trim().equals("")){
out.println("<script language='javascript'>");
out.println("alert('"+message+"');");
out.println("</script>");
}
request.removeAttribute("message");
%>
<%
String username=(String)session.getAttribute("user");
if(username==null){
response.sendRedirect(basePath+"/error.jsp");
}
else{
List list=(List)session.getAttribute("list");
%>
<BODY oncontextmenu="return false;" onselectstart="return false;" leftMargin=0
background=<%=basePath %><%=dir %>/images/MainBg.gif topMargin=0 scroll=no
marginheight="0" marginwidth="0"><br><br><br>
<TABLE align="center" height="100%" cellSpacing=0 cellPadding=0 width="40%" border=0>
<TBODY>
<TR>
<TD vAlign=top height="50%">
<form action="<%=basePath %>Admin.do" method="post" name="form1" onSubmit="return checkPWD()">
<TABLE width="100%" border=0 align="center" cellPadding=3 cellSpacing=1 class=tablewidth>
<TBODY>
<TR class=head>
<TD colSpan=2 height=23><3E>޸ĺ<DEB8>̨<EFBFBD><CCA8>¼<EFBFBD><C2BC><EFBFBD><EFBFBD> <20><>ǰ<EFBFBD>û<EFBFBD><C3BB><EFBFBD><FONT color=red><%=list.get(0).toString() %></FONT>&nbsp;&nbsp;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ6-16λ֮<CEBB>䣩</TD></TR>
<TR bgColor=#ffffff>
<TD width="50%" align="right" id=map><3E><> <20><> <20>룺<input type="hidden" name="method" value="editpwd"/></TD>
<TD width="50%" align="left" id=map><input type="password" name="oldpwd" size="20" maxlength=16 class=input onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
onkeyup="value=value.replace(/[\W]/g,'')"></TD></TR>
<TR bgColor=#ffffff>
<TD width="50%" align="right" id=map><3E><> <20><> <20>룺</TD>
<TD width="50%" align="left" id=map><input type="password" name="newpwd" size="20" maxlength=16 class=input onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
onkeyup="value=value.replace(/[\W]/g,'')"></TD>
</TR>
<TR bgColor=#ffffff>
<TD width="50%" align="right" id=map>ȷ<><C8B7><EFBFBD><EFBFBD><EFBFBD>룺</TD>
<TD width="50%" align="left" id=map><input type="password" name="repwd" size="20" maxlength=16 class=input onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
onkeyup="value=value.replace(/[\W]/g,'')"></TD>
</TR>
<TR bgColor=#ffffff>
<TD colspan="2" align="center" id=map><input type="submit" value="ȷ<><C8B7>">&nbsp;&nbsp;<input type="reset" value="<22><><EFBFBD><EFBFBD>"></TD>
</TR>
</TBODY>
</TABLE>
</form>
</TD></TR>
</TBODY></TABLE>
</BODY>
<%} %>
</HTML>