Compare commits
2 Commits
merge-date
...
advanced-s
Author | SHA1 | Date | |
---|---|---|---|
4b90057664 | |||
90f49e7626 |
@@ -10,12 +10,15 @@
|
||||
<form action="{{ url_for('search') }}" name="search">
|
||||
<p><input type="text" name="query" value="{{ query }}">
|
||||
</p>
|
||||
<p><button id="the-big-one" type="submit" style="font-size: 20px; padding: 10px; padding-left: 50px; padding-right: 50px;"
|
||||
<p><button id="the-big-one" type="submit"
|
||||
style="font-size: 20px; padding: 10px; padding-left: 50px; padding-right: 50px;"
|
||||
value="search" class="btn btn-primary">Search</button>
|
||||
</p>
|
||||
|
||||
<p><a href="#" onClick="advanced_search()">[Advanced Search]</a>
|
||||
|
||||
{% if parsed_query %}
|
||||
<p><a href="{{ url_for('search')}}?query=&fields=">[clear all results]</a>
|
||||
<p><a href="{{ url_for('search')}}?query=&fields=">[Clear All Results]</a>
|
||||
{% endif %}
|
||||
|
||||
</p>
|
||||
@@ -25,6 +28,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="height: 20px;"><p> </p></div>
|
||||
|
||||
<div id="info-bars-container" class="container">
|
||||
<div class="row">
|
||||
|
||||
|
Reference in New Issue
Block a user