document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <ul class="linklist">
  2. <!-- BEGIN switch_user_logged_in -->
  3. <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>&nbsp;&bull;&nbsp;</li>
  4. <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>&nbsp;&bull;&nbsp;</li>
  5. <!-- END switch_user_logged_in -->
  6. <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
  7. <!-- BEGIN switch_user_logged_in -->
  8. <li class="rightside"><a href="{U_MARK_READ}" accesskey="m">{L_MARK_FORUMS_READ}</a></li>
  9. <!-- END switch_user_logged_in -->
  10. </ul>
  11.  
  12. <!-- BEGIN catrow -->
  13. <!-- BEGIN tablehead -->
  14. <div class="forabg">
  15. <div class="inner"><span class="corners-top"><span></span></span>
  16. <ul class="topiclist">
  17. <li class="header">
  18. <dl class="icon">
  19. <dd class="dterm"><div class="table-title">{catrow.tablehead.L_FORUM}</div></dd>
  20. <dd class="topics">{L_TOPICS}</dd>
  21. <dd class="posts">{L_POSTS}</dd>
  22. <dd class="lastpost"><span>{L_LASTPOST}</span></dd>
  23. </dl>
  24. </li>
  25. </ul>
  26. <ul class="topiclist forums">
  27. <!-- END tablehead -->
  28.  
  29. <!-- BEGIN forumrow -->
  30. <li class="row">
  31. <dl class="icon" style="background:url({catrow.forumrow.FORUM_FOLDER_IMG}) no-repeat scroll {catrow.forumrow.INC_LEVEL} 50%;">
  32. <dd class="dterm">
  33. <div style="display: block; margin : 0 {catrow.forumrow.INC_LEVEL_RIGHT} 0 {catrow.forumrow.INC_LEVEL_LEFT};">
  34. <h{catrow.forumrow.LEVEL} class="hierarchy">
  35. <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a>
  36. </h{catrow.forumrow.LEVEL}>
  37. <p>
  38. <h{catrow.forumrow.LEVEL} class="hierarchy">
  39. </h{catrow.forumrow.LEVEL}>{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}<h{catrow.forumrow.LEVEL} class="hierarchy"></h{catrow.forumrow.LEVEL}><br />{catrow.forumrow.FORUM_DESC}
  40.  
  41. <!-- BEGIN switch_moderators_links -->
  42.  
  43.  
  44. {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
  45. <!-- END switch_moderators_links -->
  46. </div>
  47. </dd>
  48. <dd class="topics">{catrow.forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
  49. <dd class="posts">{catrow.forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
  50. <dd class="lastpost">
  51. <!-- BEGIN avatar -->
  52. <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
  53. <!-- END avatar -->
  54.  
  55. <span>
  56. <!-- BEGIN switch_topic_title -->
  57. <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
  58. <!-- END switch_topic_title -->
  59. {catrow.forumrow.USER_LAST_POST}
  60. </span>
  61. </dd>
  62. </dl>
  63. </li>
  64. <!-- END forumrow -->
  65.  
  66. <!-- BEGIN tablefoot -->
  67. </ul>
  68.  
  69. <span class="corners-bottom"><span></span></span></div>
  70. </div>
  71. <!-- END tablefoot -->
  72. <!-- END catrow -->
  73.  
  74. <!-- BEGIN switch_on_index -->
  75. <ul class="linklist">
  76. <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a>&nbsp;&bull;&nbsp;</li>
  77. <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a>&nbsp;&bull;&nbsp;</li>
  78. <li class="last"><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
  79. <!-- BEGIN switch_delete_cookies -->
  80. <li class="rightside"><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a></li>
  81. <!-- END switch_delete_cookies -->
  82. </ul>
  83. <!-- END switch_on_index -->
');