block_more_group_thread.htm 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <!--{template common/header}-->
  2. <div id="pt" class="bm cl">
  3. <div class="z">
  4. <a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a> <em>&rsaquo;</em>
  5. <a href="$_G[setting][navs][1][filename]">{lang portal}</a> <em>&rsaquo;</em>
  6. $navtitle
  7. </div>
  8. </div>
  9. <!--{ad/text/wp a_t}-->
  10. <style id="diy_style" type="text/css"></style>
  11. <div class="wp">
  12. <!--[diy=diy1]--><div id="diy1" class="area"></div><!--[/diy]-->
  13. </div>
  14. <div id="ct" class="wp cl">
  15. <div class="mn">
  16. <!--[diy=listcontenttop]--><div id="listcontenttop" class="area"></div><!--[/diy]-->
  17. <div class="bm tl">
  18. <div class="th">
  19. <table cellspacing="0" cellpadding="0">
  20. <tr>
  21. <th><h2>$navtitle</h2></th>
  22. <td class="by">$_G[setting][navs][3][navname]</td>
  23. <td class="by">{lang author}</td>
  24. </tr>
  25. </table>
  26. </div>
  27. <div class="bm_c">
  28. <!--{if $list}-->
  29. <table cellspacing="0" cellpadding="0">
  30. <!--{loop $list $value}-->
  31. <tr>
  32. <th>
  33. <a href="$value['url']" target="_blank">$value['title']</a>
  34. </th>
  35. <td class="by"><a href="$value['fields']['groupurl']">$value['fields']['groupname']</a></td>
  36. <td class="by">
  37. <cite>
  38. <!--{if $value['fields']['authorid'] && $value['fields']['author']}-->
  39. <a href="home.php?mod=space&uid=$value[authorid]" c="1">$value['fields'][author]</a>
  40. <!--{else}-->
  41. {lang anonymous}
  42. <!--{/if}-->
  43. </cite>
  44. <em><span>$value['fields']['dateline']</span></em>
  45. </td>
  46. </tr>
  47. <!--{/loop}-->
  48. </table>
  49. <!--{if $multipage}--><div class="pgs mtm cl">$multipage</div><!--{/if}-->
  50. <!--{else}-->
  51. <p class="emp">{lang no_content}</p>
  52. <!--{/if}-->
  53. </div>
  54. </div>
  55. <!--[diy=diycontentbottom]--><div id="diycontentbottom" class="area"></div><!--[/diy]-->
  56. </div>
  57. </div>
  58. <div class="wp mtn">
  59. <!--[diy=diy3]--><div id="diy3" class="area"></div><!--[/diy]-->
  60. </div>
  61. <!--{template common/footer}-->