📄 ordinaryfriendlink.asp
字号:
<% Option Explicit %>
<!--#include file="../../../Inc/Cls_DB.asp" -->
<!--#include file="../../../Inc/Const.asp" -->
<!--#include file="../../../Inc/function.asp" -->
<%
Dim DBC,Conn
Set DBC = New DataBaseClass
Set Conn = DBC.OpenConnection()
Set DBC = Nothing
'==============================================================================
'软件名称:风讯网站信息管理系统
'当前版本:Foosun Content Manager System(FoosunCMS V3.2SP1)
'最新更新:2006.50
'==============================================================================
'Copyright (C) 2002-2004 Foosun.Net All rights reserved.
'商业注册联系:028-85098980-601,项目开发:028-85098980-606、609,客户支持:608
'产品咨询QQ:394226379,159410,125114015
'技术支持QQ:315485710,66252421
'项目开发QQ:415637671,655071
'程序开发:四川风讯科技发展有限公司(Foosun Inc.)
'Email:service@Foosun.cn
'MSN:skoolls@hotmail.com
'论坛支持:风讯在线论坛(http://bbs.foosun.net)
'官方网站:www.Foosun.cn 演示站点:test.cooin.com
'网站通系列(智能快速建站系列):www.ewebs.cn
'==============================================================================
'免费版本请在程序首页保留版权信息,并做上本站LOGO友情连接
'风讯公司保留此程序的法律追究权利
'如需进行2次开发,必须经过风讯公司书面允许。否则将追究法律责任
'==============================================================================
%>
<!--#include file="../../../Inc/Session.asp" -->
<!--#include file="../../../Inc/CheckPopedom.asp" -->
<%
if Not JudgePopedomTF(Session("Name"),"P070500") then Call ReturnError1()
dim FriendLinkObj,FriendLinkContent,FLType,FLAdressList,TempStr,TempNum,i
Set FriendLinkObj = Server.CreateObject(G_FS_RS)
FriendLinkObj.open "select * from FS_FriendLink order by Type desc,ID asc",conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<link href="../../../CSS/FS_css.css" rel="stylesheet" type="text/css">
<script src="../../SysJS/PublicJS.js" language="JavaScript"></script>
<script language="JavaScript" src="../../SysJS/ContentMenu.js"></script>
<body topmargin="2" onClick="SelectFriendLink();" leftmargin="2" ondragstart="return false;" onselectstart="return false;">
<table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#999999">
<tr bgcolor="#EEEEEE">
<td height="26" colspan="5" valign="middle">
<table width="100%" height="20" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width=35 align="center" alt="新建" onClick="AddFriendLink();" onMouseMove="BtnMouseOver(this);" onMouseOut="BtnMouseOver(this);" class="BtnMouseOut">新建</td>
<td width=2 class="Gray">|</td>
<td width=35 align="center" alt="修改" onClick="EditFriendLink();" onMouseMove="BtnMouseOver(this);" onMouseOut="BtnMouseOver(this);" class="BtnMouseOut">修改</td>
<td width=2 class="Gray">|</td>
<td width=35 align="center" alt="删除" onClick="DelFriendLink();" onMouseMove="BtnMouseOver(this);" onMouseOut="BtnMouseOver(this);" class="BtnMouseOut">删除</td>
<td width=2 class="Gray">|</td>
<td width=35 align="center" alt="后退" onClick="top.GetEkMainObject().history.back();" onMouseMove="BtnMouseOver(this);" onMouseOut="BtnMouseOver(this);" class="BtnMouseOut">后退</td>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" height="" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="5" height="2"></td>
</tr>
<tr>
<tr>
<td width="21%" height="26" class="ButtonListLeft">
<div align="center">名称</div></td>
<td width="29%" height="26" class="ButtonList">
<div align="center">显示内容</div></td>
<td width="11%" height="26" class="ButtonList">
<div align="center">类型</div></td>
<td width="22%" height="26" class="ButtonList">
<div align="center">显示页面</div></td>
<td width="17%" height="26" class="ButtonList">
<div align="center">添加时间</div></td>
</tr>
<%
if Not FriendLinkObj.eof then
Dim page_size,page_no,page_total,record_all
page_size = 20
page_no=request.querystring("page_no")
if page_no<=1 or page_no="" then page_no=1
If Request.QueryString("page_no")="" then
page_no=1
end if
FriendLinkObj.PageSize=page_size
page_total=FriendLinkObj.PageCount
if (cint(page_no)>page_total) then page_no=page_total
FriendLinkObj.AbsolutePage=page_no
record_all=FriendLinkObj.RecordCount
for i=1 to FriendLinkObj.PageSize
if FriendLinkObj.eof then exit for
if FriendLinkObj("Type") = "0" then
FriendLinkContent = "<a href="&FriendLinkObj("Url")&">"&left(FriendLinkObj("Content"),10)&"</a>"
FLType = "文字"
else
FriendLinkContent = "<a href="&FriendLinkObj("Url")&"><img src="&getConfig(0)& FriendLinkObj("Content") &" width=30 height=20 border=0></a>"
FLType = "图片"
end if
if Instr(1,FriendLinkObj("Address"),"1",1)<>0 then
FLAdressList = "首页 "
else
FLAdressList = ""
end if
if Instr(1,FriendLinkObj("Address"),"2",1)<>0 then
FLAdressList = FLAdressList & "栏目 "
else
FLAdressList = FLAdressList & ""
end if
if Instr(1,FriendLinkObj("Address"),"3",1)<>0 then
FLAdressList = FLAdressList & "新闻 "
else
FLAdressList = FLAdressList & ""
end if
if Instr(1,FriendLinkObj("Address"),"4",1)<>0 then
FLAdressList = FLAdressList & "专题 "
else
FLAdressList = FLAdressList & ""
end if
%>
<tr>
<td><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="../../Images/FriendLink.gif" width="24" height="22"></td>
<td><span class="TempletItem" FriendLinkID="<%=FriendLinkObj("ID")%>"><%=FriendLinkObj("Name")%></span></td>
</tr>
</table></td>
<td height="25"><div align="center"><%=FriendLinkContent%></div></td>
<td><div align="center"><%=FLType%></div></td>
<td><div align="center"><%=FLAdressList%></div></td>
<td><div align="center"><%=FriendLinkObj("AddTime")%></div></td>
</tr>
<tr height="5"><td colspan="5"></td></tr>
<%FriendLinkObj.MoveNext
Next
%>
</table></td></tr>
<%
end if
if page_total>1 then
%>
<tr>
<td height="18">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr height="1">
<td width="42%" height="18"><table width="99%" border="0" cellspacing="0" cellpadding="0">
<tr>
</tr>
</table> </td>
<td width="51%" height="25" valign="middle"> <div align="right">
<% = "NO.<b>"& page_no &"</b>, " %>
<% = "Totel:<b>"& page_total &"</b>, RecordCounts:<b>" & record_all &"</b> "%>
<%
if Page_Total=1 then
response.Write " <img src=../images/First1.gif border=0 alt=首页></img> "
response.Write " <img src=../images/prePage.gif border=0 alt=上一页></img> "
response.Write " <img src=../images/nextPage.gif border=0 alt=下一页></img> "
response.Write " <img src=../images/endPage.gif border=0 alt=尾页></img> "
else
if cint(Page_No)<>1 and cint(Page_No)<>Page_Total then
response.Write " <a href=?page_no=1" &"&Keywords="&Request("Keywords")&"><img src=../images/First1.gif border=0 alt=首页></img></a> "
response.Write " <a href=?page_no="&cstr(cint(Page_No)-1)& "&Keywords="&Request("Keywords")&"><img src=../images/prePage.gif border=0 alt=上一页></img></a> "
response.Write " <a href=?page_no="&cstr(cint(Page_No)+1)& "&Keywords="&Request("Keywords")&"><img src=../images/nextPage.gif border=0 alt=下一页></img></a> "
response.Write " <a href=?page_no="& Page_Total &"&Keywords="&Request("Keywords")&"><img src=../images/endPage.gif border=0 alt=尾页></img></a> "
elseif cint(Page_No)=1 then
response.Write " <img src=../images/First1.gif border=0 alt=首页></img></a> "
response.Write " <img src=../images/prePage.gif border=0 alt=上一页></img> "
response.Write " <a href=?page_no="&cstr(cint(Page_No)+1)& "&Keywords="&Request("Keywords")&"><img src=../images/nextPage.gif border=0 alt=下一页></img></a> "
response.Write " <a href=?page_no="& Page_Total &"&Keywords="&Request("Keywords")&"><img src=../images/endpage.gif border=0 alt=尾页></img></a> "
else
response.Write " <a href=?page_no=1" &"&Keywords="&Request("Keywords")&"><img src=../images/First1.gif border=0 alt=首页></img> "
response.Write " <a href=?page_no="&cstr(cint(Page_No)-1) &"&Keywords="&Request("Keywords")&"><img src=../images/prePage.gif border=0 alt=上一页></img></a> "
response.Write " <img src=../images/nextPage.gif border=0 alt=下一页></img></a> "
response.Write " <img src=../images/endpage.gif border=0 alt=尾页></img> "
end if
end if
%>
</div></td>
<td width="7%" valign="middle"><select onChange="ChangePage(this.value);" style="width:50;" name="select">
<% for i=1 to Page_Total %>
<option <% if cint(Page_No) = i then Response.Write("selected")%> value="<% = i %>">
<% = i %>
</option>
<% next %>
</select></td>
</tr>
</table>
</td>
</tr>
<%
end if
FriendLinkObj.close
Set FriendLinkObj = Nothing
Set Conn = Nothing
%>
</table>
</body>
</html>
<script>
var DocumentReadyTF=false;
var ListObjArray = new Array();
var ContentMenuArray=new Array();
function document.onreadystatechange()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -