space_thread.htm 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!--{template common/header}-->
  2. <!-- header start -->
  3. <div class="wk_header">
  4. <header class="width100">
  5. <h1 class="wk_fl"><a href="portal.php?mod=index"><img alt="$_G[setting][bbname]" src="$_G['style']['styleimgdir']/logo.png" class="width100"/></a></h1>
  6. <div class="wk_fr wk_nav"><div class="toggle-btn wk_hmenu"><span class="icon-i"></span><span class="icon-i"></span><span class="icon-i"></span></div></div>
  7. </header>
  8. </div>
  9. <div class="clear"></div>
  10. <!-- header end -->
  11. <!-- main threadlist start -->
  12. <div class="threadlist">
  13. <ul>
  14. <!--{if $list}-->
  15. <!--{loop $list $thread}-->
  16. <li>
  17. <!--{if $viewtype == 'reply' || $viewtype == 'postcomment'}-->
  18. <a href="forum.php?mod=redirect&goto=findpost&ptid=$thread[tid]&pid=$thread[pid]" target="_blank">$thread[subject]</a>
  19. <!--{else}-->
  20. <a href="forum.php?mod=viewthread&tid=$thread[tid]" target="_blank" {if $thread['displayorder'] == -1}class="grey"{/if}>$thread[subject]</a>
  21. <!--{/if}-->
  22. <span class="num">{$thread[replies]}</span>
  23. <!--{if in_array($thread['displayorder'], array(1, 2, 3, 4))}-->
  24. <span class="icon_top"><img src="{STATICURL}image/mobile/images/icon_top.png"></span>
  25. <!--{elseif $thread['attachment'] == 2}-->
  26. <span class="icon_tu"><img src="{STATICURL}image/mobile/images/icon_tu.png"></span>
  27. <!--{/if}-->
  28. </li>
  29. <!--{/loop}-->
  30. <!--{else}-->
  31. <li>{lang no_related_posts}</li>
  32. <!--{/if}-->
  33. </ul>
  34. $multi
  35. </div>
  36. <!-- main threadlist end -->
  37. <!--{eval $nofooter = true;}-->
  38. <!--{template common/footer}-->