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. <br />{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
  38. <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}<br>
  39. {catrow.forumrow.FORUM_DESC}
  40.  
  41. <!-- BEGIN switch_moderators_links -->
  42. {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
  43. <!-- END switch_moderators_links --> </div>
  44. </dd>
  45. <dd class="topics">{catrow.forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
  46. <dd class="posts">{catrow.forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
  47. <dd class="lastpost">
  48. <!-- BEGIN avatar -->
  49. <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
  50. <!-- END avatar -->
  51.  
  52. <span>
  53. <!-- BEGIN switch_topic_title -->
  54. <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
  55. <!-- END switch_topic_title -->
  56. {catrow.forumrow.USER_LAST_POST}
  57. </span>
  58. </dd>
  59. </dl>
  60. </li>
  61. <!-- END forumrow -->
  62.  
  63. <!-- BEGIN tablefoot -->
  64. </ul>
  65.  
  66. <span class="corners-bottom"><span></span></span></div>
  67. </div>
  68. <!-- END tablefoot -->
  69. <!-- END catrow -->
  70.  
  71. <!-- BEGIN switch_on_index -->
  72. <ul class="linklist">
  73. <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a>&nbsp;&bull;&nbsp;</li>
  74. <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a>&nbsp;&bull;&nbsp;</li>
  75. <li class="last"><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
  76. <!-- BEGIN switch_delete_cookies -->
  77. <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>
  78. <!-- END switch_delete_cookies -->
  79. </ul>
  80. <!-- END switch_on_index -->
');