comparison doc/sphinx_bootstrap_theme/bootstrap/searchbox.html @ 10:a50cf11e5178

Rewrite LGDataverse completely upgrading to dataverse4.0
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 08 Sep 2015 17:00:21 +0200
parents
children
comparison
equal deleted inserted replaced
9:5926d6419569 10:a50cf11e5178
1 {%- if pagename != "search" %}
2 <form action="{{ pathto('search') }}" method="get">
3 <div class="form-group">
4 <input type="text" name="q" class="form-control" placeholder="Search" />
5 </div>
6 <input type="hidden" name="check_keywords" value="yes" />
7 <input type="hidden" name="area" value="default" />
8 </form>
9 {%- endif %}