?? create_softlist_all.asp
字號:
<HTML><HEAD><TITLE>全部節目列表</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<meta name=keywords content="視聽新時空(網絡電視,網絡廣播,免費電影:全球最大的中文網絡電視,廣播網站)">
<link rel="stylesheet" href="admin.css" type="text/css">
</HEAD>
<BODY leftMargin=0>
<% sub main() %>
<SCRIPT LANGUAGE=javascript>
function SelectAll() {
for (var i=0;i<document.selform.selType.length;i++) {
var e=document.selform.selType[i];
e.checked=!e.checked;
}
}
</script>
<table width="90%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableBorder" >
<tr>
<th colspan="2">批量生成 <font color="#FF99FF">全部節目列表</font> 靜態網頁</th>
</tr>
<tr>
<td colspan="2" class="forumRow" style="line-height: 150%"><font color="#FF0000">說明:</font>本系統提供十種節目列表排序方式,根據節目數量及服務器性能不同,生成的時間也不同,一般2000個節目12個分類,每頁15個節目每種排序列表文件生成時間需要1分鐘左右,建議每天批量更新節目兩次,每次按時間降序排列生成一次,其他排序方式可以每兩天批量生成一次。</td>
</tr>
<form action="" method="post" name="selform"><tr>
<td width="25" nowrap class="forumRow">選擇</td>
<td width="94%" class="forumRow">排序方式 (說明:降序是從大到上,升序是從小到大)</td>
</tr>
<tr>
<td width="25" class="forumRow">
<input name="selType" type="checkbox" id="selType" value="1" checked></td>
<td class="forumRow">第一種:按 整理時間 降序 排列(order by SoftTime desc)</td>
</tr>
<tr>
<td width="25" class="forumRow">
<input name="selType" type="checkbox" id="selType" value="2"></td>
<td class="forumRow">第二種:按 整理時間 升序 排列(order by SoftTime asc)</td>
</tr>
<tr>
<td width="25" class="forumRow">
<input name="selType" type="checkbox" id="selType" value="3"></td>
<td class="forumRow">第三種:按 節目名稱 降序 排列(order by SoftName desc)</td>
</tr>
<tr>
<td width="25" class="forumRow">
<input name="selType" type="checkbox" id="selType" value="4"></td>
<td class="forumRow">第四種:按 節目名稱 升序 排列(order by SoftName asc)</td>
</tr>
<tr>
<td width="25" class="forumRow">
<input name="selType" type="checkbox" id="selType" value="5"></td>
<td class="forumRow">第五種:按 節目大小 降序 排列(order by SoftSize desc)</td>
</tr>
<tr>
<td width="25" height="21" class="forumRow">
<input name="selType" type="checkbox" id="selType" value="6"></td>
<td class="forumRow">第六種:按 節目大小 升序 排列(order by SoftSize asc)</td>
</tr>
<tr>
<td width="25" class="forumRow">
<input name="selType" type="checkbox" id="selType" value="7"></td>
<td class="forumRow">第七種:按 下載次數 降序 排列(order by AllHits desc)</td>
</tr>
<tr>
<td width="25" class="forumRow">
<input name="selType" type="checkbox" id="selType" value="8"></td>
<td class="forumRow">第八種:按 下載次數 升序 排列(order by AllHits asc)</td>
</tr>
<tr>
<td width="25" class="forumRow">
<input name="selType" type="checkbox" id="selType" value="9"></td>
<td class="forumRow">第九種:按 節目等級 降序 排列(order by Rank desc)</td>
</tr>
<tr>
<td width="25" class="forumRow">
<input name="selType" type="checkbox" id="selType" value="10"></td>
<td class="forumRow">第十種:按 節目等級 升序 排列(order by Rank asc) </td>
</tr>
<tr>
<td width="25" class="forumRow"> </td>
<td class="forumRow">(選擇/反選<input type="checkbox" name="checkbox" value="checkbox" onClick="javascript:SelectAll()">) 每頁顯示節目個數:
<input name="MaxPerPage" type="text" id="MaxPerPage" value="18" size="3" maxlength="2">
<input type="submit" name="Submit" value="提交"></td>
</tr>
<tr>
<td width="25" class="forumRow">提示</td>
<td class="forumRow">每頁顯示的數量越多,服務器執行速度越快;<font color="#FF0000">生成全部節目總的列表網頁可能沒有必要,請仔細考慮</font>。</td>
</tr></form>
</table>
<%
end sub
sub Sysmsg()
%>
<table width="90%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableBorder" >
<tr>
<th>下載系統未注冊</th>
</tr>
<tr>
<td class="forumRow"> 提示:夢想劇場專業版(免費版)不提供此功能,如有需要請注冊購買高級版下載系統<br> <blockquote>ActiveDown
System XP Advanced Edition Ver1.3<br>
夢想劇場高級版 Ver1.3<br>系統特性:批量生成靜態頁面,功能強大,用戶訪問速度極度優化,減輕服務器負擔。</blockquote>
<br>
客戶演示:<a href="http://www.mesky.net/softdown/" target="_blank">動感下載站</a>
· <a href="http://download.5iyt.com" target="_blank">煙臺熱線節目站</a> · <a href="http://soft.winzheng.com/" target="_blank">贏政天下</a>
<p></p></td>
</tr>
<tr>
<td height="22" align="center" class="forumRowHighlight"><a href="javascript:history.go(-1)"><<
返回上一頁</a></td>
</tr>
</table>
<%end sub
if Trim(Request.Form("MaxPerPage"))<>"" then
call Sysmsg()
else
call main()
end if
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -