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

📄 admin_power1.jsp

📁 宽带网收费系统的前台
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" 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=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {font-size: 36px}
-->
</style>
</head>

<body>
<div align="center"><span class="STYLE1">员工权限</span>
</div>
<form id="form1" name="form1" method="post" action="">
  <div align="center">
    <table width="474" height="226" border="1">

      <tr>
        <td width="35" height="85"><p align="center">员工姓名</p>
        <p>&nbsp;</p></td>
        <td width="35"><div align="center">
          <p>性别</p>
          <p>&nbsp;</p>
        </div></td>
        <td width="35"><p>办公电话</p>
        <p>&nbsp;</p></td>
        <td width="35"><p>家庭住址</p>
        <p>&nbsp;</p></td>
        <td width="53"><p>手机</p>
        <p>&nbsp;</p></td>
        <td width="241"><div align="center">所在部门</div></td>
      </tr>
      <tr>
        <td >&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      </table>
    <label></label>
  </div>
</form>
<form id="form2" name="form2" method="post" action="">
  <table width="316" border="1" align="center">
    <tr>
      <td width="179"><label>
        <select name="select">
          <option value="管理员">管理员</option>
          <option value="前台">前台</option>
          <option value="施工">施工</option>
        </select>
      选择新权限</label></td>
      <td width="121"><div align="center">
        <label>
        <input type="submit" name="Submit" value="确定" />
        </label>
      </div></td>
    </tr>
  </table>
</form>
</body>

</html>

⌨️ 快捷键说明

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