日期:2014-05-17 浏览次数:21009 次
<!--#include file="conn.asp"-->
<% action = request("action") %>
<% if session("Number") = "" or session("Password") = "" then %>
<script>alert('你还没有登录呢');</script>
<%response.Redirect("logout.asp")%>
<% else %>
<%
IF Request("delid")<>"" Then
Sql = "Delete From SysUser Where Number="&Request("delid")
Conn.Execute(Sql)
End IF
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css.css" rel="stylesheet" type="text/css">
<style>
td{font-size:9pt;line-height:120%;color:#353535}
body{font-size:9pt;line-height:120%}
a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:active { color: #000000; text-decoration: none }
a:hover { color: #336699; text-decoration: none; position: relative; right: 0px; top: 1px }
</style>
</head>
<%
qxcnc_code = session("Number")
qxcnc_ji = session("CategoryID")
if qxcnc_ji = 8 then
%>
<body bgcolor="#799AE1">
<table width="100%" border="0" cellpadding="2" cellspacing="0" bgcolor="#FFFFFF" vspace="0" hspace="0">
<tr>
<td width="4%" height="27" valign="middle" background="images/admin_bg_1.gif" bgcolor="#CCCCCC">.::
</td>
<td width="12%" align="center" valign="middle" background="images/admin_bg_1.gif" bgcolor="#CCCCCC"><a href="admin_pass.asp"><img src="images/reload.gif" width="59" height="16" border="0"></a></td>
<td align="center" valign="baseline" background="images/admin_bg_1.gif" bgcolor="#CCCCCC">[<a href="admin_pass.asp">用户管理</a>]</td>
<td align="center" valign="baseline" background="images/admin_bg_1.gif" bgcolor="#CCCCCC">[<a href="admin_jgh.asp">机构管理</a>]</td>
<td align="center" valign="baseline" background="images/admin_bg_1.gif" bgcolor="#CCCCCC">[<a href="admin_bh.asp">编号管理</a>]</td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#00659C">
<form action="admin_pass_add.asp" method="post" name="form_class_add">
<tr align="center">
<td><font color="#FFFFFF"><strong><font color="#FFFFFF">用户编号</font></strong></font></td>
<td><strong><font color="#FFFFFF">用户姓名</font></strong></td>
<td width="11%"><font color="#FFFFFF"><strong><font color="#FFFFFF">用户</font>密码</strong></font></td>
<td width="11%"><font color="#FFFFFF"><strong><font color="#FFFFFF">用户</font>身份证</strong></font></td>
<td width="12%"><font color="#FFFFFF"><strong>所属支行</strong></font></td>
<td width="17%"><font color=&