有没人,请帮我看下DEFAULT。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#>" />
<!-- <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" />
<link rel="alternate" type="application/rss+xml" href="<#ZC_BLOG_HOST#>rss.xml" title="<#ZC_BLOG_TITLE#>" />
<link rel="alternate" type="application/atom+xml" href="<#ZC_BLOG_HOST#>atom.xml" title="<#ZC_BLOG_TITLE#>" />
<script language="JavaScript" src="<#ZC_BLOG_HOST#>script/common.js" type="text/javascript"></script>
<title><#ZC_BLOG_TITLE#><#ZC_MSG044#><#ZC_BLOG_SUBTITLE#></title>
</head>
<body class="multi default">
<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 strBatchView="";
var strBatchInculde="";
var strBatchCount="";
</script>
<div id="divAll">
<div id="divPage">
<div id="divMiddle">
<div id="divTop">
<img src="<#ZC_BLOG_HOST#>themes/<#ZC_BLOG_THEME#>/style/weiwei/top.jpg" usemap="#Map">
<map name="Map"><area shape="poly" coords="27,82" href="<#ZC_BLOG_HOST#>"><area shape="poly" coords="28,83" href="#"><area shape="poly" coords="41,74" href="#"><area shape="poly" coords="40,86" href="#"><area shape="rect" coords="27,70,55,87" href="<#ZC_BLOG_HOST#>">
<area shape="rect" coords="60,60,92,73" href="<#ZC_BLOG_HOST#>photo.html">
<area shape="rect" coords="102,62,145,92" href="<#ZC_BLOG_HOST#>guestbook.asp"></map>
</div>
<div id="divMain">
<#template:article-multi#>
<div class="post pagebar"><#ZC_MSG042#>:<#template:pagebar#></div>
</div>
<div id="divSidebar">
<div class="function" id="divpic">
<ul>
<#TEMPLATE_INCLUDE_PIC#>
</ul>
</div>
<div class="function" id="divCatalog">
<h3>CATALOGS</h3>
<ul>
<#CACHE_INCLUDE_CATALOG#>
</ul>
</div>
<div class="function" id="divComments">
<h3>COMMENTS</h3>
<ul>
<#CACHE_INCLUDE_COMMENTS#>
</ul>
</div>
<div class="function" id="divGuestComments">
<h3>GUESTCOMMENTS</h3>
<ul>
<#CACHE_INCLUDE_GUESTCOMMENTS#>
</ul>
</div>
<div class="function" id="divphoto">
<h3>GALLERY</h3>
<ul>
<#TEMPLATE_INCLUDE_PHOTO#>
</ul>
</div>
<div class="function" id="divLinkage">
<h3>LINKS</h3>
<ul>
<#CACHE_INCLUDE_LINK#>
</ul>
</div>
<div class="function" id="divGuestComments">
<h3>SOUND</h3>
<ul>
<#CACHE_INCLUDE_ZEXOBUD#>
</ul>
</div>
</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></h3>
<h2 id="BlogCopyRight"><#ZC_BLOG_COPYRIGHT#></h2>
</div>
</div>
</div>
</div>
<script language="JavaScript" type="text/javascript">
$(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){};
});
</script>
</body>
</html>