Advertisement
NecromancerCoding

search_results_topics

May 7th, 2019
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. <style>.row .pagination { margin-top: -7px;margin-right: 15px;position: relative;background-color: #fafafa;z-index: 1; }</style>
  2. <!-- BEGIN navmenu -->
  3. <div class="topic-actions">
  4. <p>
  5. <a class="nav" href="{U_INDEX}">{L_INDEX}</a> :: {L_SEARCH_TITLE}
  6. </p>
  7. </div>
  8. <!-- END navmenu -->
  9.  
  10. <form action="{S_ACTION}" method="post" name="post" onsubmit="return verify_select();">
  11. <h1 class="page-title">{L_SEARCH_MATCHES}</h1>
  12. <div class="forobg">
  13. <div class="inner"><span class="corners-top"><span></span></span>
  14. <ul id="memberlist" class="topiclist topics">
  15. <li class="header">
  16. <dl class="icon">
  17. <dt>{L_TOPICS}</dt>
  18. <dd class="posts">{L_REPLIES}</dd>
  19. <dd class="views">{L_VIEWS}</dd>
  20. <dd class="lastpost">{L_LASTPOST}</dd>
  21. </dl>
  22. </li>
  23. </ul>
  24.  
  25. <ul class="topiclist topics search">
  26. <!-- BEGIN searchresults -->
  27. <li class="row {searchresults.ROW_ALT_CLASS}">
  28. <dl class="icon" style="background-image: url('{searchresults.TOPIC_FOLDER_IMG}');">
  29. <dd class="dterm" title="{searchresults.L_TOPIC_FOLDER_ALT}" {searchresults.TOPIC_ICON}>
  30. <div class="topic-title-container"><div class="topictitle" style="position:relative;top:0;left:0;width:415px;margin-left:50px;"><strong>{searchresults.TOPIC_TYPE}</strong><a class="topictitle" href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></div></div>
  31. <br />
  32. {searchresults.GOTO_PAGE_NEW}
  33. <div class="topicauthor" style="position:relative;bottom:0;left:0;margin-left:50px;margin-top:-10px;width:415px;"><i class="fas fa-pencil-alt"></i><span class="topicauthorname">{searchresults.L_BY} {searchresults.TOPIC_AUTHOR} {searchresults.L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_NAME}</a></span></div>
  34. <!-- BEGIN nav_tree -->{searchresults.TOPIC_NAV_TREE_NEW}<!-- END nav_tree -->
  35. </dd>
  36. <dd class="posts">{searchresults.REPLIES}</dd>
  37. <dd class="views">{searchresults.VIEWS}</dd>
  38. <dd class="lastpost">
  39. <span>
  40. {searchresults.LAST_POST_AUTHOR}&nbsp;<dfn>{L_LASTPOST}</dfn>
  41. {searchresults.LAST_POST_IMG}
  42. <br style="clear:left;" />
  43. {searchresults.LAST_POST_TIME}
  44. </span>
  45. </dd>
  46. </dl>
  47. </li>
  48. <!-- END searchresults -->
  49. </ul>
  50.  
  51. <div class="clear"></div>
  52. <span class="corners-bottom"><span></span></span>
  53. </div>
  54. </div>
  55.  
  56. <p class="right-box"><a href="#top">{L_BACK_TO_TOP}</a></p>
  57. <p class="pagination">{PAGINATION}</p>
  58. </form>
  59. <div class="clear"></div>
  60. {JUMPBOX}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement