歡迎光臨, 訪客. 請先 登入註冊一個帳號.
十一月 26, 2024, 07:44:01 上午
19595 文章 在 3865 主題 由 4579 會員
最新註冊會員: aa123aa1
  列出文章
頁: [1]
1  開發 / 模版設計 / 請教 DOMTAB 問題 於: 一月 13, 2005, 02:23:20 下午


我已經弄好 domtab
修改 header.template
<ul id="mainnav">
   <li><a href="#recentpostTab">文章</a></li>
   <li><a href="#commentTab">迴響</a></li>
   <li><a href="#trackbackTab">引用</a></li>
   <li><a href="#scheduleTab">聯播</a></li>
</ul>

最新文章
   <div id="recentpostTab" class="tabcontent" style="display:block;">
   <p>
    {foreach from=$recentposts item=recentpost}
    <img src="imgs/bullet/posts.gif"><a title="{$recentpost->getText()|truncate:150:"..."|strip_tags|escape}" hre
f="{$url->postLink($recentpost)}">{$recentpost->getTopic()}</a><br/>
    {/foreach}
   </p>
   </div>

因為現在還沒有把Smarty搞懂嘍
請教一下
   <div id="xxxxTab" class="tabcontent" style="display:none;">
   <p> 其他3個Tab這裡要怎麼寫? </p>
   </div>
頁: [1]