31 lines
1.4 KiB
Plaintext
31 lines
1.4 KiB
Plaintext
<html><head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
|
|
<title>扫描系统登录</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=" 登 录 "></td>
|
|
</table>
|
|
</form>
|
|
</TD></TR>
|
|
<TR><TD class="HR"> </TD>
|
|
<TR><TD class="copyRight">无锡中鼎物流设备有限公司<br>版权所有 ©</TD>
|
|
</TABLE>
|
|
</div>
|
|
</body>
|
|
</html> |