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

📄 fxaaaaaa.a

📁 人事管理系统
💻 A
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UserManage.aspx.cs" Inherits="SysManage_UserManage" %>

<!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 runat="server">
    <title>员工管理</title>
    
</head>
<body>
<div id="page1" style="margin-left:auto; margin-right:auto; width:700px;">
    <table cellspacing="0" cellpadding="0" width="100%" border="0" style="font-size:12px;">
  <tbody>
    <tr>
      <td valign="top">
          <center>
            <fieldset style="WIDTH: 600px">
              <legend>创建账户</legend>
              <form action="" method="post" name="form1" id="form1">
              <p align="left">帐号:
                  <input  id="account_name" name="account_name" />
                密码:
                <input  id="account_passwd" type="password" 
      name="account_passwd" />
                
                <input class="ButtonCss" id="button" type="submit" value="确定" name="button" />
              </p>
              </form>
            </fieldset>
            <p> </p>
            <table class="List" cellspacing="1" cellpadding="1" width="600">
              <tbody>
                <tr style="height:40px; background-color:#f5fafa">
                  <th>帐号</th>
                  <th>名称:</th>
                  <th>密码</th>
                  <th style="width: 76px">
                      角色</th>
                  <th>账户启用</th>
                  <th>维护操作</th>
                </tr>
                <tr align="center">
                  <td>27</td>
                  <td>javale</td>
                  <td>a4e3839a94483efebdf9a01d40f0f776</td>
                  <td style="width: 76px">
                      普通用户</td>
                  <td><a 
             href="#"><img 
            src="../images/no.gif" alt="2" border="0" /></a></td>
                  <td><a 
             href="#">删除</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a 
             href="RoleManage/UserRole.aspx">分配角色</a></td>
                </tr>
                <tr align="right">
                  <td colspan="6">第1页/共1页&nbsp;&nbsp;[首页] [上页] [下页] [尾页] <font 
            color="red">[1]</font>
                      <script language="JavaScript" type="text/javascript">
function _checkForm(){
var a = document.getElementById("page").value;
if( a > 1 || a <1 || a == 1  ){
return false;}else{
window.location.href="?page="+a+"";}
}
function IMG1_onclick() {

}

    </script>
                      <input class="selectButtonCss" id="page" size="3" value="1" name="page" 
            tpye="text" />
                      <input class="ButtonCss" onclick="return _checkForm()" type="button" value="GO" name="button" />
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
                </tr>
              </tbody>
            </table>
            <p></p>
            <fieldset style="WIDTH: 600px">
              <legend>对于此功能的特殊说明</legend>
              <p style="COLOR: #0033ff; LINE-HEIGHT: 1.5" 
      align="left">1、创建账户时,如该账户存在,则默认进行修改密码的操作<br />
                2、只有启用状态的账户可以登录,分配角色后的账户才可以进行其他操作<br />
                  3、如果用户已经分配了角色,在进行分配时则为修改
              </p>
            </fieldset>
          </center></td>
    </tr>
  </tbody>
</table>
</div>
</body>
</html>

⌨️ 快捷键说明

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