Advertisement
Guest User

s

a guest
Dec 10th, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. <div class="pun-crumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
  2. <p class="crumbs"><a href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a><strong>{NAV_CAT_DESC}</strong></p>
  3. </div>
  4. <div class="main">
  5. <!-- BEGIN catrow -->
  6. <!-- BEGIN tablehead -->
  7. <div class="main-head">
  8. <div class="page-title">{catrow.tablehead.L_FORUM}</div>
  9. </div>
  10. <div class="main-content">
  11. <table cellspacing="0" class="table">
  12. <thead>
  13. <tr>
  14. <th class="tcl">{L_FORUM}</th>
  15. <th class="tc2">{L_TOPICS}</th>
  16. <th class="tc3">{L_POSTS}</th>
  17. <th class="tcr">{L_LASTPOST}</th>
  18. </tr>
  19. </thead>
  20. <tbody class="statused">
  21. <!-- END tablehead -->
  22.  
  23. <!-- BEGIN forumrow -->
  24. <tr>
  25. <td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
  26. <span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
  27. <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
  28. </span>
  29. <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
  30. <br />
  31. {catrow.forumrow.FORUM_DESC}
  32. <!-- BEGIN switch_moderators_links -->
  33. <br />
  34. {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
  35. <!-- END switch_moderators_links -->
  36. {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
  37. <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
  38. </td>
  39. <td class="tc2">{catrow.forumrow.TOPICS}</td>
  40. <td class="tc3">{catrow.forumrow.POSTS}</td>
  41. <td class="tcr">
  42. <!-- BEGIN avatar -->
  43. <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
  44. <!-- END avatar -->
  45.  
  46. <span>
  47. <!-- BEGIN switch_topic_title -->
  48. <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
  49. <!-- END switch_topic_title -->
  50. {catrow.forumrow.USER_LAST_POST}
  51. </span>
  52. </td>
  53. </tr>
  54. <!-- END forumrow -->
  55.  
  56. <!-- BEGIN tablefoot -->
  57. </tbody>
  58. </table>
  59. </div>
  60. <!-- END tablefoot -->
  61. <!-- END catrow -->
  62. </div>
  63.  
  64. <!-- BEGIN switch_on_index -->
  65. <div class="main-box clearfix">
  66. <ul>
  67. <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
  68. <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
  69. <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
  70. </ul>
  71. <!-- BEGIN switch_delete_cookies -->
  72. <p class="right">
  73. <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
  74. </p>
  75. <!-- END switch_delete_cookies -->
  76. </div>
  77. <!-- END switch_on_index -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement