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

📄 default.jsp

📁 数据库: hospital
💻 JSP
字号:
<%@ page contentType="text/html; charset=gbk"%>
<html>
<head>
<title>医院门诊预约系统-首页</title>
<style type="text/css">
<!--
body,td,th {
	font-size: 12px;
	color: #000033;
}
a {
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
-->
</style>
</head>

<body bgcolor="#FFFFFF">
<table width="770" height="423" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
	<tr>
		<td height="421" bgcolor="#FFFFFF"><table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
				<tr>
					<td>&nbsp;</td>
					<td width="411">&nbsp;</td>
				</tr>
				<tr>
					<td width="359"><img src="/hospital/images/LEFTBAR.GIF" width="359" height="39"></td>
					<td align="right" bgcolor="336CA1">&nbsp;</td>
				</tr>
				<tr>
					<td colspan="2"><img src="/hospital/images/TOPBAR.GIF" width="770" height="69"></td>
				</tr>
				<tr>
					<td colspan="2">
						<table width="100%" border="0" cellspacing="0" cellpadding="0" background="IMAGES/but_bg.gif">
							<tr>
								<td align="right">&nbsp;</td>
							</tr>
					</table></td>
				</tr>
			</table>
				<table width="770" height="290" border="0" align="center" cellpadding="0" cellspacing="0">
					<tr>
						<td width="167" height="290" valign="top" bgcolor="8FBEE8">
						<div align="center">
								<br>
								<p>返回首页</p>
								<br>
								<p><a href="/hospital/patient/main.jsp">患者用户</a></p>
								<p><a href="/hospital/doctor/main.jsp">医生用户</a></p>
								<p><a href="/hospital/admin/main.jsp">管理员用户</a></p>
								<br>
							</div></td>
						<td width="603" align="center" valign="top">
							<table width="100%" height="85%" border="0" cellpadding="3" cellspacing="1" bgcolor="#666666">
								<tr>
								<td width="488" height="257" align="center" valign="top" bgcolor="E3EDFF"><br>欢迎来到医院门诊预约系统</td>
								</tr>
							</table>
						</td>
					</tr>
			</table></td>
	</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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