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

📄 guestbook.asp

📁 一套设计精美的学校网站全站系统
💻 ASP
字号:
<!--#include file="include/conn.asp"-->
<!--#include file="include/config.asp"-->
<!--#include file="admin/char.inc"-->
<%
const MaxPerPage=10
dim totalPut
dim CurrentPage
dim TotalPages
dim a,j

if not isempty(request("page")) then
currentPage=cint(request("page"))
else
currentPage=1
end if
if request.cookies("key")="super" then
aaas=1
set urs=server.createobject("adodb.recordset")
sql="select * from admin where username='"&Request.cookies("username")&"'"
urs.open sql,conn,1,3
if urs.bof or urs.eof then
aaas=0
end if
IF Request.cookies("passwd")<>urs("passwd") THEN
aaas=0
END IF
urs.close
set urs=nothing
end if
%>
<html>
<head> 
<title>留言本_<%=jjgn%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="index.css" rel=stylesheet type=text/css>
<style type="text/css">
<!--
.style1 {	color: #FF0000;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-right: 0px;
}
-->
</style>
</head>
<body topmargin="0" background="img/bg.gif">
<!--#include file="include/top.asp"-->
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr valign="top"> 
    <td width="1" rowspan="2" bgcolor="#CCCCCC"><img name="" src="" width="1" height="1" alt=""></td>
    <td><img name="" src="" width="1" height="1" alt="">    </td>
    <td width="1" rowspan="2" bgcolor="#CCCCCC"><img name="" src="" width="1" height="1" alt=""></td>
  </tr>
  <tr valign="top"> 
    <td width="776"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="100%" height="30" background="img/type_bg.gif" class="6">  <img src="img/type01.gif" width="12" height="12" align="absmiddle">  当前位置: <a href="./">网站首页 - </a><a href="guestbook.asp">在线留言</a> - <strong>查看留言</strong></td>
      </tr>
      <tr>
        <td bgcolor="f5f5f5"><div align="center"> <a class=daohang href="./" >
            <script language=javascript src=./admin/banner/ads.asp?place=1></script>
        </a> </div></td>
      </tr>
      <tr>
        <td height="25" align="center" bgcolor="#FFFFFF"><a href="guestadd.asp" class=class><img src="img/gb.gif" width="7" height="7" border="0"> 我要留言</a> | <a href="guestadd.asp" class=class><img src="img/gb.gif" width="7" height="7" border="0"></a> <a class=class href="javascript:window.location.reload()">刷新</a> </td>
      </tr>
    </table>
      <table width="90%" class="TableLine" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td>
            <%
set rs=server.createobject("adodb.recordset")
sql="select * from review where newsid is null order by reviewid desc"
rs.open sql,conn,1,1
if rs.eof and rs.bof then
response.write "<p align=center>还 没 有 任 何 留 言</p>"
else
totalPut=rs.recordcount
if currentpage<1 then
currentpage=1
end if
if (currentpage-1)*MaxPerPage>totalput then
if (totalPut mod MaxPerPage)=0 then
currentpage=totalPut \ MaxPerPage
else
currentpage=totalPut \ MaxPerPage + 1
end if
end if
if currentPage=1 then
showContent
showpage totalput,MaxPerPage,"guestbook.asp"
else
if (currentPage-1)*MaxPerPage<totalPut then
rs.move (currentPage-1)*MaxPerPage
dim bookmark
bookmark=rs.bookmark
showContent
showpage totalput,MaxPerPage,"guestbook.asp"
else
currentPage=1
showContent
showpage totalput,MaxPerPage,"guestbook.asp"
end if
end if
rs.close
end if
set rs=nothing
conn.close
set conn=nothing

sub showContent
do while not rs.eof
%>
          </td>
        </tr>
        <tr>
          <td>
            <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" >
              <tr>
                <td width="20%" rowspan="2" valign="top" bgcolor="#f5f5f5"><table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"><tr><td height="105" valign="top" bgcolor="#f5f5f5"><table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
                  <tr>
                    <td width="10" height="105"> </td>
                    <td height="105" valign="top"><br>
                        <img src="images/<%if trim(rs("face"))<>"" then%><%=rs("face")%><%else%>Image1.gif<%end if%>"><br>
                        <br>
      身份:<font color="red">
      <%if rs("shengfen")<>"" then%>
      <%=rs("shengfen")%>
      <%else%>
      保密
      <%end if%>
      </font> <br>
      姓名:<%=rs("author")%> <br>
      <% if rs("from")<>"" then %>
      来自:<%=rs("from")%>
      <%end if%>
      <br>
      <%if aaas=1 then %>
      IP:<%=rs("reviewip")%>
      <%end if%>
                    </td>
                  </tr>
                </table></td>
                  </tr>
                </table></td>
                <td valign="top">
                  <table width="100%" border="0" cellspacing="0" cellpadding="0" >
                    <tr>
                      <td width="1" bgcolor="#CCCCCC"><img name="" src="" width="1" height="1" alt=""> </td>
                      <td width="9" bgcolor="#f5f5f5"> </td>
                      <td bgcolor="#f5f5f5">
                        <%if rs("email")<>"" then %>
                        <a href="mailto:<%=rs("email")%>">
                        <%end if %>
                        <img src="images/EMAIL.GIF" border="0"></a> 
                        <%if rs("homepage")<>"" then%>
                        <a href="<%=rs("homepage")%>" target="_blank">
                        <%end if%>
                        <img src="images/homepage.gif" border="0"></a>  
                        <% if rs("oicq")<>"" then%>
                        <a href="http://search.tencent.com/cgi-bin/friend/user_show_info?ln=<%=rs("oicq")%>" >
                        <%end if%>
                        <img src="images/OICQ.gif" border="0"></a> <a href="guestedit.asp?reviewid=<%=rs("reviewid")%>"><img src="images/EDIT.GIF" border="0"></a>
                        <%if aaas=1 then %>
                        <a href="guestreply.asp?reviewid=<%=rs("reviewid")%>"><img src="images/reply.GIF" border="0"></a> <a href="guestdel.asp?reviewid=<%=rs("reviewid")%>"><img src="images/delete.GIF" border="0"></a>
                        <%end if%>
                        <%if rs("newsid")<>"" then%>
                        <a target="_blank" href="readnews.asp?newsid=<%=rs("newsid")%>"><img src="images/reply1.GIF" width="0" height="0" border="0"></a>
                        <%end if%>
  </td>
                      <td bgcolor="#f5f5f5">发表于:<%=rs("updatetime")%>  </td>
                    </tr>
                </table></td>
              </tr>
              <tr>
                <td valign="top">                  <table width="100%" height="100" border="0" cellpadding="0" cellspacing="0" style="table-layout:fixed; word-break:break-all;border-collapse: collapse">
                  <tr bgcolor="#CCCCCC">
                    <td width="1" ><img name="" src="" width="1" height="1" alt=""><img name="" src="" width="1" height="1" alt=""> </td>
                    <td width="9" height="1" ><img name="" src="" width="1" height="1" alt=""></td>
                    <td height="1" ><img name="" src="" width="1" height="1" alt=""></td>
                  </tr>
                  <tr>
                    <td width="1" bgcolor="#CCCCCC" > </td>
                    <td width="9" > </td>
                    <td ><%=rs("title")%>
                        <% response.write rs("content")
%>
                        <%if rs("reply")<>"" then %>
                        <p><font color="#FF0000"><b><img src="IMAGES/base.gif" align="absmiddle"> 站长回复:</b><br>
                              <%=rs("reply")%> </font></p>
                        <%end if%></td>
                  </tr>
                </table></td>
              </tr>
              <tr bgcolor="#CCCCCC">
                <td height="1" colspan="2" align="right" valign="top"><img name="" src="" width="1" height="1" alt=""></td>
              </tr>
          </table></td>
        </tr>
        <tr>
          <td>
            <%
a=a+1
if a>=MaxPerPage then exit do
rs.movenext
loop
end sub
%>
          </td>
        </tr>
        <tr>
          <td></td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="efefef">
  <tr> 
    <td width="1" rowspan="2" align="center" bgcolor="#CCCCCC"><img name="" src="" width="1" height="1" alt=""> </td>
    <td align="center"><a href="guestadd.asp" class=class><img src="img/gb.gif" width="7" height="7" border="0"> 我要留言</a> | <a href="guestadd.asp" class=class><img src="img/gb.gif" width="7" height="7" border="0"></a> <a class=class href="javascript:window.location.reload()">刷新</a>
      <%
function showpage(totalnumber,maxperpage,filename)
dim n
if totalnumber mod maxperpage=0 then
n=totalnumber \ maxperpage
else
n=totalnumber \ maxperpage + 1
end if
response.write "<form method=post action="&filename&">"
response.write "<p> "
if CurrentPage<2 then
response.write "<font color='#b9b9b9' style='font-family: 宋体; font-size: 9pt'>首页 上一页</font> "
else
response.write "<a class=class href="&filename&"?page=1>首页</a> "
response.write "<a class=class href="&filename&"?page="&CurrentPage-1&">上一页</a> "
end if
if n-currentpage<1 then
response.write "<font color='#b9b9b9' style='font-family: 宋体; font-size: 9pt'>下一页 尾页</font>"
else
response.write "<a class=class href="&filename&"?page="&(CurrentPage+1)&">下一页</a> "
response.write "<a class=class href="&filename&"?page="&n&">尾页</a>"
end if
response.write "<font color='#000080' style='font-family: 宋体; font-size: 9pt'> 共<b>"&totalnumber&"</b>条留言 <b>"&maxperpage&"</b> 条留言/页</font> "
response.write "<font color='#000080' style='font-family: 宋体; font-size: 9pt'>转到:</font><input class=smallInput type='text' name='page' size=4 maxlength=10 value="&Currentpage&">"
response.write "<input class=buttonface type='submit' value='Go' name='cndok'></p></form>"
end function
%></td>
    <td width="1" rowspan="2" align="center" bgcolor="#CCCCCC"><img name="" src="" width="1" height="1" alt=""></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td height="19" align="center" bgcolor="#FFFFFF"> </td>
  </tr>
</table>

<!--#include file="include/bottom.asp"-->
</body>
</html>

⌨️ 快捷键说明

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