Show More
@@ -1,62 +1,62 b'' | |||||
1 | {% load staticfiles %} |
|
1 | {% load staticfiles %} | |
2 | {% load i18n %} |
|
2 | {% load i18n %} | |
3 | {% load l10n %} |
|
3 | {% load l10n %} | |
4 | {% load static from staticfiles %} |
|
4 | {% load static from staticfiles %} | |
5 |
|
5 | |||
6 | <!DOCTYPE html> |
|
6 | <!DOCTYPE html> | |
7 | <html> |
|
7 | <html> | |
8 | <head> |
|
8 | <head> | |
9 | <link rel="stylesheet" type="text/css" href="{% static 'css/base.css' %}" media="all"/> |
|
9 | <link rel="stylesheet" type="text/css" href="{% static 'css/base.css' %}" media="all"/> | |
10 | <link rel="stylesheet" type="text/css" href="{% static 'css/3party/highlight.css' %}" media="all"/> |
|
10 | <link rel="stylesheet" type="text/css" href="{% static 'css/3party/highlight.css' %}" media="all"/> | |
11 | <link rel="stylesheet" type="text/css" href="{% static theme_css %}" media="all"/> |
|
11 | <link rel="stylesheet" type="text/css" href="{% static theme_css %}" media="all"/> | |
12 | <link rel="alternate" type="application/rss+xml" href="rss/" title="{% trans 'Feed' %}"/> |
|
12 | <link rel="alternate" type="application/rss+xml" href="rss/" title="{% trans 'Feed' %}"/> | |
13 |
|
13 | |||
14 | <link rel="icon" type="image/png" |
|
14 | <link rel="icon" type="image/png" | |
15 | href="{% static 'favicon.png' %}"> |
|
15 | href="{% static 'favicon.png' %}"> | |
16 |
|
16 | |||
17 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
|
17 | <meta name="viewport" content="width=device-width, initial-scale=1"/> | |
18 | <meta charset="utf-8"/> |
|
18 | <meta charset="utf-8"/> | |
19 |
|
19 | |||
20 | {% block head %}{% endblock %} |
|
20 | {% block head %}{% endblock %} | |
21 | </head> |
|
21 | </head> | |
22 | <body> |
|
22 | <body> | |
23 | <script src="{% static 'js/jquery-2.0.1.min.js' %}"></script> |
|
23 | <script src="{% static 'js/jquery-2.0.1.min.js' %}"></script> | |
24 | <script src="{% static 'js/jquery-ui-1.10.3.custom.min.js' %}"></script> |
|
24 | <script src="{% static 'js/jquery-ui-1.10.3.custom.min.js' %}"></script> | |
25 | <script src="{% static 'js/jquery.mousewheel.js' %}"></script> |
|
25 | <script src="{% static 'js/jquery.mousewheel.js' %}"></script> | |
26 | <script src="{% url 'js_info_dict' %}"></script> |
|
26 | <script src="{% url 'js_info_dict' %}"></script> | |
27 |
|
27 | |||
28 | <div class="navigation_panel"> |
|
28 | <div class="navigation_panel"> | |
29 | <a class="link" href="{% url 'index' %}">{% trans "All threads" %}</a> |
|
29 | <a class="link" href="{% url 'index' %}">{% trans "All threads" %}</a> | |
30 | {% for tag in tags %} |
|
30 | {% for tag in tags %} | |
31 | <a class="tag" href="{% url 'tag' tag_name=tag.name %}" |
|
31 | <a class="tag" href="{% url 'tag' tag_name=tag.name %}" | |
32 | >#{{ tag.name }}</a>, |
|
32 | >#{{ tag.name }}</a>, | |
33 | {% endfor %} |
|
33 | {% endfor %} | |
34 | <a href="{% url 'tags' %}" title="{% trans 'Tag management' %}" |
|
34 | <a href="{% url 'tags' %}" title="{% trans 'Tag management' %}" | |
35 | >[...]</a> |
|
35 | >[...]</a>, | |
|
36 | <a href="{% url 'search' %}" title="{% trans 'Search' %}">[S]</a> | |||
36 | <a class="link" href="{% url 'settings' %}">{% trans 'Settings' %}</a> |
|
37 | <a class="link" href="{% url 'settings' %}">{% trans 'Settings' %}</a> | |
37 | </div> |
|
38 | </div> | |
38 |
|
39 | |||
39 | {% block content %}{% endblock %} |
|
40 | {% block content %}{% endblock %} | |
40 |
|
41 | |||
41 | <script src="{% static 'js/popup.js' %}"></script> |
|
42 | <script src="{% static 'js/popup.js' %}"></script> | |
42 | <script src="{% static 'js/image.js' %}"></script> |
|
43 | <script src="{% static 'js/image.js' %}"></script> | |
43 | <script src="{% static 'js/3party/highlight.min.js' %}"></script> |
|
44 | <script src="{% static 'js/3party/highlight.min.js' %}"></script> | |
44 | <script src="{% static 'js/refpopup.js' %}"></script> |
|
45 | <script src="{% static 'js/refpopup.js' %}"></script> | |
45 | <script src="{% static 'js/main.js' %}"></script> |
|
46 | <script src="{% static 'js/main.js' %}"></script> | |
46 |
|
47 | |||
47 | <div class="navigation_panel"> |
|
48 | <div class="navigation_panel"> | |
48 | {% block metapanel %}{% endblock %} |
|
49 | {% block metapanel %}{% endblock %} | |
49 | [<a href="{% url 'admin:index' %}">{% trans 'Admin' %}</a>] |
|
50 | [<a href="{% url 'admin:index' %}">{% trans 'Admin' %}</a>] | |
50 | [<a href="{% url 'search' %}">{% trans 'Search' %}</a>] |
|
|||
51 | {% with ppd=posts_per_day|floatformat:2 %} |
|
51 | {% with ppd=posts_per_day|floatformat:2 %} | |
52 | {% blocktrans %}Speed: {{ ppd }} posts per day{% endblocktrans %} |
|
52 | {% blocktrans %}Speed: {{ ppd }} posts per day{% endblocktrans %} | |
53 | {% endwith %} |
|
53 | {% endwith %} | |
54 | <a class="link" href="#top">{% trans 'Up' %}</a> |
|
54 | <a class="link" href="#top">{% trans 'Up' %}</a> | |
55 | </div> |
|
55 | </div> | |
56 |
|
56 | |||
57 | <div class="footer"> |
|
57 | <div class="footer"> | |
58 | <!-- Put your banners here --> |
|
58 | <!-- Put your banners here --> | |
59 | </div> |
|
59 | </div> | |
60 |
|
60 | |||
61 | </body> |
|
61 | </body> | |
62 | </html> |
|
62 | </html> |
General Comments 0
You need to be logged in to leave comments.
Login now