You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.2 KiB

<%--
Created by IntelliJ IDEA.
User: 86180
Date: 2025/3/30
Time: 10:56
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>Title</title>
</head>
<body>
<form action="tingche/newtingche1" method="post">
<table>
<tr>
<td>名称:</td>
<td width="20"></td>
<td><input type="text" name="teQuyu" placeholder="请输入区域名称"></td>
</tr>
<tr>
<td>地点:</td>
<td width="20"></td>
<td><input type="text" name="teDidian" placeholder="请输入区域地点"></td>
</tr>
<tr>
<td>负责人:</td>
<td width="20"></td>
<td><input type="text" name="teFuzeren" placeholder="请输入区域负责人"></td>
</tr>
<tr>
<td>车牌号:</td>
<td width="20"></td>
<td><input type="text" name="teZhuangtai" placeholder="请输入区域状态"></td>
</tr>
<tr>
<td></td>
<td width="20"></td>
<td><input type="submit" value="提交"></td>
</tr>
</table>
</form>
</body>
</html>