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

📄 yhgl.asp

📁 大型人才程序网站程序
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<% Response.Buffer=true%>
<!--#include file="../inc/admin.inc"-->
<% if request("dels")<>"" then
   conn.Execute("delete * from users where id="&request("dels"))
   end if %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>

<head>
<title>后台用户管理</title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<meta content="zh-cn" http-equiv="Content-Language">
<style type="text/css">body         { margin-left: 0px; margin-top: 20px }
p            { font-family: 宋体; font-size: 9pt; line-height: 14pt }
div          { font-family: 宋体; font-size: 9pt; line-height: 14pt }
a            { color: #000000; text-decoration: none }
a:hover      { color: #ff0000; text-decoration: underline }
a:active     { color: #ff0000; text-decoration: underline }
a.top        { color: #ffffff; font-family: 宋体; font-size: 9pt }
a.top:hover  { color: #ffcc00 }
td           { font-family: 宋体; font-size: 9pt }
.f1_v        { font-family: 宋体; font-size: 9pt }
.f2_v        { font-family: 宋体; font-size: 9pt }
.f2_A        { font-family: 宋体; font-size: 9pt }
li           { color: #ff0000; font-size: 9pt }
li.li1       { color: #ffffff; font-size: 1pt }
</style>
<meta content="Microsoft FrontPage 4.0" name="GENERATOR">
<meta content="FrontPage.Editor.Document" name="ProgId">
</head>


 <!--//
function check()
{
   if (isNaN(go2to.page.value))
		alert("请正确填写转到页数!");
   else if (go2to.page.value=="")
	     {
		alert("请输入转到页数!");
		 }
   else
		go2to.submit();
}
//-->
<body>
<div align="center">
  <table bgcolor="#808080" border="0" cellpadding="18" cellspacing="3" width="670">
    <tbody>
      <tr>
        <td bgcolor="#ffffff" width="100%">
            <div align="center">
              <table bgcolor="#919793" border="0" cellpadding="0" cellspacing="0" width="100%">
                <tbody>
                  <tr>
                    
              <td width="100%"> 
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr bgcolor="#FFFFFF"> 
                    <td><img border="1" src="../images/htgl.gif" width="145" height="65"></td>
                    <td valign="bottom"> 
                      <div align="right">[<a href="../" target="_blank">进入南大主页</a>] </div>
                    </td>
                  </tr>
                </table>
              </td>
                  </tr>
                </tbody>
              </table>
            </div>
            <center>
            <div align="center">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
                <tbody>
                  <tr>
                    
                <td bgcolor="#919793" height="1"><img alt="1pix" border="0" src="../images/1px.gif" width="1" height="1"></td>
                  </tr>
                </tbody>
              </table>
            </div>
            <div align="center">
              
            <table bgcolor="#e7e7e7" border="0" cellpadding="2" cellspacing="0" width="100%">
              <tbody> 
              <tr> 
                <td width="46%"> </td>
                <center>
                </center>
                <td width="54%"> </td>
              </tr>
              </tbody> 
            </table>
            </div>
            <div align="center">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
                <tbody>
                  <tr>
                    <td width="100%">
                      <table border="0" cellpadding="0" cellspacing="0" width="100%">
                        <tr>
                          <td width="100%">
                            <table bgcolor="#FFFFFF" border="0" cellpadding="5" cellspacing="0" width="100%">
                              <tbody>
                                <tr>
                                  <td width="100%" height="10">
                                    
                            <div align="center"> 
                              <table border="0" cellpadding="0" cellspacing="0" width="600">
                                        <tr>
                                          <td width="100%" valign="top" align="center" height="20"></td>
                                        </tr>
                                        <tr>
                                          
                                    <td width="100%" valign="top" align="center" height="30"><font size="3"><b>用户权限管理</b></font></td>
                                        </tr>

                                        <tr>
                                          <td width="100%" valign="bottom" align="center"></td>
                                        </tr>
                                        <tr>
                                          <td>
                                            <div align="center">
                                              
                                        <div align="center"> 
                                          <table border="0" cellpadding="2" cellspacing="0" width="500" height="0" bordercolor="#316594" bordercolordark="#FFFFFF">
                                            <% set rs=server.createobject("adodb.recordset")
              if not isempty(request("page")) then
	          pagecount=cint(request("page"))
              else
	          pagecount=1
              end if
		 	  sq2="select * from geren order by id desc"
			  rs.open sq2,conn,1,1


              rs.pagesize=20
              if pagecount>rs.pagecount or pagecount<=0 then
              pagecount=1
              end if
              rs.AbsolutePage=pagecount %> 
                                            <tr> <% if rs.pagecount=1 then %> 
                                              <td ?height="19" colspan="2" valign="bottom" height="25"><font color="#000000" size="2">共有[<font color="#ff0000"><%=rs.recordcount%></font>]条<%=jylb%>记录 
                                                以下是[<font color="red">1~<%=rs.recordcount%></font>]条</font></td>
                                            </tr>
                                            <%else%> 
                                            <tr> 

⌨️ 快捷键说明

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