z-blog默认模板侧栏目代码整理和注释
描述:整理出注释编码列的默认模板&lt&quot&nbsp&Gt的右文件目录,日历等。表示如果需要的话,立即放置模板文档的右列就足够了。以下代码位于Z-blogZ-blog18themesdefaulttemplate:default.html主页模板的以下模板文档中
关键字叙述:整理注释编码栏目默认模板<" >
正确的文件目录、日历等。表示如果需要的话,立即放置模板文档的右列就足够了。
下列编码坐落于Z-Blog18\THEMES\default\TEMPLATE内的下列模板文档内:
default.html主页模板
catalog.html目录页面模板
search.html搜索页面模板
tags.html标签页面模板
single.html文章内容页面模板
默认侧边栏控制模块
<!––>;作为Html注释,其中包含的内容是不容易在计算机浏览器中显示的信息。
HEMES\default\TEMPLATE\default.html,catalog.html,single.html,default.html,tags.html
<!--日历-->
<divclass="function"id="divCalendar">
<h3><#ZC_MSG050#></h3>
<#CACHE_INCLUDE_CALENDAR#>
</div>
<!-- *** 作面板-->
<divclass="function"id="divContorPanel">
<h3><#ZC_MSG025#></h3>
<ul>
<li><ahref="cmd.asp?act=login">[<#ZC_MSG009#>]</a><ahref="cmd.asp?act=vrs">[<#ZC_MSG021#>]</a></li>
</ul>
</div>
<!--网站导航-->
<divclass="function"id="divCatalog">
<h3><#ZC_MSG026#></h3>
<ul>
<#CACHE_INCLUDE_CATALOG#>
</ul>
</div>
<!--全新评价-->
<divclass="function"id="divComments">
<h3><#ZC_MSG027#></h3>
<ul>
<#CACHE_INCLUDE_COMMENTS#>
</ul>
</div>
<!--全新留言板留言-->
<divclass="function"id="divGuestComments">
<h3><#ZC_MSG274#></h3>
<ul><#CACHE_INCLUDE_GUESTCOMMENTS#></ul>
</div>
<!--近期引入-->
<divclass="function"id="divTrackbacks">
<h3><#ZC_MSG154#></h3>
<ul>
<#CACHE_INCLUDE_TRACKBACKS#>
</ul>
</div>
<!--文章内容存档-->
<divclass="function"id="divArchives">
<h3><#ZC_MSG028#></h3>
<ul>
<#CACHE_INCLUDE_ARCHIVES#>
</ul>
</div>
<!--检索-->
<divclass="function"id="divSearchPanel">
<h3><#ZC_MSG085#></h3>
<ul>
<li>
<formmethod="post"action="<#ZC_BLOG_HOST#>cmd.asp?act=Search">
<inputtype="text"name="edtSearch"id="edtSearch"size="12"/>
<inputtype="submit"value="<#ZC_MSG087#>"name="btnPost"id="btnPost"/>
</form>
</li>
</ul>
</div>
<!--网站统计分析-->
<divclass="function"id="divStatistics">
<h3><#ZC_MSG029#></h3>
<ul>
<#CACHE_INCLUDE_STATISTICS#>
</ul>
</div>
<!--网址个人收藏-->
<divclass="function"id="divFavorites">
<h3><#ZC_MSG030#></h3>
<ul>
<#CACHE_INCLUDE_FAVORITE#>
</ul>
</div>
<!--友情链接-->
<divclass="function"id="divLinkage">
<h3><#ZC_MSG031#></h3>
<ul>
<#CACHE_INCLUDE_LINK#>
</ul>
</div>
<!--标志汇聚,可放RSS订阅标志哪些的-->
<divclass="function"id="divMisc">
<h3><#ZC_MSG039#></h3>
<ul>
<#CACHE_INCLUDE_MISC#>
</ul>
</div>
<!--近期发布-->
<divclass="function"id="divPrevious">
<h3><#ZC_MSG032#></h3>
<ulid="ulPrevious">
<scriptlanguage="JavaScript"type="text/javascript">strBatchInculde="ulPrevious=previous,"</script>
</ul>
</div>
<!--TAGs-->
<divclass="function"id="divTags">
<h3><#ZC_MSG138#></h3>
<ul>
<#CACHE_INCLUDE_TAGS#>
</ul>
</div>
自定控制模块
<!--自定控制模块一-->
<divclass="function">
<h3>自定题目</h3>
<ul>这儿写上內容,比如我的详细介绍</ul>
</div>
或者
<!--自定控制模块二-->
divclass="function">
<h3>自定题目</h3>
<ul>
<li>第一段</li>
<li>第二段</li>
<li>依此类推</li>
</ul>
</div>
或者启用包含文件目录中的zidingyi.asp1)文档内容。
注意:zidingyi.asp文件应该是utf-8数字;否则会有错误码;<#CACHE_INCLUDE_ZIDINGYI#>文件中的字定义要和文件目录一致,英文单词全部大写。详细http://wiki.rainbowsoft.org/doku.php?id=主题:提示
<!--自定控制模块三-->
<divclass="function">
<h3>自定题目</h3>
<ul><#CACHE_INCLUDE_ZIDINGYI#></ul>
</div>
评论列表(0条)