?? admin_itemsdownnovel.asp
字號:
<!-- #include file="../conn.asp" -->
<!--#include file="../inc/config.asp"-->
<!-- #include file="session.asp" -->
<link href="css.css" rel="stylesheet" type="text/css">
<%
act = Request("act")
if act = "getbook" then
makebookHTML = Request("makebookHTML")
If makebookHTML="" or makebookHTML=null Then
makebookHTML=0
end if
Fastbook = Request("Fastbook")
If Fastbook="" or Fastbook=null Then
Fastbook=0
end if
lostbook = Request("lostbook")
If lostbook="" or lostbook=null Then
lostbook=0
end if
flushbook = Request("flushbook")
If flushbook="" or flushbook=null Then
flushbook=0
end if
startid = request("startid")
endid = request("endid")
If startid="" or endid="" Then
FoundErr=True
ErrMsg=ErrMsg & "<br><li>請填寫完整信息</li>"
else
CheckSqlnum(makebookHTML)
CheckSqlnum(Fastbook)
CheckSqlnum(startid)
CheckSqlnum(endid)
if endid-startid<0 then
FoundErr=True
ErrMsg=ErrMsg & "<br><li>未指定有效的作品編號!</li>"
else
for i = startid to endid
if listedID<>"" then
listedID=listedID&"|"&i
else
listedID=i
end if
Next
idTotal=endid-startid+1
end if
end if
If FoundErr=True Then
call WriteErrMsg(ErrMsg)
Else
response.write "<SCRIPT language=JavaScript>if(!confirm('"
response.write "\n你選擇的是按照ID范圍采集 \n"
response.write "\n根據填寫范圍,接下來將要采集"&idTotal&"部作品 \n"
if idTotal>99 and idTotal<500 then
response.write "\n你填寫的范圍大,采集"&idTotal&"部作品需要的時間比較長 \n"
response.write "\n且容易造成采集系統停止響應,你確定繼續嗎? \n"
elseif idTotal>500 and idTotal<1000 then
response.write "\n你填寫的范圍稍大,采集"&idTotal&"部作品需要的時間很長 \n"
response.write "\n且很易造成采集系統停止響應,建議返回重新設置,你確定繼續嗎? \n"
elseif idTotal>1000 and idTotal<10000 then
response.write "\n你填寫的范圍很大,采集"&idTotal&"部作品需要的時間非常長 \n"
response.write "\n且極易造成采集系統停止響應,建議返回重新設置,你確定繼續嗎? \n"
elseif idTotal>10000 then
response.write "\n你填寫的范圍過大,采集"&idTotal&"部作品需要的時間無法估量 \n"
response.write "\n且必然造成采集系統停止響應,建議返回重新設置,你確定繼續嗎? \n"
end if
response.write "\n點擊 [ 確定 ] 繼續,點擊 [ 取消 ] 返回 \n"
response.write "')){history.back(-1);}else{}</SCRIPT>"
response.Write "<meta http-equiv='refresh' content='1;URL=Admin_Itemsloadnovel.asp?listedID="&listedID&"&lostbook="&lostbook&"&flushbook="&flushbook&"&makebookHTML="&makebookHTML&"&Fastbook="&Fastbook&"'>"
response.End
end if
else
%>
<html>
<title>終點小說連載系統_定制批量采集系統</title>
<link href="css.css" rel="stylesheet" type="text/css">
<body>
<script language="javascript">
function checkstatu(frm)
{
if (frm.lostbook.checked == true)
if (!confirm("按照保存的最后采集參數向后采集,將照保存的最后采集參數向后采集,不再逐章檢查。\n\n"))
{frm.lostbook.checked=false;}
}
function checkstatus(frm)
{
if (frm.flushbook.checked == true)
if (!confirm("強制更新章節內容,將把所有的章節內容重新采集并更新,請慎重考慮。\n\n"))
{frm.flushbook.checked=false;}
}
function checkstatuss(frm)
{
if (frm.Fastbook.checked == true)
if (!confirm("快速批量采集作品,不采集章節內容直接調用采集站內容,請慎重考慮。\n\n"))
{frm.Fastbook.checked=false;}
}
function checkstatuss(frm)
{
if (frm.makebookHTML.checked == true)
if (!confirm("自動生成HTML頁面,在采集的同時生成HTML靜態頁面\n\n請慎重考慮此操作將占用更多的系統資源。\n\n"))
{frm.makebookHTML.checked=false;}
}
</script>
<div id="topmomo">
長篇采集系統項目管理</div>
<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_ItemManages.asp">批量更新作品</a></td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="tborder" style="LINE-HEIGHT: 150%">
<tr>
<td height="30" align="center" valign="middle" class="thead" colspan="2">
全自動批量更新作品(按照ID范圍<u><font color="#FFE1FF" style="font-size: 11pt" face="楷體_GB2312">不可停止</font></u>版)</td>
</tr>
<tr>
<td height="26" align="center" valign="middle" class="tcat" colspan="2">
此操作將自動采集指定范圍內的作品更新后的章節, 此操作大量占用系統資源每次填寫范圍請不要過大</td>
</tr>
<form method="post" action="">
<tr>
<td width="30%" height="26" align="right" class="alt2">當前更新方式:</td>
<td width="70%" class="alt1">按照ID范圍<br>
<a href="admin_ItemsDownbook.asp">點此進入按照ID范圍更新<font color="#FF0000" style="font-size: 11pt" face="楷體_GB2312">可停止</font>版進行更新采集</a></td>
</tr>
<tr>
<td width="30%" height="26" align="right" class="alt2">本地作品起始編號:</td>
<td width="70%" class="alt1">
<input type="text" name="startid" id="start" size="17" class="form"></td>
</tr>
<tr>
<td width="30%" height="26" align="right" class="alt2">本地作品結束編號:</td>
<td width="70%" class="alt1">
<input type="text" name="endid" id="end" size="17" class="form"></td>
</tr>
<tr>
<td width="30%" height="26" align="right" class="alt2">按照保存的最后采集參數向后采集:</td>
<td width="70%" class="alt1">
<input type="checkbox" name="lostbook" onclick="checkstatu(this.form)" value="1" class="form"><br>
選擇本功能將按照保存的最后采集參數向后采集,不再逐章檢查判斷是否存在新章節 <br>
可以節約采集時間,節省采集資源.部分采集站不支持該功能(從目錄中獲取分卷ID的站點等)</td>
</tr>
<tr>
<td width="30%" height="26" align="right" class="alt2">強制更新章節內容:</td>
<td width="70%" class="alt1">
<input type="checkbox" name="flushbook" onclick="checkstatus(this.form)" value="1" class="form"><br>
選擇本功能將把現有所有的章節內容重新采集并更新</td>
</tr>
<tr>
<td width="30%" height="26" align="right" class="alt2">快速批量采集作品:</td>
<td width="70%" class="alt1">
<input type="checkbox" name="Fastbook" onclick="checkstatuss(this.form)" value="1" class="form"><br>
選擇本功能將在采集進行中不采集章節內容直接調用采集站內容 <br>
完成后可以選擇<a href="admin_Itemloadview.asp"><font color="#FF0000">批量采集作品章節內容</font></a>完整采集作品</td>
</tr>
<tr>
<td width=30% class=alt2 height="26" align="right">自動生成HTML頁面:</td>
<td width="70%" class=alt1>
<input type="checkbox" name="makebookHTML" onclick="checkstatuss(this.form)" value="1" class="form"><br>
選擇本功能將在采集的同時生成HTML靜態頁面,但會占用更多的系統資源</td>
</tr>
<tr>
<td height="30" align="center" colspan="2" class=alt3>
<input type="hidden" name="act" value="getbook" id="act" size="20">
<input type="submit" value="開始采集" name="B1" class="button">
<input type="reset" value="重置設定" name="B2" class="button"> </td>
</tr>
</form>
</table>
<%end if%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -