还是看源文件给你说明吧!
下面是video.asp页放在blog根目录下!复制内容到剪贴板
代码:
<%@ CODEPAGE=65001 %>
<%
'///////////////////////////////////////////////////////////////////////////////
'// Z-Blog
'// 作 者: 朱煊(zx.asd)
'// 版权所有: RainbowSoft Studio
'// 技术支持: rainbowsoft@163.com
'// 程序名称:
'// 程序版本:
'// 单元名称:
'// 开始时间:
'// 最后修改:
'// 备 注:
'///////////////////////////////////////////////////////////////////////////////
%>
<% Option Explicit %>
<% On Error Resume Next %>
<% Response.Charset="UTF-8" %>
<% Response.Buffer=True %>
<!-- #include file="c_option.asp" -->
<!-- #include file="function/c_function.asp" -->
<!-- #include file="function/c_system_lib.asp" -->
<!-- #include file="function/c_system_base.asp" -->
<!-- #include file="function/c_system_event.asp" -->
<!-- #include file="function/c_system_plugin.asp" -->
<%
Call System_Initialize()
LoadGlobeCache
Dim ArtList
Set ArtList=New TArticleList
ArtList.LoadCache
ArtList.template="video"
ArtList.Title="视频"
ArtList.Build
Response.Write ArtList.html
%><!-- <%=RunTime()%> --><%
Call System_Terminate()
If Err.Number<>0 then
Call ShowError(0)
End If
%>下面是video.html放在当前主题的TEMPLATE下,!
复制内容到剪贴板
代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<#ZC_BLOG_LANGUAGE#>" lang="<#ZC_BLOG_LANGUAGE#>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Language" content="<#ZC_BLOG_LANGUAGE#>" />
<!-- <link rel="stylesheet" rev="stylesheet" href="<#ZC_BLOG_HOST#>themes/<#ZC_BLOG_THEME#>/style/<#ZC_BLOG_CSS#>.css" type="text/css" media="screen" /> -->
<link rel="stylesheet" rev="stylesheet" href="<#ZC_BLOG_HOST#>themes/<#ZC_BLOG_THEME#>/source/style.css.asp" type="text/css" media="screen" />
<link rel="stylesheet" rev="stylesheet" href="<#ZC_BLOG_HOST#>css/print.css" type="text/css" media="print" />
<script language="JavaScript" src="<#ZC_BLOG_HOST#>script/common.js" type="text/javascript"></script><link rel="shortcut icon" href="/pfavicon.ico" />
<title><#ZC_BLOG_TITLE#><#ZC_MSG044#><#BlogTitle#></title>
</head>
<body class="multi tags">
<script language="JavaScript" type="text/javascript">
var str00="<#ZC_BLOG_HOST#>";
var str01="<#ZC_MSG033#>";
var str02="<#ZC_MSG034#>";
var str03="<#ZC_MSG035#>";
var str06="<#ZC_MSG057#>";
var intMaxLen="<#ZC_CONTENT_MAX#>";
</script>
<div id="divAll">
<div id="divTop">
<h1 id="BlogTitle"><a href="<#ZC_BLOG_HOST#>"><#ZC_BLOG_NAME#></a></h1>
<h2 id="BlogSubTitle"><#ZC_BLOG_SUB_NAME#></h2>
</div>
<div id="divNavBar">
<h3><#ZC_MSG052#></h3>
<ul>
<#CACHE_INCLUDE_NAVBAR#>
</ul>
</div>
<div id="divVideo">
<iframe style=PADDING: 0px; MARGIN: 0px;align:center;overflow-x:hidden; src='http://show.bokecc.com/showzone/0711/7E5D60850A2F0F41 ' frameBorder=0 width=100% scrolling=auto height=1300px allowTransparency=true id=cc_frame></iframe> </div>
</div>
</div>
<div id="divSidebar2">
</div>
<div id="divBottom">
<h3 id="BlogPowerBy">powered By<a href="http://www.rainbowsoft.org/zblog/" title="RainbowSoft Studio Z-Blog">Z-Blog <#ZC_BLOG_VERSION#></a> for.rainsun.</h3>
<h2 id="BlogCopyRight"><#ZC_BLOG_COPYRIGHT#></h2>
</div>
</div>
</div>
</body>
</html>
<!-- <#BLOG_CREATE_TIME#> -->修改video.html中的以下代码为你的展区代码即可复制内容到剪贴板
代码:
<iframe style=PADDING: 0px; MARGIN: 0px;align:center;overflow-x:hidden; src='http://show.bokecc.com/showzone/0711/7E5D60850A2F0F41 ' frameBorder=0 width=100% scrolling=auto height=1300px allowTransparency=true id=cc_frame></iframe> [
本帖最后由 rainsun 于 2008-4-11 09:26 编辑 ]