📄 50eb7d01612d001d197ee5d5bdcefda6
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>欢迎使用!</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%@ include file="/commons/meta.jsp" %>
<style type="text/css">
<!--
body {
background-image: url();
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body class="bodycolor" onLoad="javascript:form1.PASSWORD.focus();" scroll="no" onselectstart="return false">
<form action="logon.do" method="post">
<input type="hidden" name="p" value="check">
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<table width="620" height="335" border="0" align="center" cellpadding="0" cellspacing="0" class="small">
<tr>
<td align="right" valign="top" background="${ctx }/images/logo.gif" >
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<table width="400" border="0" cellspacing="8" cellpadding="0" class="small">
<tr>
<td width="80" align="right"><b><font color=#0077b2>用户名:</font></b></td>
<td align="left"><input name="userName" type="text" class="SmallInput" size="12" maxlength="30" value="" onMouseOver="this.focus()" onFocus="this.select()"></td>
</tr>
<tr>
<td width="80" align="right"><b><font color=#0077b2>密 码:</font></b></td>
<td align="left"><input name="password" type="password" class="SmallInput" size="12" maxlength="30" value="" onMouseOver="this.focus()" onFocus="this.select()"></td>
</tr>
</table>
<br>
<br>
<table width="385" border="0" cellspacing="8" cellpadding="0">
<tr>
<td height="32" align="left"><input type="image" border="0" name="Submit2" src="${ctx }/images/login_button_01.gif" width="70" height="22" alt="登陆" >
<a href="./index.php" target="_self"><img border="0" name="${ctx }/imageField2" src="images/login_button_02.gif" width="70" height="22" alt="重填"></a></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -