Advertisement
Guest User

QMT custom

a guest
May 3rd, 2012
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1. <form method="get" id="searchform" action="{{base-url}}">
  2.     <input type="text" onclick="this.value='';" onfocus="this.select()" onblur="this.value=!this.value?'Search...':this.value;" value="Search..." name="s" id="s" />
  3.         {{#taxonomy}}
  4.        <select name="{{name}}">
  5.             <option></option>
  6.             {{{options}}}
  7.         </select>
  8.         {{/taxonomy}}
  9.     <input type="submit" id="searchsubmit" value="Search" />
  10. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement