single.html对应每个独立文章页和留言本(当无guestbook.html下)
<!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#>" />
<title><#ZC_BLOG_TITLE#><#ZC_MSG044#><#BlogTitle#></title>
<!-- <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="alternate" type="application/rss+xml" href="<#ZC_BLOG_HOST#>feed.asp?cmt=<#article/id#>" title="Comments Feed for <#article/title#>" />
<script language="JavaScript" src="<#ZC_BLOG_HOST#>script/common.js" type="text/javascript"></script>
<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#>";
var strFaceName="<#ZC_EMOTICONS_FILENAME#>";
var strFaceSize="<#ZC_EMOTICONS_FILESIZE#>";
var strBatchView="";
var strBatchInculde="";
var strBatchCount="";
</script>
</head>
<body class="single">
<div id="divAll">
<div id="divPage">
<div id="divMiddle">
<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="divMain">
<!--调用b_article-single.html的内容-->
<#template:article-single#>
</div>
<div id="divSidebar">
<!--日历模块-->
<div class="function" id="divCalendar">
<h3><#ZC_MSG050#></h3>
<div id="divCalendar2"><script language="JavaScript" type="text/javascript">strBatchInculde+="divCalendar2=calendar,"</script></div>
</div>
<!--最新评论和回复模块-->
<div class="function" id="divComments">
<h3><#ZC_MSG027#></h3>
<ul id="ulComments">
<script language="JavaScript" type="text/javascript">strBatchInculde+="ulComments=comments,"</script>
</ul>
</div>
<!--最新日志模块-->
<div class="function" id="divPrevious">
<h3><#ZC_MSG032#></h3>
<ul id="ulPrevious">
<script language="JavaScript" type="text/javascript">strBatchInculde+="ulPrevious=previous,"</script>
</ul>
</div>
</div>
<div id="divBottom">
<h3 id="BlogPowerBy">Powered By <a href="http://www.rainbowsoft.org/" title="RainbowSoft Studio Z-Blog">Z-Blog <#ZC_BLOG_VERSION#></a> <span id="footer-security"><a href="http://www.codefense.cn" target="_blank" title="Code detection by Codefense"><img width="12" height="14" src="<#ZC_BLOG_HOST#>image/logo/detect.gif" alt="Code detection by Codefense" border="0" /></a></span></h3>
<h2 id="BlogCopyRight"><#ZC_BLOG_COPYRIGHT#></h2>
</div>
</div>
</div>
</div>
<script language="JavaScript" type="text/javascript">
/* jQuery 1.1 API used */
var RevertID=0;
$(document).ready(function(){
try{
var elScript = document.createElement("script");
elScript.setAttribute("language", "JavaScript");
elScript.setAttribute("src", "<#ZC_BLOG_HOST#>function/c_html_js.asp?act=batch"+unescape("%26")+"view=" + escape(strBatchView)+unescape("%26")+"inculde=" + escape(strBatchInculde)+unescape("%26")+"count=" + escape(strBatchCount));
document.getElementsByTagName("body")[0].appendChild(elScript);
}
catch(e){};
if(document.getElementById("inpVerify")){
var objImageValid=$("img[@src^='"+str00+"function/c_validcode.asp?name=commentvalid']");
objImageValid.css("cursor","pointer");
objImageValid.click( function() {
objImageValid.attr("src",str00+"function/c_validcode.asp?name=commentvalid"+"&random="+Math.random());
} );
}
});
</script>
</body>
</html>
<!-- <#BLOG_CREATE_TIME#> -->