亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

z-blog默認(rèn)模板側(cè)欄目代碼整理和注釋

互聯(lián)網(wǎng)   發(fā)布時間:2009-06-06 15:42:46   作者:jb51   我要評論
關(guān)鍵字描述:整理 注釋 代碼 欄目 默認(rèn) 模板 < "   > 右側(cè)的目錄啦日歷啦等一些說明,需要的時候直接放模板文件的右側(cè)欄就可以了。 以下代碼位于Z-Blog18THEMESdefaultTEMPLATE 內(nèi)的以下模板文件內(nèi): default.html 首頁模板
關(guān)鍵字描述:整理 注釋 代碼 欄目 默認(rèn) 模板 < "   >

右側(cè)的目錄啦日歷啦等一些說明,需要的時候直接放模板文件的右側(cè)欄就可以了。

以下代碼位于Z-Blog18\THEMES\default\TEMPLATE 內(nèi)的以下模板文件內(nèi):

  1. default.html 首頁模板
  2. catalog.html 列表頁模板
  3. search.html 搜索頁模板
  4. tags.html tags頁模板
  5. single.html 文章頁模板

默認(rèn)側(cè)欄模塊

<!– –>為Html注釋符,其中包含的內(nèi)容不會顯示在瀏覽器中

HEMES\default\TEMPLATE\default.html,catalog.html,single.html,search.html,tags.html

<!--日歷-->

<div class="function" id="divCalendar">

<h3><#ZC_MSG050#></h3>

<#CACHE_INCLUDE_CALENDAR#>

</div>

 

 

<!--控制面板-->

<div class="function" id="divContorPanel">

<h3><#ZC_MSG025#></h3>

<ul>

<li><a href="cmd.asp?act=login">[<#ZC_MSG009#>]</a>  <a href="cmd.asp?act=vrs">[<#ZC_MSG021#>]</a></li>

</ul>

</div>

 

 

<!--網(wǎng)站目錄-->

<div class="function" id="divCatalog">

<h3><#ZC_MSG026#></h3>

<ul>

<#CACHE_INCLUDE_CATALOG#>

</ul>

</div>

 

 

<!--最新評論-->

<div class="function" id="divComments">

<h3><#ZC_MSG027#></h3>

<ul>

<#CACHE_INCLUDE_COMMENTS#>

</ul>

</div>

 

 

<!--最新留言-->

<div class="function" id="divGuestComments">

<h3><#ZC_MSG274#></h3>

<ul><#CACHE_INCLUDE_GUESTCOMMENTS#></ul>

</div>

 

 

<!--最近引用-->

<div class="function" id="divTrackbacks">

<h3><#ZC_MSG154#></h3>

<ul>

<#CACHE_INCLUDE_TRACKBACKS#>

</ul>

</div>

 

 

<!--文章歸檔-->

<div class="function" id="divArchives">

<h3><#ZC_MSG028#></h3>

<ul>

<#CACHE_INCLUDE_ARCHIVES#>

</ul>

</div>

 

 

<!--搜索-->

<div class="function" id="divSearchPanel">

<h3><#ZC_MSG085#></h3>

<ul>

<li>

<form method="post" action="<#ZC_BLOG_HOST#>cmd.asp?act=Search">

<input type="text" name="edtSearch" id="edtSearch" size="12" />

<input type="submit" value="<#ZC_MSG087#>" name="btnPost" id="btnPost" />

</form>

</li>

</ul>

</div>

 

 

<!--站點(diǎn)統(tǒng)計-->

<div class="function" id="divStatistics">

<h3><#ZC_MSG029#></h3>

<ul>

<#CACHE_INCLUDE_STATISTICS#>

</ul>

</div>

 

 

<!--網(wǎng)站收藏-->

<div class="function" id="divFavorites">

<h3><#ZC_MSG030#></h3>

<ul>

<#CACHE_INCLUDE_FAVORITE#>

</ul>

</div>

 

 

<!--友情連接-->

<div class="function" id="divLinkage">

<h3><#ZC_MSG031#></h3>

<ul>

<#CACHE_INCLUDE_LINK#>

</ul>

</div>

 

 

<!--圖標(biāo)匯集,可放RSS訂閱圖標(biāo)什么的-->

<div class="function" id="divMisc">

<h3><#ZC_MSG039#></h3>

<ul>

<#CACHE_INCLUDE_MISC#>

</ul>

</div>

 

 

<!--最近發(fā)表-->

<div class="function" id="divPrevious">

<h3><#ZC_MSG032#></h3>

<ul id="ulPrevious">

<script language="JavaScript" type="text/javascript">strBatchInculde ="ulPrevious=previous,"</script>

</ul>

</div>

 

 

<!--TAGs-->

<div class="function" id="divTags">

<h3><#ZC_MSG138#></h3>

<ul>

<#CACHE_INCLUDE_TAGS#>

</ul>

</div>

自定義模塊

<!--自定義模塊一-->

<div class="function">

<h3>自定義標(biāo)題</h3>

<ul>這里寫上內(nèi)容,例如我的介紹</ul>

</div>

或者

<!--自定義模塊二-->

div class="function">

<h3>自定義標(biāo)題</h3>

<ul>

<li>第一段</li>

<li>第二段</li>

<li>以此類推</li>

</ul>

</div>

或者調(diào)用INCLUDE目錄下的zidingyi.asp1)文件內(nèi)容

注意:zidingyi.asp文件應(yīng)為utf-8編碼要不然會出現(xiàn)亂碼;<#CACHE_INCLUDE_ZIDINGYI#>里的ZIDINGYI要與文件名稱一致,并且全部大寫。 詳見 http://wiki.rainbowsoft.org/doku.php?id=themes:tips

<!--自定義模塊三-->

<div class="function">

<h3>自定義標(biāo)題</h3>

<ul><#CACHE_INCLUDE_ZIDINGYI#></ul>

</div>

相關(guān)文章

最新評論