space_thread.htm 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!--{template common/header}-->
  2. <!-- header start -->
  3. <header class="header">
  4. <div class="nav">
  5. <a href="home.php?mod=space&uid=1&do=profile&mycenter=1" class="z"><img src="{STATICURL}image/mobile/images/icon_back.png" /></a>
  6. <span>{lang mythread}</span>
  7. </div>
  8. </header>
  9. <!-- header end -->
  10. <!-- main threadlist start -->
  11. <div class="threadlist">
  12. <ul>
  13. <!--{if $list}-->
  14. <!--{loop $list $thread}-->
  15. <li>
  16. <!--{if $viewtype == 'reply' || $viewtype == 'postcomment'}-->
  17. <a href="forum.php?mod=redirect&goto=findpost&ptid=$thread[tid]&pid=$thread[pid]" target="_blank">$thread[subject]</a>
  18. <!--{else}-->
  19. <a href="forum.php?mod=viewthread&tid=$thread[tid]" target="_blank" {if $thread['displayorder'] == -1}class="grey"{/if}>$thread[subject]</a>
  20. <!--{/if}-->
  21. <span class="num">{$thread[replies]}</span>
  22. <!--{if in_array($thread['displayorder'], array(1, 2, 3, 4))}-->
  23. <span class="icon_top"><img src="{STATICURL}image/mobile/images/icon_top.png"></span>
  24. <!--{elseif $thread['attachment'] == 2}-->
  25. <span class="icon_tu"><img src="{STATICURL}image/mobile/images/icon_tu.png"></span>
  26. <!--{/if}-->
  27. </li>
  28. <!--{/loop}-->
  29. <!--{else}-->
  30. <li>{lang no_related_posts}</li>
  31. <!--{/if}-->
  32. </ul>
  33. $multi
  34. </div>
  35. <!-- main threadlist end -->
  36. <!--{eval $nofooter = true;}-->
  37. <!--{template common/footer}-->