📄 vetsearch.jsp
字号:
<%@ page language="java" pageEncoding="utf-8"%>
<%@ include file="taglibs.jsp"%>
<html>
<head>
<title>JSP for DynaActionForm form</title>
<link rel="stylesheet" type="text/css" href="css/table.css">
<link rel="stylesheet" type="text/css" href="css/default.css">
</head>
<body>
<jsp:include flush="true" page="top.jsp"></jsp:include>
<table width="100%" height="100%" border="0">
<html:form action="/toVetSearch">
<table class="list" width="38%" border="0" align="center" cellpadding="0"
cellspacing="0">
<tr>
<td align="right">
兽医名称:
</td>
<td align="left">
<html:text property="vetName" />
<html:errors property="vetName" />
</td>
</tr>
<tr>
<td align="right">
专业:
</td>
<td align="left">
<html:text property="vetSpecName" />
<html:errors property="vetSpecName" />
</td>
</tr>
<tr align="center">
<td colspan="2">
<input type="submit" name="Submit" value="查询">
</td>
</tr>
</table>
<table width="38%" border="0" align="center">
<tr align="center">
<td colspan="2">
<html:errors />
</td>
</tr>
</table>
</html:form>
</table>
<jsp:include flush="true" page="tail.jsp"></jsp:include>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -