3 {% load static from staticfiles %}
4 {% load fnp_common menu_tags migdal_tags events_tags fnp_share fnp_lang %}
8 <html prefix="og: http://ogp.me/ns#">
10 <title>{% block titleextra %}{% endblock %}{% trans "Right to Culture" %}</title>
11 <link rel="shortcut icon" type="image/png" href="{% static "img/favicon.png" %}" />
12 {% stylesheet 'base' %}
13 {% block extra_css %}{% endblock %}
14 <meta charset="UTF-8" />
15 <meta property='og:url' content='{% block ogurl %}{{ request.get_full_path|build_absolute_uri:request }}{% endblock %}' />
16 <meta property='og:title' content='{% block ogtitle %}{% trans "Right to Culture" %}{% endblock %}' />
17 <meta property='og:site_name' content='{% trans "Right to Culture" %}' />
18 <meta property='og:description' content='{% block ogdescription %}Prawokultury.pl to strona edukacyjna mająca za zadanie w przystępny i rzetelny sposób informować o wszelkich kwestiach związanych z prawem autorskim.{% endblock %}' />
19 <meta property='og:type' content='{% block ogtype %}website{% endblock %}' />
20 <meta property='og:image' content='{% block ogimage %}{{ "/static/img/square-logo.png"|build_absolute_uri:request }}{% endblock %}' />
21 <meta property='og:locale' content='pl_PL' />
22 <link href="{% url 'migdal_main_feed' %}" rel="alternate" type="application/rss+xml" title="{% trans "Right to Culture" %}" />
23 {% block headextra %}{% endblock %}
26 {% load fnp_annoy %}{% annoy %}
29 <div class="bar-left">
30 <a id="logo" href="{% url "migdal_main" %}">
31 <img alt="{% trans "Right to Culture" %}"
32 src="{% static "img/logo.png" %}" /></a>
34 <div class="bar-right">
36 <span>{% trans "Organizer" %}</span><br/>
37 <a href="//nowoczesnapolska.org.pl">
38 <img src="{% static 'img/logo-fnp.png' %}"
39 alt="{% trans "Modern Poland Foundation" %}" /></a>
42 <div class="org-trust">
43 <span>{% trans "Sponsor" %}</span><br/>
44 <a href="http://ceetrust.org">
45 <img src="{% static 'img/logo-trust.png' %}"
46 alt="{% trans "Trust for Civil Society in Central and Eastern Europe" %}" /></a>
50 <div style="clear: both;"></div>
54 <div class="bar-right">
55 <form id="search-form" method="GET" action="{% url 'search' %}"><input name="q" /><button>
56 <img src="{% static "img/search.png" %}" alt="{% trans "Search" %}" />
59 <ul id="menu" class="bar-left">
63 <li id="item-lang">{% lang_switcher %}</li>
65 <div style="clear: both;"></div>
69 <a style="width: 100%; display: inline-block;" href="https://nowoczesnapolska.org.pl/pomoz-nam/wesprzyj-nas/">
70 <img src="{% static 'img/960x150_ogolny.jpg' %}">
74 <div id="main-bar" style='clear: both;'>
75 <div id="sidebar" class="bar-right">
77 <div class="sidebar-box">
78 <h3><a href="{% url 'events' %}">{% trans "Upcoming events" %}</a></h3>
81 <div class="sidebar-box" style="text-align: center">
82 {% chunk 'side_promo' %}
84 <div id="sidebar-box-categories" class="sidebar-box">
85 {% categories 'topics' %}
86 {% categories 'types' %}
88 <div class="sidebar-box social">
89 <a href="{% url 'migdal_main_feed' %}" title="RSS feed">
90 <img src="{% static 'img/rss.png' %}" alt="RSS feed" /></a>
91 {% url 'migdal_main' as main_url %}
92 {% trans "Right to Culture" as site_name %}
93 {% share main_url site_name "big" %}
95 <div class="sidebar-box">
96 <h3>{% trans "Latest comments" %}</h3>
101 <div id="content" class="bar-left">
102 {% block body %}{% endblock %}
104 <div style="clear: both;"></div>
107 <div id="footer-bar">
108 <p class="footer-item">
109 <strong>Fundacja Nowoczesna Polska</strong><br/>
111 ul. Marszałkowska 84/92 lok. 125<br/>
113 tel: +48 22 621 30 17<br/>
114 e-mail: fundacja@nowoczesnapolska.org.pl<br/>
116 <p class="footer-item">
119 REGON: 017423865<br/>
120 Nr konta: 46 10201097 0000 7502 0001 6766
122 <p class="footer-item">
123 <a href="https://nowoczesnapolska.org.pl/prywatnosc/">Polityka prywatności i ciasteczka</a>
125 {% trans "If not explicitly stated otherwise, all texts are licensed under the <a href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons Attribution-Share Alike</a> free license." %}
128 <div style="clear: both;"></div>
132 <script type="text/javascript" src="//code.jquery.com/jquery-1.8.0.min.js" charset="utf-8"></script>
133 {% javascript 'base' %}
135 {% block extra_js %}{% endblock %}