📄 hospital_add.jsp~8~
字号:
<%@ 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" height="165" 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 valign="top" >病因:</td>
<td valign="bottom" bordercolor="#D4D0C8"><textarea name="hosp" cols="18" rows="5" id="hosp"></textarea></td>
</tr>
<tr>
<td> </td>
<td><label>
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</label></td>
</tr>
</table>
</form>
<br /><br /><br />
<a href="hospital.jsp">返回</a>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -