1 {% load pipeline i18n %}
5 <head lang="{{ LANGUAGE_CODE }}">
6 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
7 <link rel="icon" href="{{ STATIC_URL }}img/pr-icon.png" type="image/png" />
8 {% stylesheet 'catalogue' %}
9 <title>{% block title %}{% block titleextra %}{% endblock %} ::
10 {% trans "Platforma Redakcyjna" %}{% endblock title %}</title>
11 {% block add_css %}{% endblock %}
14 <!--#include file='/pozor.html'-->
17 <a href="{% url 'catalogue_document_list' %}">
18 <img id="logo" src="{{ STATIC_URL }}img/wl-orange.png" alt="Platforma" />
21 <div id="tabs-nav-left">
26 {% include "registration/head_login.html" %}
29 <div class='clr' ></div>
35 <div id="catalogue_layout_left_column">
36 {% block leftcolumn %}
37 {% endblock leftcolumn %}
39 <div id="catalogue_layout_right_column">
40 {% block rightcolumn %}
41 {% endblock rightcolumn %}
43 {% endblock content %}
48 <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
49 {% javascript 'catalogue' %}
50 {% block add_js %}{% endblock %}