Advertisement
Guest User

1

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