第一次提交
This commit is contained in:
31
tomcat/webapps/sm/sm.jsp
Normal file
31
tomcat/webapps/sm/sm.jsp
Normal file
@@ -0,0 +1,31 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
|
||||
<title>ɨ<><C9A8>ϵͳ<CFB5><CDB3>¼</title>
|
||||
<script type="text/javascript" src="script/ajax.js"></script>
|
||||
<script type="text/javascript" src="script/login.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="css/sm.css">
|
||||
</head>
|
||||
<%@ page contentType="text/html; charset=GBK" %>
|
||||
<jsp:useBean id="userInfo" scope="session" class="com.zcsoft.purview.data.UserInfoData" />
|
||||
<body onload="check(document.login, 1);">
|
||||
<div align="center">
|
||||
<TABLE width="100%" cellspacing=0 cellpadding=0>
|
||||
<TR><TD align="center">
|
||||
<form name="login" onsubmit="return check(this);">
|
||||
<table>
|
||||
<tr><td><img src="images/al_top.gif" border=0></td>
|
||||
<td background="images/al_end_bg.gif" class=errorMsg id=msg> </td>
|
||||
<tr><td><img src="images/al_username.gif"></td>
|
||||
<td class=inputContainer><input name="yhm" class=input_login size="12" maxlength="20"<%=(userInfo.getYhm() != null)?(" value=" + userInfo.getYhm()):""%>></td>
|
||||
<tr><td><img src="images/al_password.gif"></td>
|
||||
<td class=inputContainer><input name="mm" class=input_login size="12" type="password"></td>
|
||||
<tr><td colspan=2 align=center><input type="submit" id="submit" class=button value=" <20><> ¼ "></td>
|
||||
</table>
|
||||
</form>
|
||||
</TD></TR>
|
||||
<TR><TD class="HR"> </TD>
|
||||
<TR><TD class="copyRight"><3E><><EFBFBD><EFBFBD><EFBFBD>ж<EFBFBD><D0B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD>˾<br><3E><>Ȩ<EFBFBD><C8A8><EFBFBD><EFBFBD> ©</TD>
|
||||
</TABLE>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user