fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
sample solr config, add action to search form
[prawokultury.git]
/
prawokultury
/
templates
/
base.html
diff --git
a/prawokultury/templates/base.html
b/prawokultury/templates/base.html
index
b21a928
..
c76ee4d
100755
(executable)
--- a/
prawokultury/templates/base.html
+++ b/
prawokultury/templates/base.html
@@
-35,7
+35,7
@@
<div id="menu-bar">
<div class="bar-right">
<div id="menu-bar">
<div class="bar-right">
- <form id="search-form"
><input
/><button>
+ <form id="search-form"
method="GET" action="/search/"><input name="q"
/><button>
<img src="{% static "img/search.png" %}" alt="{% trans "Search" %}" />
</button></form>
</div>
<img src="{% static "img/search.png" %}" alt="{% trans "Search" %}" />
</button></form>
</div>
@@
-91,5
+91,7
@@
</div>
</div>
</div>
</div>
+ <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js" charset="utf-8"></script>
+ {% compressed_js 'base' %}
</body>
</body>
-</html>
\ No newline at end of file
+</html>