?? nurse_operationroom.jsp
字號:
<%@ page language="java"pageEncoding="gbk"%>
<html>
<head>
<title>護士手術室</title>
<link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/Css/LightBlue_Css.css"/>
</head>
<body>
<form action="<%=request.getContextPath()%>/nurse_operationRoomServlet?opertion=4" method="post">
<table class="simple textCss">
<tr>
<th width="20%" align="right">護士姓名:</th>
<th width="30%"><input type="text" name="name" class="txt"></th>
<th width="20%"><input type="submit" value="查詢" class="buttonClass"></th>
<th width="30%"><input type="button" value="添加手術室" class="buttonClass"
onclick="window.location.href='<%=request.getContextPath()%>/view_wujirui/addOprationRoom.jsp'">
</th>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -