?? serchdiagnosis.jsp
字號:
<%@ page language="java" pageEncoding="GB18030"%>
<html>
<head>
<title>My JSP 'serchDiagnosis.jsp' starting page</title>
<link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/Css/LightBlue_Css.css"/>
<style type="text/css">
<!--
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>
</head>
<body>
<table class="simple textCss">
<tr>
<th colspan="5" align="center">
<input type="button" value="查看診斷書" class="buttonClass"
onclick="window.location.href=''">
<input type="button" value="查看手術表" class="buttonClass"
onclick="window.location.href=''">
<input type="button" value="查看手術室" class="buttonClass"
onclick="window.location.href='${pageContext.request.contextPath }/showOprtionRoom.jsp'">
<input type="button" value="查看病床表" class="buttonClass"
onclick="window.location.href='${pageContext.request.contextPath }/sickBedServlet?opertion=4'">
</th>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -