Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <f:form
  2. id="search-form"
  3. class="press-search-widget"
  4. additionalAttributes="{'role': 'search'}"
  5. method="get"
  6. action="search"
  7. extensionName="MySearch"
  8. pluginName="Mysearch"
  9. controller="Search"
  10. section="search-form" >
  11.  
  12. <f:form.textfield
  13. id="pressfilter-search"
  14. class="form-control"
  15. type="text"
  16. name="searchTerms[searchTerm]"
  17. value="{parameters.searchTerm}"
  18. placeholder=""
  19. />
  20.  
  21. </f:form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement