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

📄 main.jsp

📁 经典的“医疗门诊查询系统”JSP源代码
💻 JSP
字号:
<%@ page contentType="text/html; charset=gbk"%>
<%@ include file = "../include/ccs.inc" %>
<html>
<head>
<title>医院门诊预约系统-患者用户</title>
</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">
			<%@ include file = "../include/head.inc" %>
			<table width="770" height="290" border="0" align="center" cellpadding="0" cellspacing="0">
				<tr>
					<%@ include file = "../include/patient.inc" %>
					<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 + -