📄 hospital_sel.jsp~8~
字号:
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>
hospital_sel
</title>
<style type="text/css">
<!--
.STYLE1 {color: #FF0000}
.STYLE2 {color: #0066FF}
-->
</style>
</head>
<body bgcolor="#ffffff">
<h3 align="center" class="STYLE2">病例查询</h3>
<table width="984" border="0" align="center" >
<tr>
<td width="130" height="23">编号</td>
<td width="130">宠物</td>
<td width="152">兽医</td>
<td width="139">所有人</td>
<td width="139">病因</td>
<td width="183">登记时间</td>
</tr>
<tr>
<td>${requestScope.hosp.id}</td>
<td>${requestScope.hosp.pname}</td>
<td>${requestScope.hosp.vname}</td>
<td>${requestScope.hosp.hname}</td>
<td>${requestScope.hosp.hospital}</td>
<td>${requestScope.hosp.time}</td>
</tr>
</table>
<c:if test="${param.result==false}">
<h2 align="center" class="STYLE3 STYLE1">没有相关信息!!!</h2>
</c:if>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -