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.
43 lines
1.5 KiB
43 lines
1.5 KiB
<%--
|
|
Created by IntelliJ IDEA.
|
|
User: DELL
|
|
Date: 2025/3/31
|
|
Time: 16:16
|
|
To change this template use File | Settings | File Templates.
|
|
--%>
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<html>
|
|
<head>
|
|
<title>添加停车区域信息</title>
|
|
</head>
|
|
<body>
|
|
<form action="tcqy/tianjia" method="post">
|
|
区域编号:<input type="text" name="id">
|
|
<br>
|
|
区域名称:<input type="text" name="tingchequyuName">
|
|
<br>
|
|
是否有车位:<select name="tingchequyusf">
|
|
<option value="是">是</option>
|
|
<option value="否">否</option>
|
|
</select>
|
|
<br>
|
|
车位数量:<input type="text" name="tingchequyuNumber">
|
|
<br>
|
|
车位价格:<input type="text" name="tingchequyuMoney">
|
|
<br>
|
|
车位照片:<input type="file" value="选择文件">
|
|
<br>
|
|
车分类名称:<input type="text" name="tingchequyufl" placeholder="请输入分类名称">
|
|
<br>
|
|
详情:<textarea name="tingchequyuContent" rows="5" cols="35"></textarea>
|
|
<br>
|
|
停车日期:<input type="text" name="tingchequyuDate">
|
|
<br>
|
|
<input type="reset" value="重置">
|
|
|
|
|
|
<input type="submit" value="添加">
|
|
</form>
|
|
</body>
|
|
</html>
|