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: Wangyixin
|
|
Date: 2025/4/2
|
|
Time: 14:15
|
|
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="yyxt/tj" method="post">
|
|
预约车位编号:<input type="text" name="Yyxtid">
|
|
<br>
|
|
预约车名称:<input type="text" name="YyxtName">
|
|
<br>
|
|
是否有车位:<select name="Yyxtsf">
|
|
<option value="是">是</option>
|
|
<option value="否">否</option>
|
|
</select>
|
|
<br>
|
|
预约车数量:<input type="text" name="YyxtNumber">
|
|
<br>
|
|
预约车位价格:<input type="text" name="YyxtMoney">
|
|
<br>
|
|
预约车位照片:<input type="file" value="选择文件">
|
|
<br>
|
|
预约车位分类名称:<input type="text" name="Yyxtfl" placeholder="请输入分类名称">
|
|
<br>
|
|
详情:<textarea name="YyxtContent" rows="5" cols="35"></textarea>
|
|
<br>
|
|
预约车位日期:<input type="text" name="YyxtDate">
|
|
<br>
|
|
<input type="reset" value="重置">
|
|
|
|
|
|
<input type="submit" value="添加">
|
|
</form>
|
|
</body>
|
|
</html>
|