📄 about.asp
字号:
<%
'########################################
'
'XinYou-pK(CMS)(v1.0)拼客内容管理系统
'
'使用过程中,如有问题,请联系QQ:16129825 E-mail:liuxing99@tom.com
'
'演示地址:http://www.XinYou88.net
'
'程序简单易用,基本设置都有后台设置,不需要专业的知识就可以建立一个拼客网站
'
'如有BUG,请通知一声,谢谢!!!
'
'########################################
%>
<!--#include file="inc/config.asp"-->
<% dim ars,asql,id
id =request("id")
set ars=server.CreateObject("adodb.recordset")
asql="select * from dbclass where id="&id
ars.open asql,conn,1,1
set nrs=server.CreateObject("adodb.recordset")
nsql="select * from dbneirong where id="&ars("id")
nrs.open nsql,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css">
<meta name="keywords" content="<%=rs("key")%>">
<meta name="author" content="版权所有:XINYOU(QQ:16129825 TEL:0518-5526465)连云港信友科技有限公司,诚接各种网站建设,程序编写!">
<title><%=rs("title")%>-<%=ars("lanmu")%></title>
<style type="text/css">
<!--
body {
margin-top: 0px;
}
-->
</style>
</head>
<body>
<% call top() %>
<div align="center">
<table width="980">
<tr>
<!--左侧-->
<td width="250" valign="top">
<div align="center">
<table width="99%">
<Tr><td>
<table width="100%" class="table">
<tr>
<td height="30" class="title">热门拼客信息</td>
</tr>
<tr>
<td><table width="100%"><% call hotpk()%></table></td>
</tr>
</table>
</td></Tr>
<Tr><td>
<table width="100%" class="table">
<tr>
<td height="30" class="title">最新拼客信息</td>
</tr>
<tr>
<td><table width="100%"><% call newpk()%></table></td>
</tr>
</table>
</td></Tr>
<Tr><td>
<table width="100%" class="table">
<tr>
<td height="30" class="title">拼客分类</td>
</tr>
<tr>
<td><table width="100%"><% call flist() %></table></td>
</tr>
</table>
</td></Tr>
</table>
</div> </td>
<!--左侧结束-->
<!--中部-->
<Td width="720" align="center" valign="top"><div align="center">
<table width="100%" align="center">
<tr><td>
<table width="100%" >
<tr>
<td height="30" class="title" > [>] <%=ars("lanmu")%></td>
</tr>
<tr>
<Td style="word-break:break-all" class="table"> <%=nrs("neirong")%>
</Td>
</tr>
</table>
</td></tr>
</table>
</div></Td>
</tr>
</table>
</div>
<% call foot() %>
<%
ars.close
set ars=nothing
nrs.close
set nrs=nothing
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -