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.

35 lines
1.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%--
Created by IntelliJ IDEA.
User: 30424
Date: 2025/4/4
Time: 18:01
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="SYS/sy" method="post">
实验室id<input type="text" name="sysbid"><br>
实验室名称:<input type="text" name="sysbname"><br>
实验室是否有设备:<select name="sysbsb">
<option value="是">是</option>
<option value="否">否</option>
</select><br>
负责人:<input type="text" name="sysbager"><br>
联系方式:<input type="text" name="sysbcontact"><br>
实验室地址:<input type="text" name="sysbress"><br>
实验室照片:<input type="file" value="选择文件"><br>
实验室类型分类:<input type="text" name="sblxfl" placeholder="请输入分类名称"><br>
备注:<textarea name="sysbmemo" rows="5" cols="35"></textarea><br>
创建日期:<input type="text" name="sysbtime"><br>
<input type="reset" value="重置">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="submit" value="添加">
</form>
</body>
</html>