convention_main.asp
来自「SK信息采集2.0功能介绍: 1.可针对任何静态网页,动态网页进行采集。包括h」· ASP 代码 · 共 127 行
ASP
127 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%Option Explicit%>
<!--#include file="../../Conn.asp"-->
<!--#include file="../../SysCls/KS_CommonCls.asp"-->
<!--#include file="../Inc/Session.asp"-->
<%
'===================================================================================================================
'软件名称:科汛网站管理系统
'当前版本:科汛网站管理系统 V2.2 SP2 Free
'Copyright (C) 2006-2008 Kesion.Com All rights reserved.
'产品咨询QQ:9537636,41904294
'技术支持QQ:111394,54004407
'程序版权:科汛网络
'程序开发:科汛网络开发组(总策划:林文仲)
'E-Mail :kesioncms@hotmail.com webmaster@kesion.com
'官方网站:http://www.kesion.com
'演示站点:http://test.kesion.com
'郑重声明:
' ①、免费版本请在程序首页保留版权信息,并做上本站LOGO友情连接,商业版本无此要求;
' ②、任何个人或组织不得在授权允许的情况下删除、修改、拷贝本软件及其他副本上一切关于版权的信息;
' ③、科汛网络保留此软件的法律追究权利
'===================================================================================================================
Dim KSCls
Set KSCls = New Convention_Main
KSCls.Execute()
Set KSCls = Nothing
Class Convention_Main
Private KSCMS
Private Sub Class_Initialize()
Set KSCMS=New CommonCls
End Sub
Private Sub Class_Terminate()
Call KSCMS.CloseConn()
Set KSCMS=Nothing
End Sub
Sub Execute()
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../Inc/Admin_Style.CSS" rel="stylesheet" type="text/css">
<script language="JavaScript" src="../JS/Common.js"></script>
</head>
<body scroll=no leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" class="sort">
<div align="center" ><strong>站点常规管理</strong></div></td>
</tr>
</TABLE>
<table width="699" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width=1 bgcolor="#E3E3E3"></td>
<td width="1011"><div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1"></td>
</tr>
</table>
<table width="700" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> <br>
<br>
<br>
<font color="#006666"><strong>友情链接管理:<br>
</strong></font></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1"></td>
</tr>
</table>
<table width="699" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#CDCDCD">
<tr bgcolor="#F1FAFA">
<td colspan="2" bgcolor="#EEF8FE"><br>
系统具有强大的友情链接管理功能,如添加链接类别及添加、删除和编辑链接等。在标签管理中心设置友情链接列表的相关参数,可以得到不同的前台显示效果。<br>
</td>
</tr>
</table>
<table width="700" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> <font color="#006666"> </font></td>
</tr>
</table>
<table width="700" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> <br>
<br>
<br>
<font color="#006666"><strong>站点公告管理 :<br>
</strong></font></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1"></td>
</tr>
</table>
<table width="699" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#CDCDCD">
<tr bgcolor="#F1FAFA">
<td colspan="2" bgcolor="#EEF8FE"> <br>
系统具有站点公告管理功能,在此可以轻松的添加、删除和编辑公告,在标签管理中心设置公告列表显示方式,可以得到不同的前台显示效果,如滚动、弹窗等。<br>
</td>
</tr>
</table>
<br>
</div></td>
</tr>
</table>
</html>
<%End Sub
End Class
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?