深圳新房达人波哥带你看房 發表於 2009-6-6 15:42:46

z-blog默认模板侧栏目代码整理和注释

关键字描述:整理 注释 代码 栏目 默认 模板 &lt &quot &nbsp &gt<br /><br />



<p>右侧的目录啦日历啦等一些说明,需要的时候直接放模板文件的右侧栏就可以了。 </p>

以下代码位于Z-Blog18\THEMES\default\TEMPLATE 内的以下模板文件内:

<p> </p>

<ol>

    <li class="level1">

    default.html 首页模板

   

    <li class="level1">

    catalog.html 列表页模板

   

    <li class="level1">

    search.html 搜索页模板

   

    <li class="level1">

    tags.html tags页模板

   

    <li class="level1">

    single.html 文章页模板

   

</ol>

<p> </p>





<h2>默认侧栏模块</h2>



<p>&lt;!&ndash; &ndash;&gt;为Html注释符,其中包含的内容不会显示在浏览器中 </p>



<p class="codehead codeShown">HEMES\default\TEMPLATE\default.html,catalog.html,single.html,search.html,tags.html</p>

<pre class="html4strict code html4strict codeShown">&lt;!--日历--&gt;

&lt;div class=&quot;function&quot; id=&quot;divCalendar&quot;&gt;

&lt;h3&gt;&lt;#ZC_MSG050#&gt;&lt;/h3&gt;

&lt;#CACHE_INCLUDE_CALENDAR#&gt;

&lt;/div&gt;





&lt;!--控制面板--&gt;

&lt;div class=&quot;function&quot; id=&quot;divContorPanel&quot;&gt;

&lt;h3&gt;&lt;#ZC_MSG025#&gt;&lt;/h3&gt;

&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;cmd.asp?act=login&quot;&gt;[&lt;#ZC_MSG009#&gt;]&lt;/a&gt;&lt;a href=&quot;cmd.asp?act=vrs&quot;&gt;[&lt;#ZC_MSG021#&gt;]&lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;

&lt;/div&gt;





&lt;!--网站目录--&gt;

&lt;div class=&quot;function&quot; id=&quot;divCatalog&quot;&gt;

&lt;h3&gt;&lt;#ZC_MSG026#&gt;&lt;/h3&gt;

&lt;ul&gt;

&lt;#CACHE_INCLUDE_CATALOG#&gt;

&lt;/ul&gt;

&lt;/div&gt;





&lt;!--最新评论--&gt;

&lt;div class=&quot;function&quot; id=&quot;divComments&quot;&gt;

&lt;h3&gt;&lt;#ZC_MSG027#&gt;&lt;/h3&gt;

&lt;ul&gt;

&lt;#CACHE_INCLUDE_COMMENTS#&gt;

&lt;/ul&gt;

&lt;/div&gt;





&lt;!--最新留言--&gt;

&lt;div class=&quot;function&quot; id=&quot;divGuestComments&quot;&gt;

&lt;h3&gt;&lt;#ZC_MSG274#&gt;&lt;/h3&gt;

&lt;ul&gt;&lt;#CACHE_INCLUDE_GUESTCOMMENTS#&gt;&lt;/ul&gt;

&lt;/div&gt;





&lt;!--最近引用--&gt;

&lt;div class=&quot;function&quot; id=&quot;divTrackbacks&quot;&gt;

&lt;h3&gt;&lt;#ZC_MSG154#&gt;&lt;/h3&gt;

&lt;ul&gt;

&lt;#CACHE_INCLUDE_TRACKBACKS#&gt;

&lt;/ul&gt;

&lt;/div&gt;





&lt;!--文章归档--&gt;

&lt;div class=&quot;function&quot; id=&quot;divArchives&quot;&gt;

&lt;h3&gt;&lt;#ZC_MSG028#&gt;&lt;/h3&gt;

&lt;ul&gt;

&lt;#CACHE_INCLUDE_ARCHIVES#&gt;

&lt;/ul&gt;

&lt;/div&gt;





&lt;!--搜索--&gt;

&lt;div class=&quot;function&quot; id=&quot;divSearchPanel&quot;&gt;

&lt;h3&gt;&lt;#ZC_MSG085#&gt;&lt;/h3&gt;

&lt;ul&gt;

&lt;li&gt;

&lt;form method=&quot;post&quot; action=&quot;&lt;#ZC_BLOG_HOST#&gt;cmd.asp?act=Search&quot;&gt;

&lt;input type=&quot;text&quot; name=&quot;edtSearch&quot; id=&quot;edtSearch&quot; size=&quot;12&quot; /&gt;

&lt;input type=&quot;submit&quot; value=&quot;&lt;#ZC_MSG087#&gt;&quot; name=&quot;btnPost&quot; id=&quot;btnPost&quot; /&gt;

&lt;/form&gt;

&lt;/li&gt;

&lt;/ul&gt;

&lt;/div&gt;





&lt;!--站点统计--&gt;

&lt;div class=&quot;function&quot; id=&quot;divStatistics&quot;&gt;

&lt;h3&gt;&lt;#ZC_MSG029#&gt;&lt;/h3&gt;

&lt;ul&gt;

&lt;#CACHE_INCLUDE_STATISTICS#&gt;

&lt;/ul&gt;

&lt;/div&gt;





&lt;!--网站收藏--&gt;

&lt;div class=&quot;function&quot; id=&quot;divFavorites&quot;&gt;

&lt;h3&gt;&lt;#ZC_MSG030#&gt;&lt;/h3&gt;

&lt;ul&gt;

&lt;#CACHE_INCLUDE_FAVORITE#&gt;

&lt;/ul&gt;

&lt;/div&gt;





&lt;!--友情连接--&gt;

&lt;div class=&quot;function&quot; id=&quot;divLinkage&quot;&gt;

&lt;h3&gt;&lt;#ZC_MSG031#&gt;&lt;/h3&gt;

&lt;ul&gt;

&lt;#CACHE_INCLUDE_LINK#&gt;

&lt;/ul&gt;

&lt;/div&gt;





&lt;!--图标汇集,可放RSS订阅图标什么的--&gt;

&lt;div class=&quot;function&quot; id=&quot;divMisc&quot;&gt;

&lt;h3&gt;&lt;#ZC_MSG039#&gt;&lt;/h3&gt;

&lt;ul&gt;

&lt;#CACHE_INCLUDE_MISC#&gt;

&lt;/ul&gt;

&lt;/div&gt;





&lt;!--最近发表--&gt;

&lt;div class=&quot;function&quot; id=&quot;divPrevious&quot;&gt;

&lt;h3&gt;&lt;#ZC_MSG032#&gt;&lt;/h3&gt;

&lt;ul id=&quot;ulPrevious&quot;&gt;

&lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&gt;strBatchInculde =&quot;ulPrevious=previous,&quot;&lt;/script&gt;

&lt;/ul&gt;

&lt;/div&gt;





&lt;!--TAGs--&gt;

&lt;div class=&quot;function&quot; id=&quot;divTags&quot;&gt;

&lt;h3&gt;&lt;#ZC_MSG138#&gt;&lt;/h3&gt;

&lt;ul&gt;

&lt;#CACHE_INCLUDE_TAGS#&gt;

&lt;/ul&gt;

&lt;/div&gt;</pre>





<h2>自定义模块</h2>



<pre class="html4strict code html4strict">&lt;!--自定义模块一--&gt;

&lt;div class=&quot;function&quot;&gt;

&lt;h3&gt;自定义标题&lt;/h3&gt;

&lt;ul&gt;这里写上内容,例如我的介绍&lt;/ul&gt;

&lt;/div&gt;</pre>

<p>或者 </p>

<pre class="html4strict code html4strict">&lt;!--自定义模块二--&gt;

div class=&quot;function&quot;&gt;

&lt;h3&gt;自定义标题&lt;/h3&gt;

&lt;ul&gt;

&lt;li&gt;第一段&lt;/li&gt;

&lt;li&gt;第二段&lt;/li&gt;

&lt;li&gt;以此类推&lt;/li&gt;

&lt;/ul&gt;

&lt;/div&gt;</pre>

<p>或者调用INCLUDE目录下的zidingyi.asp1)文件内容 </p>

<p>注意:zidingyi.asp文件应为utf-8编码要不然会出现乱码;&lt;#CACHE_INCLUDE_ZIDINGYI#&gt;里的ZIDINGYI要与文件名称一致,并且全部大写。 详见 http://wiki.rainbowsoft.org/doku.php?id=themes:tips </p>

<pre class="html4strict code html4strict">&lt;!--自定义模块三--&gt;

&lt;div class=&quot;function&quot;&gt;

&lt;h3&gt;自定义标题&lt;/h3&gt;

&lt;ul&gt;&lt;#CACHE_INCLUDE_ZIDINGYI#&gt;&lt;/ul&gt;

&lt;/div&gt;</pre>

<br />
頁: [1]
查看完整版本: z-blog默认模板侧栏目代码整理和注释