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

📄 create_other.asp

📁 网络电视免费版
💻 ASP
字号:
<!--#include file="Config.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 topmargin="2">
<% 
if not isnull(UserName) and UserName<>"" then
    if chkMaster(UserName) then
       call main()
	else
	   msgtitle="更新节目数"
       msginfo="<li>操作错误,你不是系统管理员,没有权限进行此项操作!</li>" 
       call Sysmsg(msgtitle,msginfo)
	end if
else
    msgtitle="更新节目数"
    msginfo="<li>操作错误,你没有登录系统!<li><a href=""User.Asp"">点此登录系统</a></li>" 
    call Sysmsg(msgtitle,msginfo)  
end if

sub main() %>
<table width="95%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableBorder" >
  <tr align="left"> 
    <th height="22" colspan="2">生成节目分类静态网页</th>
  </tr>
  <tr> 
    <td colspan="2" nowrap class="forumRow"><input name="button" type="button" style='font-size: 9pt; cursor:hand;' onClick="javascript:location.href='Create_SoftCate.asp'" value="执行操作">
      根据常规页面模板“Normal.htm”在目录下创建节目分类网页“SoftCate.htm”。 </td>
  </tr>
  <tr> 
    <th height="22" colspan="2" align="left">生成推荐节目列表静态网页</th>
  </tr>
  <tr> 
    <td colspan="2" class="forumRow"><input name="button2" type="button" style='font-size: 9pt; cursor:hand;' onClick="javascript:location.href='Create_Commend.asp'" value="执行操作">
      根据常规页面模板“Normal.htm”在目录下创建推荐节目列表网页“Commend_*.htm”。 </td>
  </tr>
  <tr> 
    <th height="22" colspan="2" align="left">生成节目下载排行榜静态网页</th>
  </tr>
  <tr> 
    <td colspan="2" class="forumRowHighlight">根据常规页面模板“Normal.htm”在目录下创建节目下载排行榜列表网页,本周(Top_Week_*.htm)、本月(Top_Month_*.htm)、全部(Top_AllHits_*.htm)四种排行榜。<br> 
      <input name="button3" type="button" style='font-size: 9pt; cursor:hand;' onClick="javascript:location.href='Create_Top.asp'" value="执行操作"> 
    </td>
  </tr>
  <form action="Create_SoftView.asp" method="post" name="form1">
    <tr> 
      <th height="22" colspan="2" align="left">生成节目详细信息静态网页</th>
    </tr>
    <tr> 
      <td colspan="2" class="forumRow"><input name="action" type="radio" value="1" checked>
        按条件 <input type="radio" name="action" value="2">
        全部批量生成 <strong>说明:</strong>根据模板“SoftView.htm”生成SoftView_*.htm静态网页</td>
    </tr>
    <tr> 
      <td class="forumRow">开始的SoftID号</td>
      <td class="forumRow"><input type=text name="beginID" value="1" size=5>
        节目ID,可以填写您想从哪一个SoftID号开始进行生成节目信息静态网页</td>
    </tr>
    <tr> 
      <td class="forumRow">结束的SoftID号</td>
      <td class="forumRow"><input type=text name="EndID" value="1000" size=5>
        生成开始到结束SoftID之间的节目信息网页,之间的数值最好不要选择过大。</td>
    </tr>
    <tr> 
      <td colspan="2" class="forumRow"><input type="submit" name="Submit" value="执行操作"></td>
    </tr>
  </form>
  <tr align="left"> 
    <th height="22" colspan="2">生成免费代码最近更新JS脚本</th>
  </tr>
  <tr> 
    <td colspan="2" class="forumRowHighlight"><input name="button4" type="button" style='font-size: 9pt; cursor:hand;' onClick="javascript:location.href='Create_jsNews.asp'" value="执行操作"> 此操作将生成jsNews.js文件。</td>
  </tr>
  <tr align="left"> 
    <th height="22" colspan="2">创建搜索表单JS脚本 </th>
  </tr>
  <tr> 
    <td colspan="2" class="forumRow"><input name="button4" type="button" style='font-size: 9pt; cursor:hand;' onClick="javascript:location.href='Create_jsSearch.asp'" value="执行操作">
      生成在网页中搜索表单的调用的文件。</td>
  </tr>
</table>
<% end sub 

sub Sysmsg(msgtitle,msginfo)
		%> <br>
<table width="85%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableBorder" >
  <tr> 
    <th><%=msgtitle%></th>
  </tr>
  <tr> 
    <td class="forumRow"><%=msginfo%></td>
  </tr>
  <tr> 
    <td height="22" align="center" class="forumRowHighlight"><a href="javascript:history.go(-1)" >&lt;&lt; 
      返回上一页</a></td>
  </tr>
</table>
<br> <%end sub  %>
</BODY></HTML>
<% CloseDatabase %>

⌨️ 快捷键说明

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