📄 hospital_add.jsp~5~
字号:
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head>
<title>
vet_add
</title>
<meta http-equiv="content-type" content="text/html; charser=utf-8" />
<style type="text/css">
<!--
.STYLE1 {color: #0033FF}
-->
</style>
</head>
<body bgcolor="#ffffff">
<form name="form1" method="post" action="../controller?action=hospital&method=hospadd">
<h1 align="center" class="STYLE1">添加病历</h1>
<table width="289" border="0" align="center">
<tr>
<td width="90">兽医</td>
<td width="189"><label>
<input name="vid" type="text" id="vid">
</label></td>
</tr>
</tr>
<tr>
<td>宠物</td>
<td><input name="pid" type="text" id="pid"></td>
</tr>
<tr>
<td>病因</td>
<td><input name="hosp" type="text" id="hosp"></td>
</tr>
<tr>
<td> </td>
<td><label>
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置"><a href="select.jsp">返回</a>
</label></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -