⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_itemmodify3.asp

📁 本人仅业余学习一些基础的ASP知识以供系统设计之用,并非专业人员,相关服务器设置、MSSQL/MySQL数据库方面的专业问题请自行解决。 本人仅提供本系统相关的一些技术问题的解释、解答。
💻 ASP
📖 第 1 页 / 共 5 页
字号:
					<input type="radio" value="1" name="HttpUrlType" <%if httpurltype=1 then response.write "checked"%> onclick="HttpUrl1.style.display=''" class="form">重新定向 
					</td>
				</tr>
				<tr id="HttpUrl1" style="display:<%if HttpUrlType=0 then response.write "none"%>">
					<td width="40%" align="right" class="alt2">重新定向链接字符:</td>
					<td width="60%" colspan="3" class="alt1">
					<input name="HttpUrlStr" type="text" size="49" maxlength="200" value="<%=HttpUrlStr%>" class="form"><br>
					格式:http://www.cmfu.com/readchapter.asp?bl_id={$Bl_id$}&amp;bu_id={$ID$}<br>
					其中 {$Bl_id$} 代表作品ID ; {$ID$} 代表上述截取到的章节ID </td>
				</tr>
				<tr>
					<td width="40%" align="center" class="alt2">章节标题设置:</td>
					<td width="60%" colspan="3" class="alt1">
					<input type="radio" value="0" name="TitleTypes" <%if titletypes=0 then response.write "checked"%> class="form" onclick="Title1.style.display='none'">在下一页设置&nbsp; 
					<input type="radio" value="1" name="TitleTypes" <%if titletypes=1 then response.write "checked"%> class="form" onclick="Title1.style.display=''">设置标签&nbsp; 
					</td>
				</tr>
				<tr id="Title1" style="display:<%if titletypes=0 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="50%" align="center" class="alt2">标题开始标记: 
							<input type="radio" name="TsType" value="1" <%if tstype=1 then response.write "checked"%> class="form">包含 
							<input type="radio" name="TsType" value="0" <%if tstype=0 then response.write "checked"%> class="form">不包含<br>
							<textarea name="TsString" cols="30" rows="6" class="form"><%=TsString%></textarea><br>
					避免填写包含有“(”、“)”等的内容,容易引起程序错误。</td>
							<td width="50%" align="center" class="alt1">标题结束标记: 
							<input type="radio" name="ToType" value="1" <%if totype=1 then response.write "checked"%> class="form">包含 
							<input type="radio" name="ToType" value="0" <%if totype=0 then response.write "checked"%> class="form">不包含<br>
							<textarea name="ToString" cols="30" rows="6" class="form"><%=ToString%></textarea><br>
					避免填写包含有“(”、“)”等的内容,容易引起程序错误。</td>
						</tr>
						<tr>
							<td width="50%" align="center" class="alt3">是否需要修正:&nbsp; 
							</td>
							<td width="50%" class="alt3">
							<input type="radio" value="0" name="TitleType1" <%if titletype1=0 then response.write "checked"%> class="form" onclick="Title2.style.display='none'">不需要&nbsp; 
							<input type="radio" value="1" name="TitleType1" <%if titletype1=1 then response.write "checked"%> class="form" onclick="Title2.style.display=''">需要&nbsp; 
							</td>
						</tr>
						<tr id="Title2" style="display:<%if Titletype1=0 then response.write "none"%>">
							<td width="50%" align="center" class="alt3">修正标题开始标记: 
							<input type="radio" name="TsType1" value="1" <%if tstype1=1 then response.write "checked"%> class="form">包含 
							<input type="radio" name="TsType1" value="0" <%if tstype1=0 then response.write "checked"%> class="form">不包含<br>
							<textarea name="TsString1" cols="30" rows="6" class="form"><%=TsString1%></textarea></td>
							<td width="50%" align="center" class="alt3">修正标题结束标记: 
							<input type="radio" name="ToType1" value="1" <%if totype1=1 then response.write "checked"%> class="form">包含 
							<input type="radio" name="ToType1" value="0" <%if totype1=0 then response.write "checked"%> class="form">不包含<br>
							<textarea name="ToString1" cols="30" rows="6" class="form"><%=ToString1%></textarea></td>
						</tr>
					</table>
					</td>
				</tr>
			</table>
			</td>
		</tr>
		<tr id="read2" style="display:<%if readType=0 or readType=2 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="50%" align="center" colspan="2" class="alt2">分卷链接/分卷ID开始标记: 
					<input type="radio" name="rHsType" value="1" <%if rhstype=1 then response.write "checked"%> class="form">包含 
					<input type="radio" name="rHsType" value="0" <%if rhstype=0 then response.write "checked"%> checked class="form">不包含<br>
					<textarea name="rHsString" cols="30" rows="5" class="form"><%=rHsString%></textarea><br>
					避免填写包含有“(”、“)”等的内容,容易引起程序错误。</td>
					<td width="50%" align="center" colspan="2" class="alt1">分卷链接/分卷ID结束标记: 
					<input type="radio" name="rHoType" value="1" <%if rhotype=1 then response.write "checked"%> class="form">包含 
					<input type="radio" name="rHoType" value="0" <%if rhotype=0 then response.write "checked"%> checked class="form">不包含<br>
					<textarea name="rHoString" cols="30" rows="5" class="form"><%=rHoString%></textarea><br>
					避免填写包含有“(”、“)”等的内容,容易引起程序错误。</td>
				</tr>
				<tr>
					<td width="50%" align="center" class="alt3" colspan="2">是否需要修正分卷链接/分卷ID</td>
					<td width="50%" class="alt3" colspan="2">
					<input type="radio" value="0" name="rHUrlType1" <%if rhurltype1=0 then response.write "checked"%> class="form" onclick="rlisted1.style.display='none'">不需要&nbsp; 
					<input type="radio" value="1" name="rHUrlType1" <%if rhurltype1=1 then response.write "checked"%> class="form" onclick="rlisted1.style.display=''">需要&nbsp; 
					</td>
				</tr>
				<tr id="rlisted1" style="display:<%if rHUrlType1=0 then response.write "none"%>">
					<td width="50%" align="center" colspan="2" class="alt2">修正分卷链接/分卷ID开始标记: 
					<input type="radio" name="rHsType1" value="1" <%if rhstype1=1 then response.write "checked"%> class="form">包含 
					<input type="radio" name="rHsType1" value="0" <%if rhstype1=0 then response.write "checked"%> class="form">不包含<br>
					<textarea name="rHsString1" cols="30" rows="6" class="form"><%=rHsString1%></textarea></td>
					<td width="50%" align="center" colspan="2" class="alt1">修正分卷链接/分卷ID结束标记: 
					<input type="radio" name="rHoType1" value="1" <%if rhotype1=1 then response.write "checked"%> class="form">包含 
					<input type="radio" name="rHoType1" value="0" <%if rhotype1=0 then response.write "checked"%> class="form">不包含<br>
					<textarea name="rHoString1" cols="30" rows="6" class="form"><%=rHoString1%></textarea></td>
				</tr>
				<tr align="center">
					<td height="22" colspan="4" height="25" align="center" class="alt1">
					<b>获取后的内容如果为ID形式请在下面的处理类型中选择&quot;重新定向&quot;并按照要求正确填写.</b><br>
					例如:起点中文网获取后为ID形式<br>
					<b>获取后的内容如果为连接形式,则获取内容必须是以当前页面为基准的相对或绝对地址</b><br>
					例如:世纪文学获取后为连接形式</td>
				</tr>
				<tr>
					<td width="40%" align="right" class="alt2">分卷链接/分卷ID处理类型:</td>
					<td width="60%" colspan="3" class="alt1">
					<input type="radio" value="0" name="rHttpUrlType" <%if rhttpurltype=0 then response.write "checked"%> onclick="rHttpUrl1.style.display='none'" class="form">自动处理&nbsp; 
					<input type="radio" value="1" name="rHttpUrlType" <%if rhttpurltype=1 then response.write "checked"%> onclick="rHttpUrl1.style.display=''" class="form">重新定向 
					</td>
				</tr>
				<tr id="rHttpUrl1" style="display:<%if rHttpUrlType=0 then response.write "none"%>">
					<td width="40%" align="right" class="alt2">重新定向链接字符:</td>
					<td width="60%" colspan="3" class="alt1">
					<input name="rHttpUrlStr" type="text" size="49" maxlength="200" value="<%=rHttpUrlStr%>" class="form"><br>
					格式:http://www.cmfu.com/readchapterall.asp?bl_id={$Bl_id$}&amp;bu_id={$ID$}<br>
					其中 {$Bl_id$} 代表作品ID ; {$ID$} 代表上述截取到的分卷ID </td>
				</tr>
				<tr>
					<td width="40%" align="center" class="alt2">分卷标题设置:</td>
					<td width="60%" colspan="3" class="alt1">
					<input type="radio" value="0" name="cookTypes" <%if cooktypes=0 then response.write "checked"%> class="form" onclick="rTitle1.style.display='none'">在下一页设置&nbsp; 
					<input type="radio" value="1" name="cookTypes" <%if cooktypes=1 then response.write "checked"%> class="form" onclick="rTitle1.style.display=''">设置标签&nbsp; 
					</td>
				</tr>
				<tr id="rTitle1" style="display:<%if cookTypes=0 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="50%" align="center" class="alt2">分卷标题开始标记: 
							<input type="radio" name="cosType" value="1" <%if costype=1 then response.write "checked"%> class="form">包含 
							<input type="radio" name="cosType" value="0" <%if costype=0 then response.write "checked"%> class="form">不包含<br>
							<textarea name="cosString" cols="30" rows="6" class="form"><%=cosString%></textarea><br>
							避免填写包含有“(”、“)”等的内容,容易引起程序错误。</td>
							<td width="50%" align="center" class="alt1">分卷标题结束标记: 
							<input type="radio" name="cooType" value="1" <%if cootype=1 then response.write "checked"%> class="form">包含 
							<input type="radio" name="cooType" value="0" <%if cootype=0 then response.write "checked"%> class="form">不包含<br>
							<textarea name="cooString" cols="30" rows="6" class="form"><%=CooString%></textarea><br>
							避免填写包含有“(”、“)”等的内容,容易引起程序错误。</td>
						</tr>
						<tr>
							<td width="50%" align="center" class="alt3">是否需要修正:&nbsp; 
							</td>
							<td width="50%" class="alt3">
							<input type="radio" value="0" name="cookType1" <%if cooktype1=0 then response.write "checked"%> class="form" onclick="cook3.style.display='none'">不需要&nbsp; 
							<input type="radio" value="1" name="cookType1" <%if cooktype1=1 then response.write "checked"%> class="form" onclick="cook3.style.display=''">需要&nbsp; 
							</td>
						</tr>
						<tr id="cook3" style="display:<%if cookType1=0 then response.write "none"%>">
							<td width="50%" align="center" class="alt2">修正分卷标题开始标记: 
							<input type="radio" name="cosType1" value="1" <%if costype1=1 then response.write "checked"%> class="form">包含 
							<input type="radio" name="cosType1" value="0" <%if costype1=0 then response.write "checked"%> class="form">不包含<br>
							<textarea name="cosString1" cols="30" rows="6" class="form"><%=cosString1%></textarea></td>
							<td width="50%" align="center" class="alt1">修正分卷标题结束标记: 
							<input type="radio" name="cooType1" value="1" <%if cootype1=1 then response.write "checked"%> class="form">包含 
							<input type="radio" name="cooType1" value="0" <%if cootype1=0 then response.write "checked"%> class="form">不包含<br>
							<textarea name="cooString1" cols="30" rows="6" class="form"><%=cooString1%></textarea></td>
						</tr>
					</table>
					</td>
				</tr>
			</table>
			</td>
		</tr>
		<tr id="read3" style="display:<%if readType=0 or readType=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="50%" align="center" class="alt2" colspan="4">分卷区块分割标记:<br>
					<textarea name="cooksString" cols="50" rows="6" class="form"><%=cooksString%></textarea><br>
					以以上代码段分割目录页面获取分卷块(一般填写分卷标题开始代码即可)。
					</td>
				</tr>
				<tr>
					<td width="40%" align="center" class="alt2">分卷标题设置:</td>
					<td width="60%" colspan="3" class="alt1">
					<input type="radio" value="0" name="cookTypes2" <%if cooktypes=0 then response.write "checked"%> class="form" onclick="rTitle2.style.display='none'">在下一页设置&nbsp; 
					<input type="radio" value="1" name="cookTypes2" <%if cooktypes=1 then response.write "checked"%> class="form" onclick="rTitle2.style.display=''">设置标签&nbsp; 
					</td>
				</tr>
				<tr id="rTitle2" style="display:<%if cookTypes=0 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="50%" align="center" class="alt2" colspan="2">分卷标题开始标记: 
							<input type="radio" name="cosType2" value="1" <%if costype=1 then response.write "checked"%> class="form">包含 
							<input type="radio" name="cosType2" value="0" <%if costype=0 then response.write "checked"%> class="form">不包含<br>
							<textarea name="cosString2" cols="30" rows="6" class="form"><%=cosString%></textarea></td>
							<td width="50%" align="center" class="alt1" colspan="2">分卷标题结束标记: 
							<input type="radio" name="cooType2" value="1" <%if cootype=1 then response.write "checked"%> class="form">包含 
							<input type="radio" name="cooType2" value="0" <%if cootype=0 then response.write "checked"%> class="form">不包含<br>
							<textarea name="cooString2" cols="30" rows="6" class="form"><%=cooString%></textarea></td>
						</tr>
						<tr>
							<td width="50%" align="center" class="alt3" colspan="2">是否需要修正:&nbsp; </td>
							<td width="50%" class="alt3" colspan="2">
							<input type="radio" value="0" name="cookType3" <%if cooktype1=0 then response.write "checked"%> class="form" onclick="cook4.style.display='none'">不需要&nbsp; 
							<input type="radio" value="1" name="cookType3" <%if cooktype1=1 then response.write "checked"%> class="form" onclick="cook4.style.display=''">需要&nbsp; 
							</td>
						</tr>
						<tr id="cook4" style="display:<%if cookType1=0 then response.write "none"%>">
							<td width="50%" align="center" class="alt2" colspan="2">修正分卷标题开始标记: 
							<input type="radio" name="cosType3" value="1" <%if costype1=1 then response.write "checked"%> class="form">包含 
							<input type="radio" name="cosType3" value="0" <%if costype1=0 then response.write "checked"%> class="form">不包含<br>
							<textarea name="cosString3" cols="30" rows="6" class="form"><%=cosString1%></textarea></td>
							<td width="50%" align="center" class="alt1" colspan="2">修正分卷标题结束标记: 
							<input type="radio" name="cooType3" value="1" <%if cootype1=1 then response.write "checked"%> class="form">包含 
							<input type="radio" name="cooType3" value="0" <%if cootype1=0 then response.write "checked"%> class="form">不包含<br>
							<textarea name="cooString3" cols="30" rows="6" class="form"><%=cooString1%></textarea></td>
				</tr></table>
					</td>
				</tr>
				<tr>
					<td width="50%" align="center" class="alt2" colspan="2">章节链接/章节ID开始标记: 
					<input type="radio" name="HsType2" value="1" <%if hstype=1 then response.write "checked"%> class="form">包含 
					<input type="radio" name="HsType2" value="0" <%if hstype=0 then response.write "checked"%> class="form">不包含<br>
					<textarea name="HsString2" cols="30" rows="5" class="form"><%=HsString%></textarea><br>
					避免填写包含有“(”、“)”等的内容,容易引起程序错误。</td>
					<td width="50%" align="center" class="alt1" colspan="2">章节链接/章节ID结束标记: 
					<input type="radio" name="HoType2" value="1" <%if hotype=1 then response.write "checked"%> class="form">包含 
					<input type="radio" name="HoType2" value="0" <%if hotype=0 then response.write "checked"%> class="form">不包含<br>
					<textarea name="HoString2" cols="30" rows="5" class="form"><%=HoString%></textarea><br>
					避免填写包含有“(”、“)”等的内容,容易引起程序错误。</td>
				</tr>
				<tr>
					<td width="50%" align="center" class="alt3" colspan="2">是否需要修正章节链接/章节ID</td>
					<td width="50%" class="alt3" colspan="2">
					<input type="radio" value="0" name="HUrlType3" <%if hurltype1=0 then response.write "checked"%> class="form" onclick="listed2.style.display='none'">不需要&nbsp; 
					<input type="radio" value="1" name="HUrlType3" <%if hurltype1=1 then response.write "checked"%> class="form" onclick="listed2.style.display=''">需要&nbsp; 
					</td>
				</tr>
				<tr id="listed2" style="display:<%if HUrlType1=0 then response.write "none"%>">
					<td width="50%" align="center" colspan="2" class="alt2">修正章节链接/章节ID开始标记: 
					<input type="radio" name="HsType3" value="1" <%if hstype1=1 then response.write "checked"%> class="form">包含 
					<input type="radio" name="HsType3" value="0" <%if hstype1=0 then response.write "checked"%> class="form">不包含<br>
					<textarea name="HsString3" cols="30" rows="6" class="form"><%=HsString%></textarea></td>
					<td width="50%" align="center" colspan="2" class="alt1">修正章节链接/章节ID结束标记: 
					<input type="radio" name="HoType3" value="1" <%if hotype1=1 then response.write "checked"%> class="form">包含 
					<input type="radio" name="HoType3" value="0" <%if hotype1=0 then response.write "checked"%> class="form">不包含<br>
					<textarea name="HoString3" cols="30" rows="6" class="form"><%=HoString1%></textarea></td>
				</tr>
				<tr align="center">
					<td colspan="4" align="center" class="alt1"><b>获取后的内容如果为ID形式请在下面的处理类型中选择&quot;重新定向&quot;并按照要求正确填写.</b><br>
					例如:起点中文网获取后为ID形式<br>
					<b>获取后的内容如果为连接形式,则获取内容必须是以当前页面为基准的相对或绝对地址</b><br>
					例如:世纪文学获取后为连接形式</td>
				</tr>
				<tr>
					<td width="40%" align="right" class="alt3">章节链接/章节ID处理类型:</td>
					<td width="60%" colspan="3" class="alt3">
					<input type="radio" value="0" name="HttpUrlType2" <%if httpurltype=0 then response.write "checked"%> onclick="HttpUrl2.style.display='none'" class="form">自动处理&nbsp; 
					<input type="radio" value="1" name="HttpUrlType2" <%if httpurltype=1 then response.write "checked"%> onclick="HttpUrl2.style.display=''" class="form">重新定向 
					</td>
				</tr>
				<tr id="HttpUrl2" style="display:<%if HttpUrlType=0 then response.write "none"%>">
					<td width="40%" align="right" class="alt2">重新定向链接字符:</td>
					<td width="60%" colspan="3" class="alt1">
					<input name="HttpUrlStr2" type="text" size="49" maxlength="200" value="<%=HttpUrlStr%>" class="form"><br>
					格式:http://www.cmfu.com/readchapter.asp?bl_id={$Bl_id$}&amp;bu_id={$ID$}<br>
					其中 {$Bl_id$} 代表作品ID/Url ; {$ID$} 代表上述截取到的章节ID </td>
				</tr>
				<tr>
					<td width="40%" align="center" class="alt2">章节标题设置:</td>
					<td width="60%" colspan="3" class="alt1">
					<input type="radio" value="0" name="TitleTypes2" <%if titletypes=0 then response.write "checked"%> class="form" onclick="Title3.style.display='none'">在下一页设置&nbsp; 
					<input type="radio" value="1" name="TitleTypes2" <%if titletypes=1 then response.write "checked"%> class="form" onclick="Title3.style.display=''">设置标签&nbsp; 
					</td>
				</tr>
				<tr id="Title3" style="display:<%if titletypes=0 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="50%" align="center" class="alt2">标题开始标记: 
							<input type="radio" name="TsType2" value="1" <%if tstype=1 then response.write "checked"%> class="form">包含 
							<input type="radio" name="TsType2" value="0" <%if tstype=0 then response.write "checked"%> class="form">不包含<br>
							<textarea name="TsString2" cols="30" rows="6" class="form"><%=TsString%></textarea><br>
					避免填写包含有“(”、“)”等的内容,容易引起程序错误。</td>
							<td width="50%" align="center" class="alt1">标题结束标记: 
							<input type="radio" name="ToType2" value="1" <%if totype=1 then response.write "checked"%> class="form">包含 
							<input type="radio" name="ToType2" value="0" <%if totype=0 then response.write "checked"%> class="form">不包含<br>
							<textarea name="ToString2" cols="30" rows="6" class="form"><%=ToString%></textarea><br>
					避免填写包含有“(”、“)”等的内容,容易引起程序错误。</td>
						</tr>
						<tr>
							<td width="50%" align="center" class="alt3">是否需要修正:&nbsp; 
							</td>
							<td width="50%" class="alt3">
							<input type="radio" value="0" name="TitleType3" <%if titletype1=0 then response.write "checked"%> class="form" onclick="Title4.style.display='none'">不需要&nbsp; 
							<input type="radio" value="1" name="TitleType3" <%if titletype1=1 then response.write "checked"%> class="form" onclick="Title4.style.display=''">需要&nbsp; 
							</td>
						</tr>
						<tr id="Title4" style="display:<%if Titletype1=0 then response.write "none"%>">
							<td width="50%" align="center" class="alt3">修正标题开始标记: 
							<input type="radio" name="TsType3" value="1" <%if tstype1=1 then response.write "checked"%> class="form">包含 
							<input type="radio" name="TsType3" value="0" <%if tstype1=0 then resp

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -