⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adduser.jsp

📁 仓库管理系统,适合各种行业的仓库管理系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {
	font-size: 24px;
	color: #FF00FF;
}
-->
</style>
</head>

<body>
<div align="center"><span class="STYLE1">添加用户</span>
</div>
<form>
<table border="1">
  <tr>
    <th width="237" scope="row">用户ID:</th>
    <td width="312"><label>
      <input type="text" name="textfield" />
    </label></td>
  </tr>
  <tr>
    <th scope="row">密码:</th>
    <td><label>
      <input type="password" name="textfield2" />
    </label></td>
  </tr>
  <tr>
    <th scope="row">用户名:</th>
    <td><label>
      <input type="text" name="textfield3" />
    </label></td>
  </tr>
  <tr>
    <th scope="row">姓名:</th>
    <td><label>
      <input type="text" name="textfield4" />
    </label></td>
  </tr>
  <tr>
    <th scope="row">部门ID:</th>
    <td><label>
      <input type="text" name="textfield5" />
    </label></td>
  </tr>
  <tr>
    <th scope="row">权限ID:</th>
    <td><label>
      <input type="text" name="textfield6" />
    </label></td>
  </tr>
  <tr>
    <th scope="row">状态:</th>
    <td><label>
      <input type="text" name="textfield7" />
    </label></td>
  </tr>
  <tr>
    <th scope="row">电话:</th>
    <td><label>
      <input type="text" name="textfield8" />
    </label></td>
  </tr>
  <tr>
    <th scope="row">说明信息:</th>
    <td><label>
      <textarea name="textarea"></textarea>
    </label></td>
  </tr>
</table>
</form>
<input name="submit1" type="submit" id="submit1" value="保存" />

<input name="submit2" type="reset" id="submit2" value="重置" />
</body>


</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -