Guest User

Untitled

a guest
Aug 30th, 2017
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. <table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  2. <tr>
  3. <td valign="bottom">
  4. <!-- BEGIN switch_user_logged_in -->
  5. <span class="gensmall">{LAST_VISIT_DATE}<br />
  6. {CURRENT_TIME}<br />
  7. </span>
  8. <!-- END switch_user_logged_in -->
  9. <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
  10. </td>
  11. <td class="gensmall" align="right" valign="bottom">
  12. <!-- BEGIN switch_user_logged_in -->
  13. <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
  14. <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
  15. <!-- END switch_user_logged_in -->
  16. <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
  17. </td>
  18. </tr>
  19. </table>
  20. <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  21. <tr>
  22. <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle">&nbsp;{catrow.tablehead.L_FORUM}&nbsp;</th>
  23. <th nowrap="nowrap" width="50">{L_TOPICS}</th>
  24. <th nowrap="nowrap" width="50">{L_POSTS}</th>
  25. <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
  26. </tr>
  27. <!-- END tablehead -->
  28. <!-- BEGIN cathead -->
  29. <tr>
  30. <!-- BEGIN inc -->
  31. <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
  32. <!-- END inc -->
  33. <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
  34. <h{catrow.cathead.LEVEL} class="hierarchy">
  35. <span class="cattitle">
  36. <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
  37. </span>
  38. </h{catrow.cathead.LEVEL}>
  39. </td>
  40. <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right">&nbsp;</td>
  41. </tr>
  42. <!-- END cathead -->
  43. <!-- BEGIN forumrow -->
  44. <tr>
  45. <!-- BEGIN inc -->
  46. <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
  47. <!-- END inc -->
  48. <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
  49. <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
  50. </td>
  51. <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
  52. <h{catrow.forumrow.LEVEL} class="hierarchy">
  53. <span class="forumlink">
  54. <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
  55. </span>
  56. </h{catrow.forumrow.LEVEL}>
  57. <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
  58. <span class="gensmall">
  59. <!-- BEGIN switch_moderators_links -->
  60. {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
  61. <!-- END switch_moderators_links -->
  62. {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
  63. </span>
  64. </td>
  65. <td class="row3" align="center" valign="middle" height="50">
  66. <span class="gensmall">{catrow.forumrow.TOPICS}</span>
  67. </td>
  68. <td class="row2" align="center" valign="middle" height="50">
  69. <span class="gensmall">{catrow.forumrow.POSTS}</span>
  70. </td>
  71. <td class="row3 over" align="center" valign="middle" height="50">
  72. <!-- BEGIN ads -->
  73. <span class="AD_LastPA">
  74. <span class="lastpost-avatar"><img src="{catrow.forumrow.ads.IMG}" alt="{catrow.forumrow.ads.TITLE}" /></span>
  75. <span class="AD_LastInfos">
  76. <b><a href="{catrow.forumrow.ads.LINK}">{catrow.forumrow.ads.TITLE}</a></b><br />
  77. {catrow.forumrow.ads.DATE}<br />
  78. {catrow.forumrow.ads.LOCATION}
  79. </span>
  80. </span>
  81. <!-- END ads -->
  82. <!-- BEGIN avatar -->
  83. <div style="width: 200px;"></div>
  84. <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
  85. <!-- END avatar -->
  86.  
  87. <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
  88. </td>
  89. </tr>
  90. <!-- END forumrow -->
  91. <!-- BEGIN catfoot -->
  92. <tr>
  93. <!-- BEGIN inc -->
  94. <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
  95. <!-- END inc -->
  96. <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
  97. </tr>
  98. <!-- END catfoot -->
  99. <!-- BEGIN tablefoot -->
  100. </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Add Comment
Please, Sign In to add comment