📄 admin_itemmodify.asp
字号:
<input type="radio" value="1" name="Islisted" <%if Islisted=1 then response.write "checked"%> onclick="Islist.style.display='none'" class="form">
仅可按照ID范围 </div><div id="Islisteds2" style="display:<%if ShowType=0 then response.write "none"%>">
<input type="radio" value="2" name="Islisted" <%if Islisted=2 then response.write "checked"%> onclick="Islist.style.display=''" class="form">
仅可按照URL列表</div></td>
</tr>
<tr id="Islist" style="display:<%if Islisted=1 then response.write "none"%>">
<td colspan="4">
<table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#0650D2" bordercolordark="#FFFFFF" bgcolor="#D9D9D9">
<tr>
<td width=25% align="center" class=alt1>ID列表获取方式:</td>
<td class=alt2><div id="Islisteds3" style="display:<%if ShowType=1 then response.write "none"%>">
<input type="radio" value="0" name="Islisted1" <%if Islisted1=0 then response.write "checked"%> class="form" onclick="Islist1.style.display='none'">手工输入
</div><div id="Islisteds4">
<input type="radio" value="1" name="Islisted1" <%if Islisted1=1 then response.write "checked"%> class="form" onclick="Islist1.style.display=''">可按照页面
(当选择“仅按照URL列表”时只能选择“按照页面”)</div></td>
</tr>
<tr id="Islist1" style="display:<%if Islisted1=0 then response.write "none"%>">
<td colspan="4">
<table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#0650D2" bordercolordark="#FFFFFF" bgcolor="#f0f0f0">
<tr height="22"colspan="4">
<tdclass=alt1 colspan="3"> 测试作品列表页面地址:
<input name="listedUrl" type="text" size="58" maxlength="200" class="form" value="<%=listedUrl%>"><br></td>
</tr>
<tr>
<td width="50%" align="center">作品列表页开始标记:<br>
<textarea name="ListPaingsString" cols=30 rows=6 class=form><%=ListPaingsString%></textarea></td>
<td width="50%" align="center">作品列表页结束标记:<br>
<textarea name="ListPaingoString" cols=30 rows=6 class=form><%=ListPaingoString%></textarea></td>
</tr>
<tr>
<td width="50%" align="center">作品ID/URL开始标记:
<input type="radio" name="ListedsType" value="1" <%if ListedsType=1 then response.write "checked"%> class="form">包含
<input type="radio" name="ListedsType" value="0" <%if ListedsType=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="listedsString" cols=30 rows=6 class=form><%=listedsString%></textarea><br>
避免填写包含有“(”、“)”等的内容,容易引起程序错误。</td>
<td width="50%" align="center">作品ID/URL结束标记:
<input type="radio" name="ListedoType" value="1" <%if ListedoType=1 then response.write "checked"%> class="form">包含
<input type="radio" name="ListedoType" value="0" <%if ListedoType=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="listedoString" cols=30 rows=6 class=form><%=listedoString%></textarea><br>
避免填写包含有“(”、“)”等的内容,容易引起程序错误。</td>
</tr>
<tr>
<td width="100%" align="center" colspan="2">选择按照作品ID列表获取时,获取后的结果类型必须为<font color="#FF0000">数字形式</font>,否则会<font color="#FF0000">出现错误</font></td>
</tr>
<tr>
<td width="50%" align="center" class="alt3">是否需要修正作品ID/URL</td>
<td width="50%" class="alt3">
<input type="radio" value="0" name="listedType1" <%if ListedType1=0 then response.write "checked"%> class="form" onclick="listed1.style.display='none'">不需要
<input type="radio" value="1" name="listedType1" <%if ListedType1=1 then response.write "checked"%> class="form" onclick="listed1.style.display=''">需要
</td>
</tr>
<tr id="listed1" style="display:<%if ListedType1=0 then response.write "none"%>">
<td width="50%" align="center">修正作品ID/URL开始标记:
<input type="radio" name="ListedsType1" value="1" <%if ListedsType1=1 then response.write "checked"%> class="form">包含
<input type="radio" name="ListedsType1" value="0" <%if ListedsType1=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="listedsString1" cols=30 rows=6 class=form><%=listedsString1%></textarea></td>
<td width="50%" align="center">修正作品ID/URL结束标记:
<input type="radio" name="ListedoType1" value="1" <%if ListedoType1=1 then response.write "checked"%> class="form">包含
<input type="radio" name="ListedoType1" value="0" <%if ListedoType1=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="listedoString1" cols=30 rows=6 class=form><%=listedoString1%></textarea></td>
</tr>
<tr>
<td width="100%" align="center" colspan="2">修正开始与结束标记需要根据前面修正前所获取的内容中去掉以下标记后再填写<br>
" "(英文空格);","(英文逗号);"'"(英文单引号);"""(英文双引号);">"(英文大于号);"<"(英文小于号)</td>
</tr>
<tr>
<td width="50%" align="right" class=alt3>
<b>列表索引分页:</b>
</td>
<td width="50%" class=alt3>
<input type="radio" value="0" name="ListPaingType" <%if ListPaingType=0 then response.write "checked"%> onclick="ListPaing1.style.display='none';ListPaing2.style.display='none'">不作设置
<input type="radio" value="1" name="ListPaingType" <%if ListPaingType=1 then response.write "checked"%> onclick="ListPaing1.style.display='';ListPaing2.style.display='none'">设置标签
<input type="radio" value="2" name="ListPaingType" <%if ListPaingType=2 then response.write "checked"%> onclick="ListPaing1.style.display='none';ListPaing2.style.display=''">手动添加
</td>
</tr>
<tr id="ListPaing2" style="display:<%if ListPaingType=0 or ListPaingType=1 then response.write "none"%>">
<td width="50%" align="right"><b><font color="blue">
分页自定义链接字符:</font></b> </td>
<td width="50%">
<input name="ListPaingStr2" type="text" size="58" maxlength="200" value="<%=ListPaingStr%>" class="form"><br>
格式:http://wt.cnend.net/listupdate.asp?page={$ID$} <br>
{$ID$} 代表页码标记(仅支持数字) </td>
</tr>
<tr id="ListPaing1" style="display:<%if ListPaingType=0 or ListPaingType=2 then response.write "none"%>">
<td colspan="4">
<table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#0650D2" bordercolordark="#FFFFFF" bgcolor="#f0f0f0">
<tr>
<td width="50%" align="center"><b>
<font color="blue">下页开始标记:</font></b>
<input type="radio" name="LPsType" value="1" <%if LPsType=1 then response.write "checked"%> class="form">包含
<input type="radio" name="LPsType" value="0" <%if LPsType=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="LPsString" cols=30 rows=6 class=form><%=LPsString%></textarea></td>
<td width="50%" align="center"><b>
<font color="blue">下页结束标记:</font></b>
<input type="radio" name="LPoType" value="1" <%if LPoType=1 then response.write "checked"%> class="form">包含
<input type="radio" name="LPoType" value="0" <%if LPoType=0 then response.write "checked"%> class="form">不包含<br>
<textarea name="LPoString" cols=30 rows=6 class=form><%=LPoString%></textarea></td>
</tr>
<tr>
<td width="50%" align="right" class=alt3>下页链接处理类型:</td>
<td width="50%" class=alt3>
<input type="radio" value="0" name="LPUrlType" <%if LPUrlType=0 then response.write "checked"%> onclick="ListPaing12.style.display='none'" class="form">自动处理
<input type="radio" value="1" name="LPUrlType" <%if LPUrlType=1 then response.write "checked"%> onclick="ListPaing12.style.display=''" class="form">重新定向
</td>
</tr>
<tr id="ListPaing12" style="display:<%if LPUrlType=0 then response.write "none"%>">
<td width="50%" align="right"><b><font color="blue">
分页重定向链接字符:</font></b> </td>
<td width="50%">
<input name="ListPaingStr" type="text" size="58" maxlength="200" value="<%=ListPaingStr%>" class="form"><br>
格式:http://wt.cnend.net/listupdate.asp?page={$ID$} <br>
{$ID$} 代表上述截取到的标记 </td>
</tr>
</table></td>
</tr>
</td>
</table>
</tr>
</table>
</td>
</tr>
<tr>
<td width=25% class=alt2 align="right">是否下载封面:</td>
<td class=alt1>
<input type="radio" value="0" name="IsSaveFace" <%if issaveface=0 then response.write "checked"%> class="form">不下载
<input type="radio" value="1" name="IsSaveFace" <%if issaveface=1 then response.write "checked"%> class="form">下载
选"下载"则会将作品封面下载到本地</td>
</tr>
<tr>
<td width=25% class=alt2 align="right">是否下载图片:</td>
<td class=alt1>
<input type="radio" value="0" name="IsSaveFiles" <%if issavefiles=0 then response.write "checked"%> class="form">不下载
<input type="radio" value="1" name="IsSaveFiles" <%if issavefiles=1 then response.write "checked"%> class="form">下载
选"下载"则会将作品章节内的图片下载到本地</td>
</tr>
<tr>
<td width=25% class=alt2 align="right">作品录入员:</td>
<td class=alt1>
<input type="radio" value="0" name="InputerType" <%if inputertype=0 then response.write "checked"%> onclick="Input.style.display='none'" class="form">当前登陆帐号
<input type="radio" value="1" name="InputerType" <%if inputertype=1 then response.write "checked"%> onclick="Input.style.display=''" class="form">指定作品录入员</td>
</tr>
<tr id="Input" style="display:<%if inputertype=0 then response.write "none"%>">
<td width=25% class=alt2 align="right">指定作品录入员:</td>
<td class=alt1>
<input name="Inputer" type="text" size="25" maxlength="150" class="form" value="<%=Inputer%>"><br>
</td>
</tr>
<tr>
<td width=25% class=alt2 align="right">作品编辑员:</td>
<td class=alt1>
<input type="radio" value="0" name="EditorType" <%if editortype=0 then response.write "checked"%> onclick="Edit.style.display='none'" class="form">当前登陆帐号
<input type="radio" value="1" name="EditorType" <%if editortype=1 then response.write "checked"%> onclick="Edit.style.display=''" class="form">指定作品编辑员</td>
</tr>
<tr id="Edit" style="display:<%if editortype=0 then response.write "none"%>">
<td width=25% class=alt2 align="right">指定作品编辑员:</td>
<td class=alt1>
<input name="Editor" type="text" size="25" maxlength="150" class="form" value="<%=Editor%>"><br>
</td>
</tr>
<tr>
<td width=25% class=alt2 align="right">备注:</td>
<td class=alt1>
<textarea name="ItemDemo" cols="35" rows="5" class="form"><%=ItemDemo%></textarea></td>
</tr>
<tr>
<td colspan="2" align="center" class=alt3>
<input name="ItemID" type="hidden" value="<%=ItemID%>">
<input name="Cancel" type="button" class="button" value="返 回" onclick="window.location.href='Admin_ItemManage.asp'">
<input type="submit" name="Submit" value="下一步" class="button"></td>
</tr>
</form>
</table>
</body>
</html>
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -