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

📄 edituser.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">修改用户信息</div>
<form>
<table border="1">
  <tr>
    <th width="237" scope="row">用户ID:</th>
    <td width="312">&nbsp;</td>
  </tr>
  <tr>
    <th scope="row">密码:</th>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th scope="row">用户名:</th>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th scope="row">姓名:</th>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th scope="row">部门ID:</th>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th scope="row">权限ID:</th>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th scope="row">状态:</th>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th scope="row">电话:</th>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th scope="row">说明信息:</th>
    <td>&nbsp;</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 + -