Advertisement
Ghostyyy

235

Jun 12th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1.  
  2. <!-- BEGIN forumrow -->
  3. <!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT -->
  4. </ul>
  5.  
  6. </div>
  7. </div>
  8. <!-- ENDIF -->
  9.  
  10. <!-- EVENT forumlist_body_category_header_before -->
  11. <!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT -->
  12. <div class="forabg">
  13. <div class="inner">
  14. <ul class="topiclist">
  15. <li class="header">
  16. <!-- EVENT forumlist_body_category_header_row_prepend -->
  17. <dl class="row-item">
  18. <dt><div class="list-inner"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></div></dt>
  19. <dd class="topics">{L_TOPICS}</dd>
  20. <dd class="posts">{L_POSTS}</dd>
  21. <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
  22. </dl>
  23. <!-- EVENT forumlist_body_category_header_row_append -->
  24. </li>
  25. </ul>
  26. <ul class="topiclist forums">
  27. <!-- ENDIF -->
  28. <!-- EVENT forumlist_body_category_header_after -->
  29.  
  30. <!-- IF not forumrow.S_IS_CAT -->
  31. <!-- EVENT forumlist_body_forum_row_before -->
  32. <li class="row">
  33. <!-- EVENT forumlist_body_forum_row_prepend -->
  34. <dl class="row-item {forumrow.FORUM_IMG_STYLE}">
  35. <dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
  36. <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="row-item-link"></a><!-- ENDIF -->
  37. <div class="list-inner">
  38. <!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED -->
  39. <!--
  40. <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}">
  41. <i class="icon fa-rss-square fa-fw icon-orange" aria-hidden="true"></i><span class="sr-only">{L_FEED} - {forumrow.FORUM_NAME}</span>
  42. </a>
  43. -->
  44. <!-- ENDIF -->
  45. <!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
  46. <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a>
  47. <!-- IF forumrow.FORUM_DESC --><br />{forumrow.FORUM_DESC}<!-- ENDIF -->
  48. <!-- IF forumrow.MODERATORS -->
  49. <br /><strong>{forumrow.L_MODERATOR_STR}{L_COLON}</strong> {forumrow.MODERATORS}
  50. <!-- ENDIF -->
  51. <!-- IF .forumrow.subforum and forumrow.S_LIST_SUBFORUMS -->
  52. <!-- EVENT forumlist_body_subforums_before -->
  53. <br /><strong>{forumrow.L_SUBFORUM_STR}{L_COLON}</strong>
  54. <!-- BEGIN subforum -->
  55. <a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.S_UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->">
  56. <i class="icon <!-- IF forumrow.subforum.IS_LINK -->fa-external-link<!-- ELSE -->fa-file-o<!-- ENDIF --> fa-fw <!-- IF forumrow.subforum.S_UNREAD --> icon-red<!-- ELSE --> icon-blue<!-- ENDIF --> icon-md" aria-hidden="true"></i>{forumrow.subforum.SUBFORUM_NAME}
  57. </a>
  58. <!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF -->
  59. <!-- END subforum -->
  60. <!-- EVENT forumlist_body_subforums_after -->
  61. <!-- ENDIF -->
  62.  
  63. <!-- IF not S_IS_BOT -->
  64. <div class="responsive-show" style="display: none;">
  65. <!-- IF forumrow.CLICKS -->
  66. {L_REDIRECTS}{L_COLON} <strong>{forumrow.CLICKS}</strong>
  67. <!-- ELSEIF not forumrow.S_IS_LINK and forumrow.TOPICS -->
  68. {L_TOPICS}{L_COLON} <strong>{forumrow.TOPICS}</strong>
  69. <!-- ENDIF -->
  70. </div>
  71. <!-- ENDIF -->
  72. </div>
  73. </dt>
  74. <!-- IF forumrow.CLICKS -->
  75. <dd class="redirect"><span>{L_REDIRECTS}{L_COLON} {forumrow.CLICKS}</span></dd>
  76. <!-- ELSEIF not forumrow.S_IS_LINK -->
  77. <dd class="topics">{forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
  78. <dd class="posts">{forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
  79. <dd class="lastpost">
  80. <span>
  81. <!-- IF forumrow.U_UNAPPROVED_TOPICS -->
  82. <a href="{forumrow.U_UNAPPROVED_TOPICS}" title="{L_TOPICS_UNAPPROVED}">
  83. <i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_TOPICS_UNAPPROVED}</span>
  84. </a>
  85. <!-- ELSEIF forumrow.U_UNAPPROVED_POSTS -->
  86. <a href="{forumrow.U_UNAPPROVED_POSTS}" title="{L_POSTS_UNAPPROVED_FORUM}">
  87. <i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_POSTS_UNAPPROVED_FORUM}</span>
  88. </a>
  89. <!-- ENDIF -->
  90. <!-- IF forumrow.LAST_POST_TIME -->
  91. <dfn>{L_LAST_POST}</dfn>
  92. <!-- IF forumrow.S_DISPLAY_SUBJECT -->
  93. <!-- EVENT forumlist_body_last_post_title_prepend -->
  94. <a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a> <br />
  95. <!-- ENDIF -->
  96. {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
  97. <!-- IF not S_IS_BOT -->
  98. <a href="{forumrow.U_LAST_POST}" title="{L_VIEW_LATEST_POST}">
  99. <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{L_VIEW_LATEST_POST}</span>
  100. </a>
  101. <!-- ENDIF -->
  102. <br />{forumrow.LAST_POST_TIME}
  103. <!-- ELSE -->
  104. {L_NO_POSTS}<br />&nbsp;
  105. <!-- ENDIF -->
  106. </span>
  107. </dd>
  108. <!-- ELSE -->
  109. <dd>&nbsp;</dd>
  110. <!-- ENDIF -->
  111. </dl>
  112. <!-- EVENT forumlist_body_forum_row_append -->
  113. </li>
  114. <!-- EVENT forumlist_body_forum_row_after -->
  115. <!-- ENDIF -->
  116.  
  117. <!-- IF forumrow.S_LAST_ROW -->
  118. </ul>
  119.  
  120. </div>
  121. </div>
  122. <!-- EVENT forumlist_body_last_row_after -->
  123. <!-- ENDIF -->
  124.  
  125. <!-- BEGINELSE -->
  126. <div class="panel">
  127. <div class="inner">
  128. <strong>{L_NO_FORUMS}</strong>
  129. </div>
  130. </div>
  131. <!-- END forumrow -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement