免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖
  1.                                                 <td class="folder"><img src="{IMGDIR}/ann_icon.gif" alt="{lang announcement}" /></td>
  2.                                                 <td class="icon">&nbsp;</td>
  3.                                                 <!--{if $forum['ismoderator']}--><td class="icon">&nbsp;</td><!--{/if}-->
  4.                                                 <th class="subject"><strong>{lang announcement}: <!--{if empty($announcement['type'])}--><a href="announcement.php?id=$announcement[id]#$announcement[id]" target="_blank">$announcement[subject]</a><!--{else}--><a href="$announcement[message]" target="_blank">$announcement[subject]</a><!--{/if}--></strong></th>
  5.                                                 <td class="author">
  6.                                                         <cite><a href="space.php?uid=$announcement[authorid]">$announcement[author]</a></cite>
  7.                                                         <em>$announcement[starttime]</em>
  8.                                                 </td>
  9.                                                 <td class="nums">&nbsp;</td>
  10.                                                 <td class="lastpost">&nbsp;</td>
  11.                                         </tr>
  12.                                 </tbody>
  13.                                 <!--{/if}-->

  14.                                 <!--{if $threadcount}-->
  15.                                 <!--{loop $threadlist $key $thread}-->

  16.                                 <!--{if $forumseparator == 1 && $separatepos == $key + 1}-->
  17.                                 <tbody>
  18.                                         <tr>
  19.                                                 <td class="folder"></td><td>&nbsp;</td>
  20.                                                 <!--{if $forum['ismoderator']}--><td>&nbsp;</td><!--{/if}-->
複製代碼

TOP

你要的是這份嗎?不是我就不往下貼了哦....
  1.                                                 <th class="subject">{lang forum_thread}</th><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>
  2.                                         </tr>
  3.                                 </tbody>
  4.                                 <!--{/if}-->
  5.                                 <tbody id="$thread[id]">
  6.                                         <tr>
  7.                                                 <td class="folder">
  8.                                                         <a href="viewthread.php?tid=$thread[tid]&amp;extra=$extra" title="{lang target_blank}" target="_blank">
  9.                                                         <!--{if $thread[folder] == 'lock'}-->
  10.                                                                 <img src="{IMGDIR}/folder_lock.gif" /></a>
  11.                                                         <!--{elseif in_array($thread['displayorder'], array(1, 2, 3, 4))}-->
  12.                                                                 <img src="{IMGDIR}/pin_$thread[displayorder].gif" alt="$threadsticky[3-$thread[displayorder]]" /></a>
  13.                                                         <!--{else}-->
  14.                                                                 <img src="{IMGDIR}/folder_$thread[folder].gif" /></a>
  15.                                                         <!--{/if}-->
  16.                                                 </td>
  17.                                                 <td class="icon">
  18.                                                 <!--{if $thread['special'] == 1}-->
  19.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=poll"><img src="{IMGDIR}/pollsmall.gif" alt="{lang thread_poll}" /></a>
  20.                                                 <!--{elseif $thread['special'] == 2}-->
  21.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=trade"><img src="{IMGDIR}/tradesmall.gif" alt="{lang thread_trade}" /></a>
  22.                                                 <!--{elseif $thread['special'] == 3}-->
複製代碼

TOP

  1.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=reward"><img src="{IMGDIR}/rewardsmall.gif" alt="{lang thread_reward}" <!--{if $thread['price'] < 0}-->class="solved"<!--{/if}--> /></a>
  2.                                                 <!--{elseif $thread['special'] == 4}-->
  3.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=activity"><img src="{IMGDIR}/activitysmall.gif" alt="{lang thread_activity}" /></a>
  4.                                                 <!--{elseif $thread['special'] == 5}-->
  5.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=debate"><img src="{IMGDIR}/debatesmall.gif" alt="{lang thread_debate}" /></a>
  6.                                                 <!--{else}-->
  7.                                                         $thread['icon']
  8.                                                 <!--{/if}-->
  9.                                                 </td>
  10.                                                 <!--{if $forum['ismoderator']}-->
  11.                                                 <td class="icon">
  12.                                                         <!--{if $thread['fid'] == $fid && $thread['digest'] >= 0}-->
  13.                                                                 <!--{if $thread['displayorder'] <= 3 || $adminid == 1}-->
  14.                                                                         <input onclick="tmodclick(this)" class="checkbox" type="checkbox" name="moderate[]" value="$thread[tid]" />
  15.                                                                 <!--{else}-->
  16.                                                                         <input class="checkbox" type="checkbox" disabled="disabled" />
  17.                                                                 <!--{/if}-->
  18.                                                         <!--{else}-->
  19.                                                                 <input class="checkbox" type="checkbox" disabled="disabled" />
  20.                                                         <!--{/if}-->
  21.                                                 </td>
  22.                                                 <!--{/if}-->                                                <th class="subject $thread[folder]">
  23.                                                         <label>{$pluginhooks[forumdisplay_thread][$key]}&nbsp;</label>
  24.                                                         <!--{if $thread['moved']}-->
  25.                                                                 <!--{if $forum['ismoderator']}-->
  26.                                                                         <a href="topicadmin.php?action=moderate&optgroup=3&operation=delete&tid=$thread[moved]" onclick="showWindow('mods', this.href);return false">{lang thread_moved}:</a>
  27.                                                                 <!--{else}-->
  28.                                                                         {lang thread_moved}:
  29.                                                                 <!--{/if}-->
  30.                                                         <!--{/if}-->
  31.                                                         $thread[sortid] $thread[typeid]
  32.                                                         <span id="thread_$thread[tid]"><a href="viewthread.php?tid=$thread[tid]&amp;extra=$extra"$thread[highlight]>$thread[subject]</a></span>
  33.                                                         <!--{if $thread['readperm']}--> - [{lang readperm} <span class="bold">$thread[readperm]</span>]<!--{/if}-->
  34.                                                         <!--{if $thread['price'] > 0}-->
  35.                                                                 <!--{if $thread['special'] == '3'}-->
  36.                                                                 - <span style="color: #C60">[{lang thread_reward}{$extcredits[$creditstransextra[2]][title]} <span class="bold">$thread[price]</span> {$extcredits[$creditstransextra[2]][unit]}]</span>
  37.                                                                 <!--{else}-->
  38.                                                                 - [{lang price} {$extcredits[$creditstransextra[1]][title]} <span class="bold">$thread[price]</span> {$extcredits[$creditstransextra[1]][unit]}]
  39.                                                                 <!--{/if}-->
  40.                                                         <!--{elseif $thread['special'] == '3' && $thread['price'] < 0}-->
  41.                                                                 - <span style="color: #269F11">[{lang reward_solved}]</span>
  42.                                                         <!--{/if}-->
  43.                                                         <!--{if $thread['attachment'] == 2}-->
  44.                                                                 <img src="images/attachicons/image_s.gif" alt="{lang attach_img}" class="attach" />
  45.                                                         <!--{elseif $thread['attachment'] == 1}-->
  46.                                                                 <img src="images/attachicons/common.gif" alt="{lang attachment}" class="attach" />
  47.                                                         <!--{/if}-->
  48.                                                         <!--{if $thread['displayorder'] == 0}-->
  49.                                                                 <!--{if $thread[recommendicon]}-->
複製代碼

TOP

  1.                                                                         <img src="{IMGDIR}/recommend_$thread[recommendicon].gif" class="attach" alt="{lang thread_recommend}" title="{lang thread_recommend}" />
  2.                                                                 <!--{/if}-->
  3.                                                                 <!--{if $thread[heatlevel]}-->
  4.                                                                         <img src="{IMGDIR}/hot_$thread[heatlevel].gif" class="attach" alt="$thread[heatlevel] {lang heats}" title="$thread[heatlevel] {lang heats}" />
  5.                                                                 <!--{/if}-->
  6.                                                                 <!--{if $thread['digest'] > 0}-->
  7.                                                                         <img src="{IMGDIR}/digest_$thread[digest].gif" class="attach" alt="{lang thread_digest} $thread[digest]" title="{lang thread_digest} $thread[digest]" />
  8.                                                                 <!--{/if}-->
  9.                                                                 <!--{if $thread['rate'] > 0}-->
  10.                                                                         <img src="{IMGDIR}/agree.gif" class="attach" alt="{lang rate_credit_add}" title="{lang rate_credit_add}" />
  11.                                                                 <!--{/if}-->
  12.                                                         <!--{/if}-->
  13.                                                         <!--{if $thread[multipage]}-->
  14.                                                                 <span class="threadpages">$thread[multipage]</span>
  15.                                                         <!--{/if}-->
  16.                                                 </th>
  17.                                                 <td class="author">
  18.                                                         <cite>
  19.                                                         <!--{if $thread['authorid'] && $thread['author']}-->
  20.                                                                 <a href="space.php?uid=$thread[authorid]">$thread[author]</a>
  21.                                                         <!--{else}-->
  22.                                                                 <!--{if $forum['ismoderator']}-->                                                                        <a href="space.php?uid=$thread[authorid]">{lang anonymous}</a>
  23.                                                                 <!--{else}-->
  24.                                                                         {lang anonymous}
  25.                                                                 <!--{/if}-->
  26.                                                         <!--{/if}-->
  27.                                                         </cite>
  28.                                                         <em>$thread[dateline]</em>
  29.                                                 </td>
  30.                                                 <td class="nums"><strong>$thread[replies]</strong>/<em>$thread[views]</em></td>
  31.                                                 <td class="lastpost">
  32.                                                         <cite><!--{if $thread['lastposter']}--><a href="{if $thread[digest] != -2}space.php?username=$thread[lastposterenc]{else}viewthread.php?tid=$thread[tid]&amp;page={echo max(1, $thread[pages]);}{/if}">$thread[lastposter]</a><!--{else}-->{lang anonymous}<!--{/if}--></cite>
  33.                                                         <em><a href="{if $thread[digest] != -2}redirect.php?tid=$thread[tid]&amp;goto=lastpost$highlight#lastpost{else}viewthread.php?tid=$thread[tid]&amp;page={echo max(1, $thread[pages]);}{/if}">$thread[lastpost]</a></em>
  34.                                                 </td>
  35.                                         </tr>
  36.                                 </tbody>
  37.                                 <!--{/loop}-->
  38.                         <!--{else}-->
  39.                                 <tbody><tr><th colspan="6"><p class="nodata">{lang forum_nothreads}</p></th></tr></tbody>
  40.                         <!--{/if}-->
  41.                         </table>                        <!--{if $forum['ismoderator'] && $threadcount}-->
  42.                                 {template topicadmin_modlayer}
  43.                         <!--{/if}-->

  44.                 </form>
  45.                 </div>
  46.                 <div class="pages_btns s_clear">
  47.                         $multipage
  48.                         <span <!--{if $visitedforums}-->id="visitedforums" onmouseover="$('visitedforums').id = 'visitedforumstmp';this.id = 'visitedforums';showMenu({'ctrlid':this.id})"<!--{/if}--> class="pageback"><a href="$indexname">{lang return_index}</a></span>
  49.                         <span class="postbtn" id="newspecialtmp" onmouseover="$('newspecial').id = 'newspecialtmp';this.id = 'newspecial';showMenu({'ctrlid':this.id})"><a href="post.php?action=newthread&fid=$fid"{if !$forum['allowspecialonly']} onclick="showWindow('newthread', this.href);return false;"{/if}>{lang send_posts}</a></span>
  50.                 </div>

  51.                 <!--{if $whosonlinestatus}-->
  52.                 <dl id="onlinelist">
  53.                         <!--{if $detailstatus}-->
  54.                         <dd>                                <span class="headactions"><a href="forumdisplay.php?fid=$fid&amp;page=$page&amp;showoldetails=no#online"><img src="{IMGDIR}/collapsed_no.gif" alt="" /></a></span>
  55.                                 <h3>{lang forum_activeusers}</h3>
  56.                         </dd>
  57.                         <dd>
  58.                                 <ul class="s_clear">
  59.                                 <!--{loop $whosonline $key $online}-->
  60.                                         <li title="{lang time}: $online[lastactivity]{LF} {lang action}: $online[action]{LF} {lang forum}: $forumname">
  61.                                         <img src="images/common/$online[icon]"  alt="" />
  62.                                         <!--{if $online['uid']}-->
  63.                                                 <a href="space.php?uid=$online[uid]">$online[username]</a>
  64.                                         <!--{else}-->
  65.                                                 $online[username]
  66.                                         <!--{/if}-->
  67.                                         </li>
  68.                                 <!--{/loop}-->
  69.                                 </ul>
  70.                         </dd>
  71.                         <!--{else}-->
  72.                         <dt>
  73.                                 <span class="headactions"><a href="forumdisplay.php?fid=$fid&amp;page=$page&amp;showoldetails=yes#online" class="nobdr"><img src="{IMGDIR}/collapsed_yes.gif" alt="" /></a></span>
複製代碼

TOP

  1.                                 <h3>{lang forum_activeusers}</h3>
  2.                         </dt>
  3.                         <!--{/if}-->
  4.                 </dl>
  5.                 <!--{/if}-->
  6.                 $pluginhooks[forumdisplay_bottom]

  7.         </div>
  8. </div>
  9. <!--{if $infosidestatus[allow] == 2}-->
  10.         <div id="sidebar" class="side" style="$collapse[sidebar]">
  11.                 <!--{if !empty($qihoo['status']) && ($qihoo['searchbox'] & 2)}-->
  12.                         <div id="qihoosearch" class="sidebox">
  13.                                 <form method="post" action="search.php?srchtype=qihoo" onSubmit="this.target='_blank';">
  14.                                 <input type="hidden" name="searchsubmit" value="yes" />
  15.                                 <input type="text" class="txt" name="srchtxt" size="20" value="$qihoo_searchboxtxt" />
  16.                                 &nbsp;<button type="submit">{lang search}</button>
  17.                                 </form>
  18.                         </div>
  19.                 <!--{/if}-->
  20.                 <!--{if $infosidestatus[0]}-->
  21.                         <!--{if !empty($qihoo['status']) && ($qihoo['searchbox'] & 2)}-->
  22.                                 <hr class="shadowline"/>
  23.                         <!--{/if}-->
  24.                         <div id="infoside">
  25.                         {eval request($infosidestatus, 1, 0);}
  26.                         </div>
  27.                 <!--{/if}-->
  28.         </div>
  29. <!--{/if}-->

  30. <!--{if $allowpost && ($allowposttrade || $allowpostpoll || $allowpostreward || $allowpostactivity || $allowpostdebate || $threadplugins || $forum['threadsorts'])}-->
  31.         <ul class="popupmenu_popup postmenu" id="newspecial_menu" style="display: none">
  32.                 <!--{if !$forum['allowspecialonly']}--><li><a href="post.php?action=newthread&fid=$fid" onclick="showWindow('newthread', this.href);doane(event)">{lang post_newthread}</a></li><!--{/if}-->
  33.                 <!--{if $allowpostpoll}--><li class="poll"><a href="post.php?action=newthread&fid=$fid&special=1">{lang post_newthreadpoll}</a></li><!--{/if}-->
  34.                 <!--{if $allowpostreward}--><li class="reward"><a href="post.php?action=newthread&fid=$fid&special=3">{lang post_newthreadreward}</a></li><!--{/if}-->
  35.                 <!--{if $allowpostdebate}--><li class="debate"><a href="post.php?action=newthread&fid=$fid&special=5">{lang post_newthreaddebate}</a></li><!--{/if}-->
  36.                 <!--{if $allowpostactivity}--><li class="activity"><a href="post.php?action=newthread&fid=$fid&special=4">{lang post_newthreadactivity}</a></li><!--{/if}-->
  37.                 <!--{if $allowposttrade}--><li class="trade"><a href="post.php?action=newthread&fid=$fid&special=2">{lang post_newthreadtrade}</a></li><!--{/if}-->
  38.                 <!--{if $threadplugins}-->
  39.                         <!--{loop $forum['threadplugin'] $tpid}-->                                <!--{if array_key_exists($tpid, $threadplugins) && @in_array($tpid, $allowthreadplugin)}-->
  40.                                         <li class="popupmenu_option"{if $threadplugins[$tpid][icon]} style="background-image:url($threadplugins[$tpid][icon])"{/if}><a href="post.php?action=newthread&fid=$fid&specialextra=$tpid">{$threadplugins[$tpid][name]}</a></li>
  41.                                 <!--{/if}-->
  42.                         <!--{/loop}-->
  43.                 <!--{/if}-->
  44.                 <!--{if $forum['threadsorts'] && !$forum['allowspecialonly']}-->
  45.                         <!--{loop $forum['threadsorts']['types'] $id $threadsorts}-->
  46.                                 <!--{if $forum['threadsorts']['show'][$id]}-->
  47.                                         <li class="popupmenu_option"><a href="post.php?action=newthread&amp;fid=$fid&amp;extra=$extra&amp;sortid=$id">$threadsorts</a></li>
  48.                                 <!--{/if}-->
  49.                         <!--{/loop}-->
  50.                         <!--{loop $forum['typemodels'] $id $model}-->
  51.                                 <li class="popupmenu_option"><a href="post.php?action=newthread&amp;fid=$fid&amp;extra=$extra&amp;modelid=$id">$model[name]</a></li>
  52.                         <!--{/loop}-->
  53.                 <!--{/if}-->
  54.         </ul>
  55. <!--{/if}-->
複製代碼

TOP

  1. <ul class="popupmenu_popup headermenu_popup filter_popup" id="filtertype_menu" style="display: none;">
  2.         <li><a href="forumdisplay.php?fid=$fid">{lang forum_viewall}</a></li>
  3.         <!--{if $showpoll}--><li {if $filter == 'poll'}class="active"{/if}><a href="forumdisplay.php?fid=$fid&amp;filter=poll">{lang thread_poll}</a></li><!--{/if}-->
  4.         <!--{if $showtrade}--><li {if $filter == 'trade'}class="active"{/if}><a href="forumdisplay.php?fid=$fid&amp;filter=trade">{lang thread_trade}</a></li><!--{/if}-->
  5.         <!--{if $showreward}--><li {if $filter == 'reward'}class="active"{/if}><a href="forumdisplay.php?fid=$fid&amp;filter=reward">{lang thread_reward}</a></li><!--{/if}-->
  6.         <!--{if $showactivity}--><li {if $filter == 'activity'}class="active"{/if}><a href="forumdisplay.php?fid=$fid&amp;filter=activity">{lang thread_activity}</a></li><!--{/if}-->
  7.         <!--{if $showdebate}--><li {if $filter == 'debate'}class="active"{/if}><a href="forumdisplay.php?fid=$fid&amp;filter=debate">{lang thread_debate}</a></li><!--{/if}-->
  8.         <!--{if $threadplugins}-->
  9.                 <!--{loop $forum['threadplugin'] $tpid}-->
  10.                         <!--{if array_key_exists($tpid, $threadplugins) && @in_array($tpid, $allowthreadplugin)}-->
  11.                                 <li  {if $filter == 'special' && $extraid == $tpid}class="active"{/if}><a href="forumdisplay.php?fid=$fid&amp;filter=special&extraid=$tpid">{$threadplugins[$tpid][name]}</a></li>
  12.                         <!--{/if}-->
  13.                 <!--{/loop}-->
  14.         <!--{/if}-->
  15. </ul>

  16. <!--{if $visitedforums}-->
  17.         <ul class="popupmenu_popup" id="visitedforums_menu" style="display: none">
  18.                 $visitedforums
  19.         </ul>
  20. <!--{/if}-->

  21. <!--{if $forumjump}-->
  22.         <div class="popupmenu_popup" id="fjump_menu" style="display: none">
  23.         $forummenu
  24.         </div>
  25. <!--{/if}-->

  26. <!--{if $maxpage > 1}-->
  27.         <script type="text/javascript">document.onkeyup = function(e){keyPageScroll(e, {if $page > 1}1{else}0{/if}, {if $page < $maxpage}1{else}0{/if}, 'forumdisplay.php?fid=$fid$forumdisplayadd', $page);}</script>
  28. <!--{/if}-->

  29. {subtemplate footer}
複製代碼
貼完啦,恭喜你(也恭喜我
貼錯個就要換方式了"

TOP

返回列表