Add another Handlebars helper, "compare".
[mkws-moved-to-github.git] / src / templates / search.handlebars
1 {{!
2 Search form
3
4 team - MKWS team
5 }}
6 <form name="mkws-search-form" class="mkws-search-form mkws-team-{{team}}" action="">
7   <input class="mkws-query mkws-query mkwsQuery mkws-team-{{team}}" type="text"/>
8   <input class="mkws-button mkws-button mkwsButton mkws-team-{{team}}" type="submit" value="{{{mkws-translate "Search"}}}"/>
9 </form>
10