Advertisement
iHarDz9

Untitled

Apr 27th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. <div class="pun-crumbs">
  2. <p class="crumbs"><a href="{U_INDEX}"><span>{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 ads -->
  43. <span class="AD_LastPA">
  44. <span class="lastpost-avatar"><img src="{catrow.forumrow.ads.IMG}" alt="{catrow.forumrow.ads.TITLE}" /></span>
  45. <span class="AD_LastInfos">
  46. <b><a href="{catrow.forumrow.ads.LINK}">{catrow.forumrow.ads.TITLE}</a></b><br />
  47. {catrow.forumrow.ads.DATE}<br />
  48. {catrow.forumrow.ads.LOCATION}
  49. </span>
  50. </span>
  51. <!-- END ads -->
  52. <!-- BEGIN avatar -->
  53. <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
  54. <!-- END avatar -->
  55.  
  56. <span>
  57. <!-- BEGIN switch_topic_title -->
  58. <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
  59. <!-- END switch_topic_title -->
  60. {catrow.forumrow.USER_LAST_POST}
  61. </span>
  62. </td>
  63. </tr>
  64. <!-- END forumrow -->
  65.  
  66. <!-- BEGIN tablefoot -->
  67. </tbody>
  68. </table>
  69. </div>
  70. <!-- END tablefoot -->
  71. <!-- END catrow -->
  72. </div>
  73.  
  74. <!-- BEGIN switch_on_index -->
  75. <div class="main-box clearfix">
  76. <ul>
  77. <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
  78. <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
  79. <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
  80. </ul>
  81. <!-- BEGIN switch_delete_cookies -->
  82. <p class="right">
  83. <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
  84. </p>
  85. <!-- END switch_delete_cookies -->
  86. </div>
  87. <!-- END switch_on_index -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement