/priv/sites/zotonicwww/templates/_block_search.tpl

https://code.google.com/p/zotonic/ · Smarty Template · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · bbd5ba0123dd949039f468267803e3b7 MD5 · raw file

  1. <h2>{{ title|default:"Search the documentation" }}</h2>
  2. <form method="get" action="/search">
  3. <div class="clearfix">
  4. <input name="q" type="text" style="width: 280px" value="{{ q.q|escape }}" />
  5. </div>
  6. <div>
  7. <button>Search</button>
  8. </div>
  9. </form>