📄 admin.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="ch.asp"-->
<%
Set Rs=Server.CreateObject("ADODB.RecordSet")
sql="select * from book order by id DESC"
Rs.Open sql,db,3,2
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理页面</title>
</head>
<body>
<div align="center">
<table border="0" width="700" cellspacing="5" cellpadding="0">
<tr>
<td bgcolor="#006393">
<table border="0" width="100%" cellspacing="3" cellpadding="0">
<tr>
<td><font color="#FFFFFF">
<span style="font-size: 9pt; font-weight: 700">Eonian Bai
1.0.0 版管理系统</span></font></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div align="center">
<table border="0" width="700" cellspacing="8" cellpadding="0">
<tr>
<td><font color="#006393">
<span style="font-size: 9pt; font-weight: 700"><a href="admin.asp">
<font color="#006393">留言删除</font></a> </span>
<span style="font-weight: 700; font-size: 9pt">
<a href="admin_ziliao.asp"><font color="#006393">基本资料</font></a>
<a href="admin_gg.asp"><font color="#006393">发表公告</font></a> </span></font>
<span style="font-weight: 700; font-size: 9pt">
<font color="#FF9900">
<a href="index.asp"><font color="#FF9900">回到发言页面</font></a></font></span></td>
</tr>
</table>
</div>
<div align="center">
<table border="0" width="700" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="95"><font color="#FF0000">
<span style="font-size: 9pt; font-weight: 700"> 留言人姓名</span></font></td>
<td><font color="#FF0000">
<span style="font-size: 9pt; font-weight: 700">内容</span></font></td>
<td width="153"><font color="#FF0000">
<span style="font-size: 9pt; font-weight: 700">时间
操作</span></font></td>
</tr>
</table>
<%
i=1
while not Rs.EOF
%>
<table border="1" width="100%" cellspacing="3" cellpadding="0" style="border-collapse: collapse" bordercolor="#006393">
<tr>
<td width="78"><span style="font-size: 9pt"> <%=rs("name")%></span></td>
<td><span style="font-size: 9pt"> <%=rs("re")%></span></td>
<td width="115"><span style="font-size: 9pt"> <%=rs("time")%></span></td>
<td width="69"><font color="#FF0000" style="font-size: 9pt; font-weight: 700"><a href="del.asp?id=<%=rs("id")%>"><font color="#FF0000">删除</font></a>
<a href="admin_hf.asp?id=<%=rs("id")%>"><font color="#006393">回复</font></a></font></td>
</tr>
</table>
<%
Rs.MoveNext
i=i+1
wend
%>
<p align="center">
<span style="FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma, Arial">
Powered by
<a style="color: #000000; text-decoration: none" target="_blank" href="http://www.paopaoo.com">
<b>EonianBai</b> <span style="color: #FF9900"><b>1</b></span><b style="COLOR: #ff9900">.0.0</b></a>
Copyright © 2005-19 <a href="http://www.paopaoo.com">
<span style="color: #000000; text-decoration: none">Eonian Bai</span></a></span></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -