/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
- <h2>{{ title|default:"Search the documentation" }}</h2>
- <form method="get" action="/search">
- <div class="clearfix">
- <input name="q" type="text" style="width: 280px" value="{{ q.q|escape }}" />
- </div>
- <div>
- <button>Search</button>
- </div>
- </form>