Advertisement
Millie-non

index_box (Peaceful)

Dec 4th, 2020 (edited)
1,045
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. <!-- BEGIN catrow -->
  2. <!-- BEGIN tablehead -->
  3. <div class="forabg"><div class="inner">
  4. <ul class="topiclist"><li class="header">{catrow.tablehead.L_FORUM}</li></ul>
  5.  
  6. <ul class="topiclist forums">
  7. <!-- END tablehead -->
  8.  
  9. <!-- BEGIN forumrow -->
  10. <div class="pcf-subforum">
  11. <div class="pcf-wdsc">{catrow.forumrow.FORUM_DESC}</div>
  12. <div class="pc-wups">
  13. <div class="pcf-wsbf"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></div>
  14.  
  15. <div class="pcf-wstats">
  16. <div class="pcf-cont">
  17. <div class="pcf-topicsf"><b>{catrow.forumrow.TOPICS}</b><span>{L_TOPICS}</span></div>
  18. <div class="pcf-postsf"><b>{catrow.forumrow.POSTS}</b><span>{L_POSTS}</span></div>
  19. </div>
  20. <div class="pcf-lastpostf"><div><!-- BEGIN switch_topic_title --><a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><!-- END switch_topic_title -->{catrow.forumrow.USER_LAST_POST}</div>
  21. </div></div>
  22. </div>
  23. </div>
  24. <!-- END forumrow -->
  25. <!-- BEGIN tablefoot -->
  26. </ul>
  27. </div></div>
  28. <!-- END tablefoot -->
  29. <!-- END catrow -->
  30.  
  31. <!-- BEGIN switch_forum_images -->
  32. <div class="forabg">
  33. <div class="inner"><span class="corners-top"><span></span></span>
  34. <ul class="topiclist">
  35. <li class="header">
  36. <dl class="icon">
  37. <dd class="dterm"><div class="table-title"><h2>{switch_forum_images.TITLE}</h2></div></dd>
  38. </dl>
  39. </li>
  40. </ul>
  41. <div class="container-imgs-list" style="max-height: 500px" id="imageList">
  42. {switch_forum_images.SCRIPTS}
  43. </div>
  44. </div>
  45. <span class="corners-bottom"><span></span></span>
  46. </div>
  47. <!-- END switch_forum_images -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement