📄 admin_itemmodify2.asp
字号:
B_IoString1=Rs("B_IoString1")
B_TaiType1=Rs("B_TaiType1")
B_TsType1=Rs("B_TsType1")
B_ToType1=Rs("B_ToType1")
B_TsString1=Rs("B_TsString1")
B_ToString1=Rs("B_ToString1")
Rs.Close
Set Rs=Nothing
End If
If FoundErr=True Then
call WriteErrMsg(ErrMsg)
Else
%><table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="tborder">
<tr align="center">
<td height="30"><a href="Admin_ItemManage.asp">管理首页</a> >>
<a href="Admin_ItemAddNew.asp">添加项目</a> >>
<a href="Admin_ItemModify.asp?ItemID=<%=ItemID%>">基本设置</a> >>
<a href="Admin_ItemModify2.asp?ItemID=<%=ItemID%>"><font color="red">资料页设置</font></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%>">其他设置</a> >> 完成</td>
</tr>
</table>
<%If Islisted=0 or Islisted=2 then
if Islisted1=1 Then%>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="tborder" style="LINE-HEIGHT: 150%">
<tr align="center">
<td align="center" class="thead">项 目 管 理--列 表 页 采 集 测 试</td>
</tr>
<tr>
<td height="22" class="alt2">以下是分析后所得到的作品Url/ID,请查看是否正确。<br>
<%For Testi=0 To Ubound(NewsArray)
Response.Write "" & NewsArray(Testi) & "<br>"
Next
%> <br></td>
</tr>
<%If ListPaingNext<>"" And ListPaingNext<>"$False$" Then%>
<tr>
<td height="22" class="alt3">
<%Response.Write "<br>下一页列表:<a href='" & ListPaingNext & "' target=_blank><font color=red>" & ListPaingNext & "</font></a>"%>
</td>
</tr>
</table>
<%End If
End If
End If%>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="tborder" style="LINE-HEIGHT: 150%">
<form method="post" action="Admin_ItemModify3.asp" name="myform">
<tr align="center">
<td colspan="4" align="center" class="thead">项 目 编 辑--资 料 页 设 置</td>
</tr>
<tr>
<td width="50%" align="right" colspan="2" valign="top" class=alt2><b>作品资料页面地址:</b><br>
<input name="ShowStr" type="text" size="50" maxlength="200" class="form" value="<%=ShowStr%>"><br>
填写作品资料页面的绝对地址,作品ID/Url使用 “{$Bl_id$}” (注意大小写)代替。<br>
例如:http://www.cmfu.com/showbook.asp?Bl_id=1<br>
填写:http://www.cmfu.com/showbook.asp?Bl_id={$Bl_id$}<br>
</td>
<td width="50%" colspan="2" valign="top" class=alt1> <b>测试作品ID/Url:</b><br>
<input name="ShowStrUrl" type="text" size="30" maxlength="200" class="form" value="<%=ShowStrUrl%>">
<a href=<%=Replace(ShowStr,"{$Bl_id$}",ShowStrUrl)%> target=_blank>打开测试作品资料页</a><br>
测试作品的作品ID号码(只能填写数字)。如:49632 <br>
测试作品的作品Url号码(可以填写字母、数字和其他字符)。如:1_1_1.html 等 <br></td>
</tr>
<tr>
<td width="50%" align="center" colspan="2" class=alt2>作品资料页面开始标记:<br>
<textarea name="SBsString" cols=30 rows=5 class=form><%=SBsString%></textarea>
</td>
<td width="50%" align="center" colspan="2" class=alt1>作品资料页面结束标记:<br>
<textarea name="SBoString" cols=30 rows=5 class=form><%=SBoString%></textarea>
</td>
</tr>
<tr>
<td width="30%" align="right" valign="top" class=alt2> <b>作品目录页面连接形式</b></td>
<td width="70%" colspan="3" valign="top" class=alt1>
<input type="radio" value="1" name="FolderType" <%if Foldertype=1 then response.write "checked"%> onclick="Folder.style.display='none';Folder1.style.display=''" class="form">自定义
<input type="radio" value="0" name="FolderType" <%if Foldertype=0 then response.write "checked"%> onclick="Folder.style.display='';Folder1.style.display='none'" class="form">从资料页获取
<input type="radio" value="2" name="FolderType" <%if Foldertype=2 then response.write "checked"%> onclick="Folder.style.display='none';Folder1.style.display='none'" class="form">目录在资料页(与资料页连接相同)
</td>
</tr>
<tr id="Folder1" style="display:<%if Foldertype=0 then response.write "none"%>">
<td width="30%" align="right" valign="top" class=alt2><b>作品目录页面地址:</b></td>
<td width="70%" colspan="3" valign="top" class=alt1>
<input name="ListStr" type="text" size="50" maxlength="200" class="form" value="<%=ListStr%>">
<%if Foldertype=1 then response.write "<a href="&Replace(ListStr,"{$Bl_id$}",ShowStrUrl)&" target=_blank>打开测试作品目录页</a>"%>
<br>填写作品目录页面的绝对地址,作品ID使用 “{$Bl_id$}” (注意大小写)代替。<br>
例如:http://www.cmfu.com/readbook.asp?Bl_id=1<br>
填写:http://www.cmfu.com/readbook.asp?Bl_id={$Bl_id$} </td>
</tr>
<tr id="Folder" style="display:<%if Foldertype=1 or Foldertype=2 then response.write "none"%>">
<td colspan="4" class=alt1>
<table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#0650D2" bordercolordark="#FFFFFF" bgcolor="#f0f0f0">
<tr>
<td width="50%" align="center">目录页面连接开始标记:
<input type="radio" name="B_readsType" value="1" <%if B_readsType=1 then response.write "checked"%> class="form">包含
<input type="radio" name="B_readsType" value="0" <%if B_readsType=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="B_readsString" cols=30 rows=5 class=form><%=B_readsString%></textarea></td>
<td width="50%" align="center">目录页面连接结束标记:
<input type="radio" name="B_readoType" value="1" <%if B_readoType=1 then response.write "checked"%> class="form">包含
<input type="radio" name="B_readoType" value="0" <%if B_readoType=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="B_readoString" cols=30 rows=5 class=form><%=B_readoString%></textarea></td>
</tr>
<tr>
<td width="50%" align="right" class=alt2><b>是否需要修正: </b></td>
<td width="50%" class=alt1>
<input type="radio" value="0" name="FolderType1" <%if Foldertype1=0 then response.write "checked"%> onclick="B_read.style.display='none'" class="form">不需要
<input type="radio" value="1" name="FolderType1" <%if Foldertype1=1 then response.write "checked"%> onclick="B_read.style.display=''" class="form">需要</td>
</tr>
<tr id="B_read" style="display:<%if Foldertype=0 then response.write "none"%>">
<td width="50%" align="center">目录页面连接修正开始标记:
<input type="radio" name="B_readsType1" value="1" <%if B_readsType1=1 then response.write "checked"%> class="form">包含
<input type="radio" name="B_readsType1" value="0" <%if B_readsType1=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="B_readsString1" cols=30 rows=5 class=form><%=B_readsString1%></textarea></td>
<td width="50%" align="center">目录页面连接修正结束标记:
<input type="radio" name="B_readoType1" value="1" <%if B_readoType1=1 then response.write "checked"%> class="form">包含
<input type="radio" name="B_readoType1" value="0" <%if B_readoType1=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="B_readoString1" cols=30 rows=5 class=form><%=B_readoString1%></textarea></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="50%" align="right" colspan="2" class=alt2><b>作品名称: </b></td>
<td width="50%" colspan="2" class=alt1>
<input type="radio" value="0" name="B_NameType" <%if b_nametype=0 then response.write "checked"%> onclick="B_Name1.style.display='';B_Name2.style.display='none'" class="form">设置参数
<input type="radio" value="2" name="B_NameType" <%if b_nametype=2 then response.write "checked"%> onclick="B_Name1.style.display='none';B_Name2.style.display=''" class="form">指定名称</td>
</tr>
<tr id="B_Name2" style="display:<%if b_nametype=0 then response.write "none"%>">
<td width="50%" align="right" colspan="2" class=alt2><font color="blue">请指定作品名称:</font></td>
<td width="50%" align="center" colspan="2" class=alt1>
<input name="B_NameStr" type="text" id="B_NameStr" class="form" size="30" value="<%=B_NameStr%>">
</td>
</tr>
<tr id="B_Name1" style="display:<%if b_nametype=2 then response.write "none"%>">
<td colspan="4" class=alt1>
<div align="center">
<table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#0650D2" bordercolordark="#FFFFFF" bgcolor="#D9D9D9">
<tr>
<td width="50%" align="center">作品名称开始标记:
<input type="radio" name="B_NsType" value="1" <%if B_NsType=1 then response.write "checked"%> class="form">包含
<input type="radio" name="B_NsType" value="0" <%if B_NsType=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="B_NsString" cols=30 rows=5 class=form><%=B_NsString%></textarea></td>
<td width="50%" align="center">作品名称结束标记:
<input type="radio" name="B_NoType" value="1" <%if B_NoType=1 then response.write "checked"%> class="form">包含
<input type="radio" name="B_NoType" value="0" <%if B_NoType=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="B_NoString" cols=30 rows=5 class=form><%=B_NoString%></textarea></td>
</tr>
<tr>
<td width="50%" align="right" class=alt2><b>是否需要修正: </b></td>
<td width="50%" class=alt1>
<input type="radio" value="0" name="B_NameType1" <%if B_NameType1=0 then response.write "checked"%> onclick="B_Name3.style.display='none'" class="form">不需要
<input type="radio" value="1" name="B_NameType1" <%if B_NameType1=1 then response.write "checked"%> onclick="B_Name3.style.display=''" class="form">需要</td>
</tr>
<tr id="B_Name3" style="display:<%if B_NameType1=0 then response.write "none"%>">
<td width="50%" align="center">作品名称修正开始标记:
<input type="radio" name="B_NsType1" value="1" <%if B_NsType1=1 then response.write "checked"%> class="form">包含
<input type="radio" name="B_NsType1" value="0" <%if B_NsType1=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="B_NsString1" cols=30 rows=5 class=form><%=B_NsString1%></textarea></td>
<td width="50%" align="center">作品名称修正结束标记:
<input type="radio" name="B_NoType1" value="1" <%if B_NoType1=1 then response.write "checked"%> class="form">包含
<input type="radio" name="B_NoType1" value="0" <%if B_NoType1=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="B_NoString1" cols=30 rows=5 class=form><%=B_NoString1%></textarea></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td width="50%" align="right" colspan="2" class=alt2><b>作者名称: </b></td>
<td colspan="2" class=alt1>
<input type="radio" value="0" name="B_AuthorType" <%if B_Authortype=0 then response.write "checked"%> onclick="B_Author1.style.display='';B_Author2.style.display='none'" class="form">设置参数
<input type="radio" value="2" name="B_AuthorType" <%if B_Authortype=2 then response.write "checked"%> onclick="B_Author1.style.display='none';B_Author2.style.display=''" class="form">指定名称</td>
</tr>
<tr id="B_Author2" style="display:<%if B_Authortype=0 then response.write "none"%>">
<td width="50%" align="center" colspan="2" class=alt2><font color="blue">请指定作者名称:</font></td>
<td width="50%" align="center" colspan="2" class=alt1>
<input name="B_AuthorStr" type="text" id="B_AuthorStr" class="form" size="30" value="<%=B_AuthorStr%>">
</td>
</tr>
<tr id="B_Author1" style="display:<%if B_Authortype=2 then response.write "none"%>">
<td colspan="4" class=alt1>
<table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#0650D2" bordercolordark="#FFFFFF" bgcolor="#D9D9D9">
<tr>
<td width="50%" align="center">作者名称开始标记:
<input type="radio" name="B_AsType" value="1" <%if B_AsType=1 then response.write "checked"%> class="form">包含
<input type="radio" name="B_AsType" value="0" <%if B_AsType=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="B_AsString" cols=30 rows=5 class=form><%=B_AsString%></textarea>
</td>
<td width="50%" align="center">作者名称结束标记:
<input type="radio" name="B_AoType" value="1" <%if B_AoType=1 then response.write "checked"%> class="form">包含
<input type="radio" name="B_AoType" value="0" <%if B_AoType=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="B_AoString" cols=30 rows=5 class=form><%=B_AoString%></textarea>
</td>
</tr>
<tr>
<td width="50%" align="right" class=alt2><b>是否需要修正: </b></td>
<td width="50%" class=alt1>
<input type="radio" value="0" name="B_AuthorType1" <%if B_AuthorType1=0 then response.write "checked"%> onclick="B_Author3.style.display='none'" class="form">不需要
<input type="radio" value="1" name="B_AuthorType1" <%if B_AuthorType1=1 then response.write "checked"%> onclick="B_Author3.style.display=''" class="form">需要</td>
</tr>
<tr id="B_Author3" style="display:<%if B_Authortype1=0 then response.write "none"%>">
<td width="50%" align="center" >作者名称修正开始标记:
<input type="radio" name="B_AsType1" value="1" <%if B_AsType1=1 then response.write "checked"%> class="form">包含
<input type="radio" name="B_AsType1" value="0" <%if B_AsType1=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="B_AsString1" cols=30 rows=5 class=form><%=B_AsString1%></textarea></td>
<td width="50%" align="center">作者名称修正结束标记:
<input type="radio" name="B_AoType1" value="1" <%if B_AoType1=1 then response.write "checked"%> class="form">包含
<input type="radio" name="B_AoType1" value="0" <%if B_AoType1=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="B_AoString1" cols=30 rows=5 class=form><%=B_AoString1%></textarea></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="50%" align="right" colspan="2" class=alt2><b>作品类别: </b></td>
<td colspan="2" class=alt1>
<input type="radio" value="0" name="B_LeiType" <%if B_LeiType=0 then response.write "checked"%> onclick="B_Lei1.style.display='';B_Lei2.style.display='none'" class="form">设置参数
<input type="radio" value="2" name="B_LeiType" <%if B_LeiType=2 then response.write "checked"%> onclick="B_Lei1.style.display='none';B_Lei2.style.display=''" class="form">指定类别
<a href="Admin_Itemclassdo.asp?info=list&ItemID=<%=ItemID%>" target="_blank">
<font color="red">映射目标分类到本地</font></a></td>
</tr>
<tr id="B_Lei2" style="display:<%if B_LeiType=0 then response.write "none"%>">
<td width="50%" align="center" colspan="2" class=alt2><font color="blue">请指定作品类别:</font></td>
<td width="50%" align="center" colspan="2" class=alt1>
<input name="B_LeiStr" type="text" id="B_LeiStr" class="form" size="30" value="<%=B_LeiStr%>">
</td>
</tr>
<tr id="B_Lei1" style="display:<%if B_LeiType=2 then response.write "none"%>">
<td colspan="4" class=alt1>
<table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#0650D2" bordercolordark="#FFFFFF" bgcolor="#D9D9D9">
<tr>
<td width="50%" align="center">作品类别开始标记:
<input type="radio" name="B_LsType" value="1" <%if B_LsType=1 then response.write "checked"%> class="form">包含
<input type="radio" name="B_LsType" value="0" <%if B_LsType=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="B_LsString" cols=30 rows=5 class=form><%=B_LsString%></textarea>
</td>
<td width="50%" align="center">作品类别结束标记:
<input type="radio" name="B_LoType" value="1" <%if B_LoType=1 then response.write "checked"%> class="form">包含
<input type="radio" name="B_LoType" value="0" <%if B_LoType=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="B_LoString" cols=30 rows=5 class=form><%=B_LoString%></textarea>
</td>
</tr>
<tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -