Advertisement
Millie-non

search_results_topics (Peaceful)

Dec 4th, 2020 (edited)
853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. <form action="{S_ACTION}" method="post" name="post" onsubmit="return verify_select();">
  2. <!-- BEGIN navmenu -->
  3. <h1 class="page-title">{L_SEARCH_TITLE}</h1>
  4. <div class="pcf-tpl_t1">{L_SEARCH_MATCHES}</div>
  5. <!-- END navmenu -->
  6.  
  7. <div class="pcf-viewforum_body"><div class="topic-actions"><div class="pagination">{PAGINATION}</div></div></div>
  8.  
  9. <div class="forumbg"><div class="inner">
  10. <ul class="topiclist topics"><div class="pcf-forumbg">{L_TOPICS}</div></ul>
  11.  
  12. <ul class="topiclist topics search">
  13. <!-- BEGIN searchresults -->
  14. <div class="pcf-tp {searchresults.ROW_ALT_CLASS}">
  15. <div class="pcf-tpicon" style="background-image:url('{searchresults.TOPIC_FOLDER_IMG}');"></div>
  16.  
  17. <div class="pcf-topics">
  18. <div class="pcf-nontopics">{searchresults.TOPIC_TYPE} <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></div>
  19. <div class="pcf-autor"><strong>{searchresults.L_BY}</strong> {searchresults.TOPIC_AUTHOR}&nbsp;{searchresults.L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_NAME}</a></div>
  20. </div>
  21.  
  22. <div class="pcf-rnumber"><div>{searchresults.REPLIES}<dfn>{L_REPLIES}</dfn></div></div>
  23. <div class="pcf-rnumber"><div>{searchresults.VIEWS}<dfn>{L_VIEWS}</dfn></div></div>
  24.  
  25. <div class="pcf-lastpost-sts">
  26. <div class="pcf-lastpost"><b>{L_LASTPOST}</b>: {searchresults.LAST_POST_AUTHOR} {searchresults.LAST_POST_IMG} <i class="cp cp-chevron-right"></i> {searchresults.LAST_POST_TIME}</div>
  27. <div class="pcf-pagination">{searchresults.GOTO_PAGE_NEW} <!-- BEGIN nav_tree -->{searchresults.TOPIC_NAV_TREE_NEW}<!-- END nav_tree --></div>
  28. </div>
  29.  
  30. </div>
  31. <!-- END searchresults -->
  32. </ul>
  33. </div></div>
  34.  
  35. <div class="pcf-viewforum_body"><div class="topic-actions"><div class="pagination">{PAGINATION}</div></div></div>
  36. </form>
  37. <div class="clear"></div>
  38. {JUMPBOX}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement