zoukankan      html  css  js  c++  java
  • 每日总结

    员工培训系统,

    部门设置界面1:

    复制代码
    <%@ page language="java" contentType="text/html; charset=UTF-8"
        pageEncoding="UTF-8"%>
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Insert title here</title>
    </head>
    <body>
    <form action="sevelet?method=set&user=section" method="post" onsubmit="return chech(this)">
        <table align="center" width="450">
        <tr>
            <td align="center" width="450">
                <h2>设置部门参数</h2>
                <hr>
            </td>
        </tr>
            <td align="center">编号:</td>
            <td><input align="center" type="text" name="ID"/></td>
        </tr>
        <tr>
            <td align="center">名称:</td>
            <td><input type="text" name="name"/></td>
        </tr>
        <tr>
            <td align="center" colspan="2">
                <input type="submit" value="确认">
            </td>
        </tr>
        <tr align="center"><td><a href="user.jsp">注销</a></td></tr>
        <br>
        <tr align="center"><td><a href="setsection1.jsp">返回上一级</a></td></tr>
        <br>
        </table>
        </form>
    </body>
    </html>
    复制代码
  • 相关阅读:
    CF1117G Recursive Queries
    P6604 [HNOI2016]序列 加强版
    高级图论
    P7708「Wdsr-2.7」八云蓝自动机 Ⅰ
    ISIJ2020 游记
    计算几何笔记 (模板)
    AC自动机学习笔记
    KMP学习笔记
    treap学习笔记
    HolyK学长的杂题选讲
  • 原文地址:https://www.cnblogs.com/ldy2396/p/14220665.html
Copyright © 2011-2022 走看看