?? yhgl.asp
字號:
<% 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 + -