Advertisement
Millie-non

search_results_posts (Peaceful)

Dec 4th, 2020 (edited)
898
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. <!-- BEGIN navmenu -->
  2. <h1 class="page-title">{L_SEARCH_TITLE}</h1>
  3. <div class="pcf-tpl_t1">{L_SEARCH_MATCHES}</div>
  4. <!-- END navmenu -->
  5.  
  6. <div class="pcf-viewforum_body"><div class="topic-actions"><div class="pagination">{PAGINATION}</div></div></div>
  7.  
  8. <!-- BEGIN searchresults -->
  9. <div class="searching post row1"><div class="inner">
  10. <div class="h3"><a href="{searchresults.U_POST}">{searchresults.TOPIC_TITLE}</a></div>
  11. <div class="pcf-eapost"><div class="pcf-author">{searchresults.L_TOPIC_ON} {searchresults.POST_DATE}</div></div>
  12. <div class="postbody"><div class="content">{searchresults.MESSAGE}</div></div>
  13.  
  14. <div class="pcf-postprofile" id="profile{postrow.displayed.U_POST_ID}">
  15. <div class="pcf-profile-username">{searchresults.POSTER_NAME}</div>
  16. <div class="pcf-postprofile-field"><span class="pcf-profile-label">{L_FORUM}</span><span class="pcf-profile-content"><strong><a class="postdetails" href="{searchresults.U_FORUM}">{searchresults.FORUM_NAME}</a></strong></span></div>
  17. <div class="pcf-postprofile-field"><span class="pcf-profile-label">{L_TOPIC}</span><span class="pcf-profile-content"><strong><a class="postdetails" href="{searchresults.U_TOPIC}">{searchresults.TOPIC_TITLE}</a></strong></span></div>
  18. <div class="pcf-postprofile-field"><span class="pcf-profile-label">{L_REPLIES}</span><span class="pcf-profile-content"><strong>{searchresults.TOPIC_REPLIES}</strong></span></div>
  19. <div class="pcf-postprofile-field"><span class="pcf-profile-label">{L_VIEWS}</span><span class="pcf-profile-content"><strong>{searchresults.TOPIC_VIEWS}</strong></span> </div>
  20. </div>
  21.  
  22. </div></div>
  23. <!-- END searchresults -->
  24.  
  25. <div class="pcf-viewforum_body"><div class="topic-actions"><div class="pagination">{PAGINATION}</div></div></div>
  26.  
  27. {JUMPBOX}
  28.  
  29. <!-- BEGIN switch_image_resize -->
  30. <script type="text/javascript">
  31. //<![CDATA[
  32. $(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
  33. //]]>
  34. </script>
  35. <!-- END switch_image_resize -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement