📄 admin_itemattribute.asp
字号:
<!--#include file="inc/conn.asp"-->
<!--#include file="inc/function.asp"-->
<%
Dim SqlItem,RsItem,Action,FoundErr,ErrMsg
Dim ItemID,ItemName,ChannelID,ClassID,SpecialID
Dim PaginationType,MaxCharPerPage,ReadLevel,Stars,ReadPoint,Hits,UpdateType,UpdateTime,IncludePicYn,DefaultPicYn
Dim OnTop,Elite,Hot,SkinID,TemplateID
Dim Script_Iframe,Script_Object,Script_Script,Script_Div,Script_Class,Script_Span,Script_Img,Script_Font,Script_A,Script_Html,Script_Table,Script_Tr,Script_Td
Dim CollecListNum,CollecNewsNum,Passed,SaveFiles,CollecOrder,LinkUrlYn,InputerType,Inputer,EditorType,Editor,ShowCommentLink
FoundErr=False
ItemID=Trim(Request("ItemID"))
Action=Trim(Request("Action"))
If ItemID="" Then
FoundErr=True
ErrMsg=ErrMsg & "<br><li>参数错误,项目ID不能为空!</li>"
Else
ItemID=Clng(ItemID)
End If
If FoundErr<>True Then
Call GetTest()
End If
If FoundErr<>True Then
Call Main()
End If
'关闭数据库链接
Call CloseConn()
Call CloseConnItem()
%>
<%Sub Main
%>
<html>
<head>
<title>采集系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../css/Admin_Style.css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="border">
<tr>
<td height="22" colspan="2" align="center" class="topbg"><strong>采 集 系 统 模 板 管 理</strong></td>
</tr>
<tr class="tdbg">
<td width="65" height="30"><strong>管理导航:</strong></td>
<td height="30">项目编辑 >> <a href="Admin_ItemModify.asp?ItemID=<%=ItemID%>">基本设置</a> >> <a href="Admin_ItemModify2.asp?ItemID=<%=ItemID%>">列表设置</a> >> <a href="Admin_ItemModify3.asp?ItemID=<%=ItemID%>">链接设置</a> >> <a href="Admin_ItemModify4.asp?ItemID=<%=ItemID%>">正文设置</a> >>
<a href="Admin_ItemModify5.asp?ItemID=<%=ItemID%>">采样测试</a> >> <a href="Admin_ItemAttribute.asp?ItemID=<%=ItemID%>"><font color=red>属性设置</font></a> >> 完成</td>
</tr>
</table>
<br>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="border">
<tr>
<td height="22" colspan="2" class="title"> <div align="center"><strong>编 辑 项 目--属 性 设 置</strong></div></td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="border">
<form method="post" action="Admin_ItemSuccess.asp" name="myform">
<tr class="tdbg">
<td height="30" width="20%" align="right"><b>项目名称:</b></td>
<td><input name='ItemName' type='text' id='ItemName' value='<%=ItemName%>' size='27' maxlength='30'></td>
</tr>
<tr class="tdbg">
<td height="30" width="20%" align="right"><strong> 所属频道:</strong></td>
<td><input name="ChannelID" type="radio" onClick="info.style.display='';expo.style.display='none'" value="1" <%if ChannelID=1 then response.write"CHECKED"%>>
商业资讯<span lang="en-us">
</span>
<input type="radio" value="2" name="ChannelID" onClick="expo.style.display='';info.style.display='none'" <%if ChannelID=2 then response.write"CHECKED"%>>
展会资讯
</td>
</tr>
<tr class="tdbg" id="info" <%if ChannelID<>1 then response.write"style=""display:none"""%>>
<td width="20%" align="right"><strong> 所属栏目:</strong></td>
<td class=forumRow width="75%">
<select name="infoClassID" size="1" class="lh17">
<%
set rs1=conn.execute("select * from newsType")
do while not rs1.eof
response.write "<option value='"&rs1("typeid")&"'"
if ChannelID=1 and ClassID=rs1("typeid") then
response.write "Selected"
end if
response.write ">"&rs1("type")&" 商业资讯</option>"&chr(13)+chr(10)
rs1.movenext
loop
rs1.close
%>
</select> <a href="../info/Class_Ok.asp?action=add_class_1"><font color='#FF0000'>添加</font></a></font>
</td>
</tr>
<tr class="tdbg" id="expo" <%if ChannelID<>2 then response.write"style=""display:none"""%>>
<td width="20%" align="right"><strong> 所属栏目:</strong></td>
<td class=forumRow width="75%">
<select name="expoClassID" size="1" class="lh17">
<%
set rs1=conn.execute("select * from expoinfotype")
do while not rs1.eof
response.write "<option value='"&rs1("id")&"'"
if ChannelID=2 and ClassID=rs1("id") then
response.write "Selected"
end if
response.write ">"&rs1("type")&"</option>"&chr(13)+chr(10)
rs1.movenext
loop
rs1.close
%>
</select> <a href="../expo/Class_Ok.asp?action=add_class_1"><font color='#FF0000'>添加</font></a></font>
</td>
</tr>
<tr class="tdbg">
<td height="30" width="20%" align="right"><b>内容分页方式:</b></td>
<td><select name="PaginationType">
<option value="0" <%If PaginationType=0 Then response.write "selected"%>>不分页</option>
<option value="1" <%If PaginationType=1 Then response.write "selected"%>>自动分页</option>
<option value="2" <%If PaginationType=2 Then response.write "selected"%>>手动分页</option>
</select>
自动分页时的每页大约字符数(包含HTML标记):<input name="MaxCharPerPage" type="text" value="<%=MaxCharPerPage%>" size="8" maxlength="8"> </td>
</tr>
<tr class="tdbg">
<td height="30" width="20%" align="right"><b>点击数初始值:</b></td>
<td><input name="Hits" type="text" id="Hits" value="<%=Hits%>" size="10" maxlength="10">
<font color='#0000FF'>这功能是提供给管理员操作用。</font></td>
</tr>
<tr class="tdbg">
<td height="30" width="20%" align="right"><b>信息录入时间:</b></td>
<td><input name="UpdateType" type="radio" value="0" <%If UpdateType= 0 Then Response.write "checked"%> style="border: 0px;background-color: #eeeeee;">当前时间
<input name="UpdateType" type="radio" value="1" <%If UpdateType=1 Then Response.write "checked"%> style="border: 0px;background-color: #eeeeee;">标签中的时间
<input name="UpdateType" type="radio" value="2" <%If UpdateType= 2 Then Response.write "checked"%> style="border: 0px;background-color: #eeeeee;">自定义:
<input name="UpdateTime" type="text" value="<%=UpdateTime%>">
</td>
</tr>
<tr class="tdbg">
<td height="30" width="20%" align="right"><b>信息录入:</b></td>
<td><input name="InputerType" type="radio" value="0" <%If InputerType= 0 Then Response.write "checked"%> style="border: 0px;background-color: #eeeeee;">当前用户
<input name="InputerType" type="radio" value="1" <%If InputerType=1 Then Response.write "checked"%> style="border: 0px;background-color: #eeeeee;">指定用户
<input name="Inputer" type="text" value="<%=Inputer%>">
</td>
</tr>
<tr class="tdbg">
<td height="30" width="20%" align="right"><b>标签过滤:</b></td>
<td>
<input name="Script_Iframe" type="checkbox" value="yes" <%If Script_Iframe=-1 Then response.write "checked"%> style="border: 0px;background-color: #eeeeee;">
Iframe
<input name="Script_Object" type="checkbox" value="yes" <%If Script_Object=-1 Then response.write "checked"%> onclick='return confirm("确定要选择该标记吗?这将删除正文中的所有Object标记,结果将导致该信息中的所有Flash动画被删除!");' style="border: 0px;background-color: #eeeeee;">
Object
<input name="Script_Script" type="checkbox" value="yes" <%If Script_Script=-1 Then response.write "checked"%> style="border: 0px;background-color: #eeeeee;">
Script
<input name="Script_Div" type="checkbox" value="yes" <%If Script_Div=-1 Then response.write "checked"%> style="border: 0px;background-color: #eeeeee;">
Div
<input name="Script_Class" type="checkbox" value="yes" <%If Script_Class=-1 Then response.write "checked"%> style="border: 0px;background-color: #eeeeee;">
Class
<input name="Script_Table" type="checkbox" value="yes" <%If Script_Table=-1 Then response.write "checked"%> style="border: 0px;background-color: #eeeeee;">
Table
<input name="Script_Tr" type="checkbox" value="yes" <%If Script_Tr=-1 Then response.write "checked"%> style="border: 0px;background-color: #eeeeee;">
Tr
<br>
<input name="Script_Span" type="checkbox" value="yes" <%If Script_Span=-1 Then response.write "checked"%> style="border: 0px;background-color: #eeeeee;">
Span
<input name="Script_Img" type="checkbox" value="yes" <%If Script_Img=-1 Then response.write "checked"%> style="border: 0px;background-color: #eeeeee;">
Img
<input name="Script_Font" type="checkbox" value="yes" <%If Script_Font=-1 Then response.write "checked"%> style="border: 0px;background-color: #eeeeee;">
Font
<input name="Script_A" type="checkbox" value="yes" <%If Script_A=-1 Then response.write "checked"%> style="border: 0px;background-color: #eeeeee;">
A
<input name="Script_Html" type="checkbox" value="yes" <%If Script_Html=-1 Then response.write "checked"%> onclick='return confirm("确定要选择该标记吗?这将删除正文中的所有Html标记,结果将导致该信息的可阅读性降低!");' style="border: 0px;background-color: #eeeeee;">
Html
<input name="Script_Td" type="checkbox" value="yes" <%If Script_Td=-1 Then response.write "checked"%> style="border: 0px;background-color: #eeeeee;">
Td
</td>
</tr>
<tr class="tdbg">
<td height="30" width="20%" align="right"> <b>列表深度:</b></td>
<td>
<input name="CollecListNum" type="text" id="CollecListNum" value="<%=CollecListNum%>" size="10" maxlength="10">
<font color='#0000FF'>0为所有的列表</font></td>
</tr>
<tr class="tdbg">
<td height="30" width="20%" align="right"> <b>信息数量:</b></td>
<td>
<input name="CollecNewsNum" type="text" id="CollecNewsNum" value="<%=CollecNewsNum%>" size="10" maxlength="10">
<font color='#0000FF'>0为所有的信息<span lang="en-us">(</span>每一列表的信息限制数量<span lang="en-us">)</span></font></td>
</tr>
<tr class="tdbg">
<td height="30" width="20%" align="right"> <b>采集选项:</b></td>
<td> <input name="SaveFiles" type="checkbox" value="yes" <%if SaveFiles=-1 then response.write "checked"%> <%If IsObjInstalled("Scripting.FileSystemObject")=False Then Response.Write "disabled"%> style="border: 0px;background-color: #eeeeee;">
保存图片
<input name="CollecOrder" type="checkbox" value="yes" <%if CollecOrder=-1 then response.write "checked"%> style="border: 0px;background-color: #eeeeee;">
倒序采集
</td>
</tr>
<tr class="tdbg">
<td height="30" width="20%" align="right"></td>
<td align-"center"><center>
<input name="button1" type="button" id="Cancel" value=" 上 一 步 " onClick="window.location.href='javascript:history.go(-1)'" style="cursor: hand;background-color: #cccccc;"><input type="hidden" value="<%=ItemID%>" name="ItemID">
<input type="submit" value=" 完 成 " name="submit" style="cursor: hand;background-color: #cccccc;"> </center>
</td>
</tr>
</form>
</table>
<!--#include file="Admin_ItemFoot.asp"-->
</body>
</html>
<%End Sub%>
<%
Sub GetTest()
SqlItem="Select * from Item Where ItemID=" & ItemID
Set RsItem=server.CreateObject("adodb.recordset")
RsItem.Open SqlItem,ConnItem,1,1
If RsItem.Eof And RsItem.Bof Then
FoundErr=True
ErrMsg=ErrMsg & "<br><li>参数错误,找不到该项目</li>"
Else
ItemName=RsItem("ItemName")
ChannelID=RsItem("ChannelID")
ClassID=RsItem("ClassID")
SpecialID=RsItem("SpecialID")
PaginationType=RsItem("PaginationType")
MaxCharPerPage=RsItem("MaxCharPerPage")
ReadLevel=RsItem("ReadLevel")
Stars=RsItem("Stars")
ReadPoint=RsItem("ReadPoint")
Hits=RsItem("Hits")
UpdateType=RsItem("UpdateType")
UpdateTime=RsItem("UpdateTime")
IncludePicYn=RsItem("IncludePicYn")
DefaultPicYn=RsItem("DefaultPicYn")
OnTop=RsItem("OnTop")
Elite=RsItem("Elite")
Hot=RsItem("Hot")
SkinID=RsItem("SkinID")
TemplateID=RsItem("TemplateID")
Script_Iframe=RsItem("Script_Iframe")
Script_Object=RsItem("Script_Object")
Script_Script=RsItem("Script_Script")
Script_Div=RsItem("Script_Div")
Script_Class=RsItem("Script_Class")
Script_Span=RsItem("Script_Span")
Script_Img=RsItem("Script_Img")
Script_Font=RsItem("Script_Font")
Script_A=RsItem("Script_A")
Script_Html=RsItem("Script_Html")
Passed=RsItem("Passed")
SaveFiles=RsItem("SaveFiles")
CollecOrder=RsItem("CollecOrder")
LinkUrlYn=RsItem("LinkUrlYn")
CollecListNum=RsItem("CollecListNum")
CollecNewsNum=RsItem("CollecNewsNum")
InputerType=RsItem("InputerType")
Inputer=RsItem("Inputer")
EditorType=RsItem("EditorType")
Editor=RsItem("Editor")
ShowCommentLink=RsItem("ShowCommentLink")
Script_Table=RsItem("Script_Table")
Script_Tr=RsItem("Script_Tr")
Script_Td=RsItem("Script_Td")
End If
RsItem.Close
Set RsItem=Nothing
End Sub
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -