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

📄 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>


<link href="<%=request.getContextPath()%>/css/SMSpublic.css" rel="stylesheet" type="text/css" />
</head>
<script language="javascript" type="text/javascript"  
  src="<%=request.getContextPath()%>/js/birthday.js"></script>
<body>
<form id="form1" name="form1" method="post" action="adduser.do">
  
  <table width="635" border="0" cellspacing="1">
    <tr>
      <td colspan="2">          <span class="title1">   新增用户</span></td>
    </tr>
    
    <tr>
      <td width="80" class="title2">姓  名:</td>
      <td width="548"><label>
        <input name="name" type="text" class="inputcontent" id="check" />
      </label></td>
    </tr>
    
    <tr>
      <td class="title2">部 门ID:</td>
      <td><label>
        <select name="department" size="1" id="department">
          <option value="1">生产部</option>
          <option value="2">仓库部</option>
          <option value="3">财务部</option>
          <option value="4">采购部</option>
        </select>
      </label></td>
    </tr>
    <tr>
      <td class="title2">电话号码:</td>
      <td><label>
        <input name="telephone" type="text" class="inputcontent" id="appID" />
      </label></td>
    </tr>
    <tr>
      <td height="21" class="title2">工作岗位:</td>
      <td height="21"><label>
        <select name="job" size="1" id="job">
          <option value="1">系统管理员</option>
          <option value="2">部门主管</option>
          <option value="3">普通管理员</option>
        </select>
      </label></td>
    </tr>
   
    <tr>
      <td height="75">其他信息:   
        <label></label></td>
      <td height="75"><textarea name="information" rows="4"></textarea></td>
    </tr>
    <tr>
      <td height="26" colspan="2">提示信息:${error}</td>
    </tr>
    <tr>
      <td height="35" colspan="2"><label>
                
            <input name="add" type="submit" class="button" id="appbuy" value="申请" />
        
      <input name="cancel" type="button" class="button" id="cancel" value="取消" />
      </label></td>
    </tr>
  </table>
</form>
</body>

</html>

⌨️ 快捷键说明

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