Advertisement
denik-od

Low search template

Dec 17th, 2015
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  5. </head>
  6. <body>
  7. {exp:low_search:form required="keywords"}
  8. <fieldset>
  9.   <input type="search" name="keywords" value="{low_search_keywords}" class="txt" placeholder="Поиск по сайту...">
  10.   <button type="submit" class="sbm">Искать</button>
  11. </fieldset>
  12. {/exp:low_search:form}
  13. {!--
  14.   keywords:lang="en"
  15.   keywords:mode="all"
  16.   keywords:inflect="yes"
  17.   keywords:loose="both"
  18.         --}
  19. {exp:low_search:results
  20.   channel="catalog"
  21.   query="{segment_2}"
  22.   limit="30"
  23. }
  24. <p>{title}</p>
  25. {/exp:low_search:results}
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement