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

📄 adminlogin.jsp

📁 公告管理系统。能够进行公告的发布
💻 JSP
字号:
<%@ page language="java" pageEncoding="GBK" contentType="text/html; charset=GBK"%>

<%@ include file="/common/taglibs.jsp"%>

<html:html>
<head>
	<title>
		管理员登录
	</title>
		<meta http-equiv="Content-Type" Content="text/html; charset=gbk">
		<meta http-equiv="pragma" content="no-cache">
		<meta http-equiv="cache-control" content="no-cache">
		<meta http-equiv="expires" content="0">
		<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
		<meta http-equiv="description" content="This is my page">
</head>

<link href="images/myStyleClass.css" rel="stylesheet" type="text/css">

<body>
	<%@ include file="/common/header2.jsp"%>

	<html:errors />

	<html:form action="adminlogin.do" focus="username">
		<center>
			<table border="0" cellspacing="2" cellpadding="2" width="100%">
				<tr>
					<td width="40%" align="right">
						用户名
					</td>
					<td width="60%">
						<html:text property="username" />
					</td>
				</tr>
				<tr>
					<td align="right">
						密码
					</td>
					<td width="60%">
						<html:password property="password" />
					</td>
				</tr>
				<tr>
					<td align="right">
						<html:submit property="submit">                     
		      	登录
		      </html:submit>
					</td>
					<td align="left">
						<html:reset>
							重置
						</html:reset>
					</td>
				</tr>
			</table>
		</center>
	</html:form>
	<%@ include file="/common/footer.jsp"%>
</body>
</html:html>

⌨️ 快捷键说明

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