📄 admin_htmlindex.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="admin.asp"-->
<!--#include file="../inc/Const.asp" -->
<!--#include file="../inc/config.asp" -->
<!--#include file="Admin_htmlconfig.asp"-->
<link rel="stylesheet" href="Image/Admin_style.css">
<%
if ISHTML = 0 then
response.Write "<script language='javascript'>alert('请先在【系统参数配置】中将静态HTML设置为开启!');history.go(-1);</script>"
response.End
end If
%>
<br />
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="300"><table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td style="border-bottom: #ccc 1px solid; border-top: #ccc 1px solid; border-left: #ccc 1px solid; border-right: #ccc 1px solid"><img src="Image/Survey_1.gif" width="0" height="16" id="bar_img" name="bar_img" align="absmiddle"></td>
</tr>
</table></td>
<td><span id="bar_txt2" name="bar_txt2" style="font-size:12px; color:red;"></span><span id="bar_txt1" name="bar_txt1" style="font-size:12px">0</span><span style="font-size:12px">%</span></td>
</tr>
</table>
<%
call htmll("/","/","Index."&HTMLname&"","Index.asp","","","","")
Response.Write "<script>bar_img.width="&Fix((1/10)*300)&";bar_txt1.innerHTML=""成功生成首页。完成比例" & formatnumber(1/10*100) & """;</script>"
Response.Flush
call htmll("/","/",""&AboutNameDiy&"."&HTMLname&"","Aboutus.asp","","","","")
Response.Write "<script>bar_img.width="&Fix((2/10)*300)&";bar_txt1.innerHTML=""成功生成“关于我们”静态页面。完成比例:" & formatnumber(2/10*100) & """;</script>"
Response.Flush
call htmll("/","/",""&NewSortName&"."&HTMLname&"","CoNews.asp","","","","")
Response.Write "<script>bar_img.width="&Fix((3/10)*300)&";bar_txt1.innerHTML=""成功生成“新闻列表”静态页面。完成比例:" & formatnumber(3/10*100) & """;</script>"
Response.Flush
call htmll("/","/",""&ProSortName&"."&HTMLname&"","Product.asp","","","","")
Response.Write "<script>bar_img.width="&Fix((4/10)*300)&";bar_txt1.innerHTML=""成功生成“产品列表”静态页面。完成比例:" & formatnumber(4/10*100) & """;</script>"
Response.Flush
call htmll("/","/",""&UserServerName&"."&HTMLname&"","UserServer.asp","","","","")
Response.Write "<script>bar_img.width="&Fix((5/10)*300)&";bar_txt1.innerHTML=""成功生成“人才列表”静态页面。完成比例:" & formatnumber(5/10*100) & """;</script>"
Response.Flush
call htmll("/","/",""&DownSortName&"."&HTMLname&"","download.asp","","","","")
Response.Write "<script>bar_img.width="&Fix((6/10)*300)&";bar_txt1.innerHTML=""成功生成“下载列表”静态页面。完成比例:" & formatnumber(6/10*100) & """;</script>"
Response.Flush
call htmll("/","/",""&HomeMarketName&"."&HTMLname&"","HomeMarket.asp","","","","")
Response.Write "<script>bar_img.width="&Fix((7/10)*300)&";bar_txt1.innerHTML=""成功生成“其他信息列表”静态页面。完成比例:" & formatnumber(7/10*100) & """;</script>"
Response.Flush
call htmll("/","/",""&OverseasMarketName&"."&HTMLname&"","OverseasMarket.asp","","","","")
Response.Write "<script>bar_img.width="&Fix((8/10)*300)&";bar_txt1.innerHTML=""成功生成“其他信息列表”静态页面。完成比例:" & formatnumber(8/10*100) & """;</script>"
Response.Flush
call htmll("/","/",""&HrPolicyName&"."&HTMLname&"","HrPolicy.asp","","","","")
Response.Write "<script>bar_img.width="&Fix((9/10)*300)&";bar_txt1.innerHTML=""成功生成“其他信息列表”静态页面。完成比例:" & formatnumber(9/10*100) & """;</script>"
Response.Flush
Response.Write "<script>bar_img.width=300;bar_txt2.innerHTML='';bar_txt1.innerHTML=""成功生成相关静态文件。完成比例:100"";</script>"
Response.End
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -