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

📄 login.jsp

📁 一个小型的医疗管理系统
💻 JSP
字号:
 
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<title>Welcome to 医院管理系统</title>
		<style type="text/css">
  <!--
  BODY {
	FONT-SIZE: 9pt; MARGIN: 50px; COLOR: #000000; BACKGROUND-COLOR: #ffffff
}
   .font1 {
	FONT-SIZE: 12px; COLOR: #333333; LINE-HEIGHT: 17px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
    }
.textareastyle {
	line-height: 20px;
	height: 15px;
	width: 140px;
}
.STYLE1 {color: #42686F}
.style2 {
	font-family: "方正舒体", "方正姚体", "仿宋_GB2312", "楷体_GB2312";
	font-size: 24pt;
}
  -->
        </style>
	</head>

	<body>
		<div align="center">
			<table width="760" height=79 border="0" cellpadding="0" cellspacing="0">

				<tr>
					<TD>
						<img src="image/4553.png">
					</TD>
					<TD></TD>
				</tr>
			</table>
		</div>
		<div align="center">
			<div align="center">

				<table width="760" border="0" cellpadding="0" cellspacing="0">

					<tr>
						<td width="760" height="10" background="image/background2.gif"></td>
					</tr>
				</table>
			</div>
			<html:form action="/login">
				<br />
				<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFA500">
					<tr>
						<td height="30" colspan="4">
							&nbsp;

						</td>
					</tr>
					<tr>
						<td width="217" height="60">
							&nbsp;

						</td>
						<td colspan="2">
							<span class="style2">员工登陆</span>
						</td>
						<td width="229">
							&nbsp;

						</td>
					</tr>
					<tr>
						<td height="30">
							&nbsp;

						</td>
						<td width="123" height="30" align="right">
							用户ID:
						</td>
						<td width="191" align="left">
							<html:text property="staffId"/>
							<html:errors property="staffId"/><br/>
						</td>
						<td height="30">
							&nbsp;

						</td>
					</tr>
					<tr>
						<td height="30">
							&nbsp;

						</td>
						<td height="30" align="right">
							密码:
						</td>
						<td height="30" align="left">
							<html:password property="password" />
							<html:errors property="password" />
						</td>
						<td height="30">
							&nbsp;

						</td>
					</tr>
					<tr>
						<td height="30">
							&nbsp;

						</td>
						<td height="30" align="right">
							&nbsp;

						</td>
						<td height="30" align="left">
							<html:submit>提交</html:submit>
							<html:reset>重置</html:reset>
						</td>
						<td height="30">
							&nbsp;

						</td>
					</tr>
					<tr>
						<td height="30">
							&nbsp;
						</td>
						<td height="30">
							&nbsp;
						</td>
						<td height="30" align="center">
							<html:errors property="error" />
						</td>
						<td height="30">
							&nbsp;

						</td>
					</tr>
				</table>
			</html:form>
			<div align="center">
				<table width="760" border="0" cellpadding="0" cellspacing="0">

					<tr>
						<td width="760" height="10" background="image/background2.gif"></td>
					</tr>
				</table>
			</div>
			<div align="center">
				<table width="760" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
					<!--DWLayoutTable-->
					<tr>
						<td class=white align=middle width="760" height="20" valign="top">

							<DIV align=center>
								<SPAN class=font1>2006 &copy; database 工程训练</SPAN>
							</DIV>
						</td>
					</tr>
					<tr>
						<td align=middle height="20">
							<DIV align=center>
								<SPAN class=font1>MSX Studio All rights reserved </SPAN>
							</DIV>
						</td>
					</tr>
				</table>
			</div>
	</body>

⌨️ 快捷键说明

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