請問如何修改index.htm實驗四個顯示。。。
插件步驟我全做了,只差最後一步~就係修改index.htm
呢個風格既index.htm好唔好同。。我唔知應該改邊度~請教我。。
<table cellpadding="0" cellspacing="0" border="0" bgcolor="{BORDERCOLOR}" width="{TABLEWIDTH}" align="center">
<tr><td>
<table cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" border="0" width="100%">
<tr align="left" bgcolor="{ALTBG2}" class="mediumtxt">
<td width="20%">
<p align="center">您的狀況</td>
<td width="20%">
<p align="center">最新資訊</td>
<td width="20%">
<p align="center">最新話題</td>
<td width="20%">
<p align="center">最新回覆</td>
</tr>
<tr align="left" bgcolor="{ALTBG2}" class="mediumtxt">
<td width="20%">
<!--{if $discuz_uid}-->
歡迎你回來<br><span class="bold">$discuz_userss / </span><a href="logging.php?action=logout">{lang logout}</a>
<!--{else}-->
歡迎光臨<br>
請 <a href="register.php">{lang register}</a> 或 <a href="logging.php?action=login">{lang login}</a>,享受更多功能。
<!--{/if}--><br>
{lang index_your} {lang credit_title} <span class="bold">$credit</span>{lang credit_unit}<br>
{lang index_status}: <span class="bold">$grouptitle</span><!--{if $invisible}--> / {lang login_invisible_mode}<!--{/if}--><br>
{lang your_lastvisit} $lastvisittime<br>
IP:<span class="bold">$onlineip</span><br>
{lang location}:<span class="bold">$mem_home</span><br>
{lang stats_os}:<span class="bold">$visitor_os</span><br>
{lang stats_browser}:<span class="bold">$visitor_browser</span><br>
<a href="search.php?srchfrom=$newthreads&searchsubmit=yes">{lang show_newthreads}</a> |
<!--{if $discuz_uid}--><a href="search.php?srchuid=$discuz_uid&srchfrom=604800&searchsubmit=yes">{lang show_mytopics}</a> | <!--{/if}-->
<a href="digest.php">{lang digest}</a> | <a href="member.php?action=markread">{lang mark_read}</a></td>
<td width="20%">
<a href="index.php"><strong>$bbname</strong></a><strong>$navigation</strong><br>
{lang timenow} $currenttime<br>
{lang total} <span class="bold">$threads</span> {lang index_threads} / <span class="bold">$posts</span> {lang index_posts}<br>
共有 <span class="bold">$totalmembers</span> {lang index_members}<br>
現時{lang total} <span class="bold">$onlinenum</span> {lang onlines}<br>
{lang welcome_newmember} <a href="viewpro.php?username=$memberenc"><span class="bold">$lastmember</span></a>
<br><br>
<!-- Search yahoo -->
<table border="0" cellspacing="0" width="100%">
<tr><td>
<form action="http://hk.yahoo.com/srch/sampler/*
http://search.hk.yahoo.com/search/hk" method="get" target="_blank">
<tr><td align="left">
<input name="p" size="12" style="font-size:12px;height:21px;">
<input type="submit" value=" 雅虎搜尋 " style="font-size:12px;height:21px;"><br>
<input type="radio" name="vs" value="" checked>所有網頁
<input type="radio" name="vs" value="www.macaubbs.com">你的指定域名內
</td></tr>
</form>
</td></tr></table>
<!-- Search yahoo -->
</td>
<td width="20%"><!--{loop $new_post_threadlist $nthread}-->
<!--{if $nthread[replies]}-->
<a href="redirect.php?tid=$nthread[tid]&goto=newpost" title="最新話題 {LF}{lang forum}: $nthread[forumname]{LF}{lang subject}: $nthread[subject]{LF}{lang author}: $nthread[author]{LF}發表{lang time}: $nthread[date]{LF}{lang search_views}: $nthread[views] 次 {LF}{lang replies}: $nthread[replies] 次{LF}最後回覆: $nthread[lastreplytime]{LF}{lang lastpost}: $nthread[lastposter]">$nthread[view_subject]</a>
<!--{else}-->
<a href="redirect.php?tid=$nthread[tid]&goto=newpost" title="最新話題 {LF}{lang forum}: $nthread[forumname]{LF}{lang subject}: $nthread[subject]{LF}{lang author}: $nthread[author]{LF}發表{lang time}: $nthread[date]{LF}{lang search_views}: $nthread[views] 次{LF}{lang replies}: 暫時沒有回覆">$nthread[view_subject]</a><!--{/if}-->
$nthread[multipage]<br>
<!--{/loop}--></td></td>
<td width="20%"><!--{loop $new_reply_threadlist $rthread}-->
<a href="redirect.php?tid=$rthread[tid]&goto=lastpost#lastpost" title="最新回覆 {LF}{lang forum}: $rthread[forumname]{LF}{lang subject}: $rthread[subject]{LF}{lang author}: $rthread[author]{LF}發表{lang time}: $rthread[date]{LF}{lang search_views}: $rthread[views] 次{LF}{lang replies}: $rthread[replies] 次{LF}最後回覆: $rthread[lastreplytime]{LF}{lang lastpost}: $rthread[lastposter]">$rthread[view_subject]</a>
$rthread[multipage]<br>
<!--{/loop}--></td>
</tr></table></td></tr></table><br>
應該放係邊。。