/phpBB/styles/subsilver2/template/forumlist_body.html

https://github.com/mungo/phpbb3 · HTML · 74 lines · 51 code · 0 blank · 23 comment · 0 complexity · 19def31a5ed8fe6a950921e5565444ff MD5 · raw file

  1. <table class="tablebg" cellspacing="1" width="100%">
  2. <tr>
  3. <td class="cat" colspan="5" align="{S_CONTENT_FLOW_END}"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF -->&nbsp;</td>
  4. </tr>
  5. <tr>
  6. <th colspan="2">&nbsp;{L_FORUM}&nbsp;</th>
  7. <th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
  8. <th width="50">&nbsp;{L_POSTS}&nbsp;</th>
  9. <th>&nbsp;{L_LAST_POST}&nbsp;</th>
  10. </tr>
  11. <!-- BEGIN forumrow -->
  12. <!-- IF forumrow.S_IS_CAT -->
  13. <tr>
  14. <td class="cat" colspan="2"><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4></td>
  15. <td class="catdiv" colspan="3">&nbsp;</td>
  16. </tr>
  17. <!-- ELSEIF forumrow.S_IS_LINK -->
  18. <tr>
  19. <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
  20. <td class="row1">
  21. <!-- IF forumrow.FORUM_IMAGE -->
  22. <div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div>
  23. <!-- ENDIF -->
  24. <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
  25. <p class="forumdesc">{forumrow.FORUM_DESC}</p>
  26. </td>
  27. <!-- IF forumrow.CLICKS -->
  28. <td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
  29. <!-- ELSE -->
  30. <td class="row2" colspan="3" align="center">&nbsp;</td>
  31. <!-- ENDIF -->
  32. </tr>
  33. <!-- ELSE -->
  34. <!-- IF forumrow.S_NO_CAT -->
  35. <tr>
  36. <td class="cat" colspan="2"><h4>{L_FORUM}</h4></td>
  37. <td class="catdiv" colspan="3">&nbsp;</td>
  38. </tr>
  39. <!-- ENDIF -->
  40. <tr>
  41. <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
  42. <td class="row1" width="100%">
  43. <!-- IF forumrow.FORUM_IMAGE -->
  44. <div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div>
  45. <!-- ENDIF -->
  46. <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
  47. <p class="forumdesc">{forumrow.FORUM_DESC}</p>
  48. <!-- IF forumrow.MODERATORS -->
  49. <p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
  50. <!-- ENDIF -->
  51. <!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
  52. <p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
  53. <!-- ENDIF -->
  54. </td>
  55. <td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
  56. <td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
  57. <td class="row2" align="center" nowrap="nowrap">
  58. <!-- IF forumrow.LAST_POST_TIME -->
  59. <p class="topicdetails"><!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}" class="imageset">{UNAPPROVED_IMG}</a>&nbsp;<!-- ENDIF -->{forumrow.LAST_POST_TIME}</p>
  60. <p class="topicdetails">{forumrow.LAST_POSTER_FULL}
  61. <!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}" class="imageset">{LAST_POST_IMG}</a><!-- ENDIF -->
  62. </p>
  63. <!-- ELSE -->
  64. <p class="topicdetails">{L_NO_POSTS}</p>
  65. <!-- ENDIF -->
  66. </td>
  67. </tr>
  68. <!-- ENDIF -->
  69. <!-- BEGINELSE -->
  70. <tr>
  71. <td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
  72. </tr>
  73. <!-- END forumrow -->
  74. </table>