fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
events search/realtime indexing
[prawokultury.git]
/
prawokultury
/
templates
/
base.html
diff --git
a/prawokultury/templates/base.html
b/prawokultury/templates/base.html
index
b21a928
..
94a44f2
100755
(executable)
--- a/
prawokultury/templates/base.html
+++ b/
prawokultury/templates/base.html
@@
-1,3
+1,4
@@
+<!DOCTYPE html>
{% load url from future %}
{% load i18n static %}
{% load migdal_tags events_tags %}
{% load url from future %}
{% load i18n static %}
{% load migdal_tags events_tags %}
@@
-35,7
+36,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>
@@
-58,9
+59,9
@@
{% categories 'topics' %}
{% categories 'types' %}
</div>
{% categories 'topics' %}
{% categories 'types' %}
</div>
- <div class="sidebar-box">
+ <
!--
div class="sidebar-box">
<a href="{% url 'migdal_main_feed' %}">RSS</a>
<a href="{% url 'migdal_main_feed' %}">RSS</a>
- </div>
+ </div
--
>
<div class="sidebar-box">
<h3>{% trans "Latest comments" %}</h3>
{% last_comments %}
<div class="sidebar-box">
<h3>{% trans "Latest comments" %}</h3>
{% last_comments %}
@@
-91,5
+92,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>