📄 treatmentedit.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>宠物诊治信息修改</title>
<link href="petstore.css" rel="stylesheet" type="text/css" />
<link href="../../js/petstore.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
@import url("../../petstore.css");
.STYLE1 {font-size: 24px}
-->
</style>
</head>
<body>
<br />
<form action="trm.do?method=update" method="post">
<table width="50%" border="0" align="center" cellpadding="0" cellspacing="0" class="table">
<caption>
<span class="text-blue STYLE1">修 改 宠 物 诊 治 信 息</span>
</caption>
<tr>
<td height="27" colspan="2" class="font1"><input type="hidden" name="id" value="${trm.id }"/> </td>
</tr>
<tr width="100%">
<td width="17%" height="29" align="center" class="tb-title">方案内容</td>
<td width="33%" align="left" class="tb-title"><label>
<input type="text" name="content" value="${trm.content }"/>
</label></td>
</tr>
<tr width="100%">
<td width="17%" height="29" align="center" class="tb-title">诊治费用</td>
<td width="33%" class="tb-title" align="left"><span class="table2">
<label>
<input type="text" name="money" value="${trm.money }"/>
</label>
</span></td>
</tr><tr>
<td colspan="2" height="29" align="right"><label>
<div align="center">
<input type="submit" name="button" value="修改"/>
<input type="reset" name="button2" value="重置" />
<input type="submit" name="button3" value="返回" onSubmit="Back()"/>
</div>
</label></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -