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.1 KiB

<%--
Created by IntelliJ IDEA.
User: lenovo
Date: 2025/4/2
Time: 17:27
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="hh/Carousel" method="post">
<tr>
<td>轮播id</td>
<td width="20"></td>
<td><input type="text" name="clid" placeholder="轮播id"></td>
</tr>
<tr>
<td>轮播图片</td>
<td width="20"></td>
<td><input type="text" name="clpicture" placeholder="轮播图片"></td>
</tr>
<tr>
<td>轮播日期</td>
<td width="20"></td>
<td><input type="text" name="cldate" placeholder="轮播日期"></td>
</tr>
<tr>
<td>轮播内容</td>
<td width="20"></td>
<td><input type="text" name="clcontent" placeholder="轮播内容"></td>
</tr>
<tr>
<td align="right"><input type="reset" value="重置信息"></td>
<td></td>
<td align="center">
<input type="submit" value="添加">
</td>
</tr>
</form>
</body>
</html>