⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.jsp

📁 SSH示范
💻 JSP
字号:
<%@ page contentType="text/html;charset=UTF-8" language="java"%>
<%@ include file="/WEB-INF/include/taglib.jsp"%>

<html:html locale="true">
<head>
<title><bean:message key="welcome.title" /></title>
<link href="./css/iplan.css" rel="stylesheet" type="text/css" />
<script language="JavaScript">
	window.history.forward(1)
</script>
</head>

<body bgcolor="white" class="body">

<html:form focus="user.userId" action="/loginAction.do?method=submit">
	<BR>
	<BR>
	<BR>
	<BR>
	<BR>
	<BR>
	<BR>
	<BR>
	<TABLE align="center" cellSpacing=0 border="0" cellPadding=0 width="100%" class="Table">
		<TR>
			<TD>&nbsp;</TD>
			<TD></TD>
			<TD align="center" colspan="2">
				<html:messages id="msg" message="true" >
					<font color="red"><b><bean:write name="msg"/></b></font>
				</html:messages>			
			</TD>
		</TR>
		<TR>
			<TD rowspan="2" width="40%" style="TEXT-ALIGN: right"><html:img page="/images/menu/logo.gif" alt="hao-se.cn" /></TD>
			<TD width="6%" style="TEXT-ALIGN: right;vertical-align:middle;"><bean:message key="prompt.username" /></TD>
			<TD width="14%" align="left"><html:text styleClass="TextBoxFourLine"
				property="user.userId" size="14" maxlength="16" /></TD>
			<td width="40%" align="left"><font color="red"><html:errors property="user.userId" header="empty"/></font></td>
		</TR>
		<TR>
			<TD width="6%" style="TEXT-ALIGN: right;vertical-align:middle;"><bean:message key="prompt.password" /></TD>
			<TD width="14%" align="left"><html:password styleClass="TextBoxFourLine"
				property="user.password" redisplay="false" size="16" maxlength="16" /></TD>
			<td width="40%" align="left">
				<font color="red"><html:errors property="user.password" header="empty"/></font>
			</td>
		</TR>
	</TABLE>
	<BR>
	<TABLE align="center" border="0" width="20%">
		<TR>
			<TD><html:submit styleClass="button">
				<bean:message key="button.confirm" />
			</html:submit></TD>
			<TD><html:reset styleClass="button">
				<bean:message key="button.reset" />
			</html:reset></TD>
		</TR>
	</TABLE>
	<hr width="20%">
	<TABLE align="center" border="0" width="20%">
		<TR style="color: blue">
			一般用户名和密码:test<br/>
			管理员用户名密码:admin
		</TR>
	</TABLE>
</html:form>

</body>
</html:html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -