?? receipt.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>收據維護</title>
<link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/Css/LightBlue_Css.css"/>
</head>
<body>
<form action="<%=request.getContextPath()%>/doctorServlet?operation=1" method="post">
<table class="simple textCss">
<tr>
<th colspan="2" align="center">收據維護</th>
</tr>
<tr>
<th width="20%" align="center"> 職稱:</th>
<td><input type="text" name="" class="txt"></td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="button" value="提交" class="buttonClass"/>
<input type="button" value="重置" class="buttonClass"/>
</td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -