📄 create_softlist_subcate.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">每页显示的数量越多,服务器执行速度越快;系统第一次使用必须全部生成一次。</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 + -