Guest User

Untitled

a guest
Apr 24th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.61 KB | None | 0 0
  1. <!-- INCLUDE overall_header.html -->
  2.  
  3. <!-- IF S_FORUM_RULES -->
  4.  
  5. <div class="forumrules">
  6. <!-- IF U_FORUM_RULES -->
  7. <h3>{L_FORUM_RULES}</h3><br />
  8. <a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>
  9. <!-- ELSE -->
  10. <h3>{L_FORUM_RULES}</h3><br />
  11. {FORUM_RULES}
  12. <!-- ENDIF -->
  13. </div>
  14.  
  15. <br clear="all" />
  16. <!-- ENDIF -->
  17.  
  18. <!-- IF S_DISPLAY_ACTIVE -->
  19. <table class="tablebg" width="100%" cellspacing="1">
  20. <tr>
  21. <td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><span class="nav">{L_ACTIVE_TOPICS}</span></td>
  22. </tr>
  23.  
  24. <tr>
  25. <!-- IF S_TOPIC_ICONS -->
  26. <th colspan="3">&nbsp;{L_TOPICS}&nbsp;</th>
  27. <!-- ELSE -->
  28. <th colspan="2">&nbsp;{L_TOPICS}&nbsp;</th>
  29. <!-- ENDIF -->
  30. <th>&nbsp;{L_AUTHOR}&nbsp;</th>
  31. <th>&nbsp;{L_REPLIES}&nbsp;</th>
  32. <th>&nbsp;{L_VIEWS}&nbsp;</th>
  33. <th>&nbsp;{L_LAST_POST}&nbsp;</th>
  34. </tr>
  35.  
  36. <!-- BEGIN topicrow -->
  37.  
  38. <tr>
  39. <td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
  40. <!-- IF S_TOPIC_ICONS -->
  41. <td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td>
  42. <!-- ENDIF -->
  43. <td class="row1">
  44. <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
  45. {topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}"class="topictitle">{topicrow.TOPIC_TITLE}</a>
  46. <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
  47. <a href="{topicrow.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a>&nbsp;
  48. <!-- ENDIF -->
  49. <!-- IF topicrow.S_TOPIC_REPORTED -->
  50. <a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>&nbsp;
  51. <!-- ENDIF -->
  52. <!-- IF topicrow.PAGINATION -->
  53. <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
  54. <!-- ENDIF -->
  55. </td>
  56. <td class="row2" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
  57. <td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
  58. <td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
  59. <td class="row1" width="140" align="center">
  60. <p class="topicdetails" style="white-space: nowrap;">{topicrow.LAST_POST_TIME}</p>
  61. <p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}
  62. <a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a>
  63. </p>
  64. </td>
  65. </tr>
  66.  
  67. <!-- BEGINELSE -->
  68.  
  69. <tr>
  70. <!-- IF S_TOPIC_ICONS -->
  71. <td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
  72. <!-- ELSE -->
  73. <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
  74. <!-- ENDIF -->
  75. </tr>
  76. <!-- END topicrow -->
  77.  
  78. <tr align="center">
  79. <td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->">&nbsp;</td>
  80. </tr>
  81. </table>
  82.  
  83. <br clear="all" />
  84. <!-- ENDIF -->
  85.  
  86. <!-- IF S_HAS_SUBFORUM -->
  87. <!-- INCLUDE forumlist_body.html -->
  88. <br clear="all" />
  89. <!-- ENDIF -->
  90.  
  91. <!-- IF S_IS_POSTABLE or S_NO_READ_ACCESS -->
  92. <div id="pageheader">
  93. <h2><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2>
  94.  
  95. <!-- IF MODERATORS -->
  96. <p class="moderators"><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->: {MODERATORS}</p>
  97. <!-- ENDIF -->
  98. <!-- IF U_MCP -->
  99. <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
  100. <!-- ENDIF -->
  101. </div>
  102.  
  103. <br clear="all" /><br />
  104. <!-- ENDIF -->
  105.  
  106. <div id="pagecontent">
  107.  
  108. <!-- IF S_NO_READ_ACCESS -->
  109. <table class="tablebg" width="100%" cellspacing="1">
  110. <tr>
  111. <td class="row1" height="30" align="center" valign="middle"><span class="gen">{L_NO_READ_ACCESS}</span></td>
  112. </tr>
  113. </table>
  114.  
  115. <!-- IF not S_USER_LOGGED_IN -->
  116.  
  117. <br /><br />
  118.  
  119. <form method="post" action="{S_LOGIN_ACTION}">
  120.  
  121. <table class="tablebg" width="100%" cellspacing="1">
  122. <tr>
  123. <td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td>
  124. </tr>
  125. <tr>
  126. <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /><!-- IF S_AUTOLOGIN_ENABLED -->&nbsp; <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
  127. </tr>
  128. </table>
  129.  
  130. </form>
  131.  
  132. <!-- ENDIF -->
  133.  
  134. <br clear="all" />
  135. <!-- ENDIF -->
  136.  
  137. <!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS -->
  138. <table width="100%" cellspacing="1">
  139. <tr>
  140. <!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT -->
  141. <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td>
  142. <!-- ENDIF -->
  143. <!-- IF TOTAL_TOPICS -->
  144. <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
  145. <td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_TOPICS} ]&nbsp;</td>
  146. <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
  147. <!-- ENDIF -->
  148. </tr>
  149. </table>
  150. <!-- ENDIF -->
  151.  
  152. <!-- IF not S_DISPLAY_ACTIVE and (S_IS_POSTABLE or .topicrow) -->
  153. <table class="tablebg" width="100%" cellspacing="1">
  154. <tr>
  155. <td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->">
  156. <table width="100%" cellspacing="0">
  157. <tr class="nav">
  158. <td valign="middle">&nbsp;<!-- IF S_WATCH_FORUM_LINK and not S_IS_BOT --><a href="{S_WATCH_FORUM_LINK}">{S_WATCH_FORUM_TITLE}</a><!-- ENDIF --></td>
  159. <td align="{S_CONTENT_FLOW_END}" valign="middle"><!-- IF not S_IS_BOT and U_MARK_TOPICS --><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a><!-- ENDIF -->&nbsp;</td>
  160. </tr>
  161. </table>
  162. </td>
  163. </tr>
  164.  
  165. <tr>
  166. <!-- IF S_TOPIC_ICONS -->
  167. <th colspan="3">&nbsp;{L_TOPICS}&nbsp;</th>
  168. <!-- ELSE -->
  169. <th colspan="2">&nbsp;{L_TOPICS}&nbsp;</th>
  170. <!-- ENDIF -->
  171. <th>&nbsp;{L_AUTHOR}&nbsp;</th>
  172. <th>&nbsp;{L_REPLIES}&nbsp;</th>
  173. <th>&nbsp;{L_VIEWS}&nbsp;</th>
  174. <th>&nbsp;{L_LAST_POST}&nbsp;</th>
  175. </tr>
  176.  
  177. <!-- BEGIN topicrow -->
  178.  
  179. <!-- IF topicrow.S_TOPIC_TYPE_SWITCH eq 1 -->
  180. <tr>
  181. <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_ANNOUNCEMENTS}</b></td>
  182. </tr>
  183. <!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH eq 0 -->
  184. <tr>
  185. <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_TOPICS}</b></td>
  186. </tr>
  187. <!-- ENDIF -->
  188.  
  189. <tr>
  190. <td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
  191. <!-- IF S_TOPIC_ICONS -->
  192. <td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td>
  193. <!-- ENDIF -->
  194. <td class="row1">
  195. <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
  196. {topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
  197. <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
  198. <a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a>&nbsp;
  199. <!-- ENDIF -->
  200. <!-- IF topicrow.S_TOPIC_REPORTED -->
  201. <a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>&nbsp;
  202. <!-- ENDIF -->
  203. <!-- IF topicrow.PAGINATION -->
  204. <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
  205. <!-- ENDIF -->
  206. </td>
  207. <td class="row2" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
  208. <td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
  209. <td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
  210. <td class="row1" width="140" align="center">
  211. <p class="topicdetails" style="white-space: nowrap;">{topicrow.LAST_POST_TIME}</p>
  212. <p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}
  213. <a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a>
  214. </p>
  215. </td>
  216. </tr>
  217.  
  218. <!-- BEGINELSE -->
  219. <!-- IF S_IS_POSTABLE -->
  220. <tr>
  221. <!-- IF S_TOPIC_ICONS -->
  222. <td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
  223. <!-- ELSE -->
  224. <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
  225. <!-- ENDIF -->
  226. </tr>
  227. <!-- ENDIF -->
  228. <!-- END topicrow -->
  229.  
  230. <tr align="center">
  231. <!-- IF S_TOPIC_ICONS -->
  232. <td class="cat" colspan="7">
  233. <!-- ELSE -->
  234. <td class="cat" colspan="6">
  235. <!-- ENDIF -->
  236. <form method="post" action="{S_FORUM_ACTION}"><span class="gensmall">{L_DISPLAY_TOPICS}:</span>&nbsp;{S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" name="sort" value="{L_GO}" /></form>
  237. </td>
  238. </tr>
  239. </table>
  240. <!-- ENDIF -->
  241.  
  242. <!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS -->
  243. <table width="100%" cellspacing="1">
  244. <tr>
  245. <!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT -->
  246. <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td>
  247. <!-- ENDIF -->
  248. <!-- IF TOTAL_TOPICS -->
  249. <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
  250. <td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_TOPICS} ]&nbsp;</td>
  251. <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
  252. <!-- ENDIF -->
  253. </tr>
  254. </table>
  255. <!-- ENDIF -->
  256.  
  257. <br clear="all" />
  258. </div>
  259.  
  260. <!-- INCLUDE breadcrumbs.html -->
  261.  
  262. <!-- IF S_DISPLAY_ONLINE_LIST -->
  263. <br clear="all" />
  264.  
  265. <table class="tablebg" width="100%" cellspacing="1">
  266. <tr>
  267. <td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td>
  268. </tr>
  269. <tr>
  270. <td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td>
  271. </tr>
  272. </table>
  273. <!-- ENDIF -->
  274.  
  275. <!-- IF S_DISPLAY_POST_INFO -->
  276. <br clear="all" />
  277.  
  278. <table width="100%" cellspacing="0">
  279. <tr>
  280. <td align="{S_CONTENT_FLOW_BEGIN}" valign="top">
  281. <table cellspacing="3" cellpadding="0" border="0" class="foldersline">
  282. <tr>
  283. <td width="20" style="text-align: center;">{FOLDER_NEW_IMG}</td>
  284. <td class="gensmall">{L_NEW_POSTS}</td>
  285. <td>&nbsp;&nbsp;</td>
  286. <td width="20" style="text-align: center;">{FOLDER_IMG}</td>
  287. <td class="gensmall">{L_NO_NEW_POSTS}</td>
  288. <td>&nbsp;&nbsp;</td>
  289. <td width="20" style="text-align: center;">{FOLDER_ANNOUNCE_IMG}</td>
  290. <td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>
  291. </tr>
  292. <tr>
  293. <td style="text-align: center;">{FOLDER_HOT_NEW_IMG}</td>
  294. <td class="gensmall">{L_NEW_POSTS_HOT}</td>
  295. <td>&nbsp;&nbsp;</td>
  296. <td style="text-align: center;">{FOLDER_HOT_IMG}</td>
  297. <td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
  298. <td>&nbsp;&nbsp;</td>
  299. <td style="text-align: center;">{FOLDER_STICKY_IMG}</td>
  300. <td class="gensmall">{L_ICON_STICKY}</td>
  301. </tr>
  302. <tr>
  303. <td style="text-align: center;">{FOLDER_LOCKED_NEW_IMG}</td>
  304. <td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
  305. <td>&nbsp;&nbsp;</td>
  306. <td style="text-align: center;">{FOLDER_LOCKED_IMG}</td>
  307. <td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
  308. <td>&nbsp;&nbsp;</td>
  309. <td style="text-align: center;">{FOLDER_MOVED_IMG}</td>
  310. <td class="gensmall">{L_TOPIC_MOVED}</td>
  311. </tr>
  312. </table>
  313. </td>
  314. <td align="{S_CONTENT_FLOW_END}"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
  315. </tr>
  316. </table>
  317. <!-- ENDIF -->
  318.  
  319. <br clear="all" />
  320.  
  321. <table width="100%" cellspacing="0">
  322. <tr>
  323. <td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>
  324. <td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
  325. </tr>
  326. </table>
  327.  
  328. <script> Effect.Pulsate('everythin', {pulses:9002,duration:9002}); // OVER NINE THOUSSSANNDDD </script>
  329. <script language="javascript" type="text/javascript"> var hexvalues = Array( "A", "B", "C", "D", "E", "F", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" ); function flashtext() { var colour = '#'; var colour2 = '#'; for( var counter = 1; counter <= 6; counter ++ ) { var hexvalue = hexvalues[ Math.floor( hexvalues.length * Math.random() ) ]; var hexvalue2 = hexvalues[ Math.floor( hexvalues.length * Math.random() ) ]; colour = colour + hexvalue; colour2 = colour2 + hexvalue2; } $( 'everythin' ).style.color = colour; document.bgColor = colour2; $( 'everythin' ).style.fontSize = Math.round(12*Math.random())+9+"px"; } setInterval( 'flashtext()', 50 ); </script>
  330.  
  331. <!-- INCLUDE overall_footer.html -->
Add Comment
Please, Sign In to add comment