2 {% load url from future %}
4 {% load common_tags migdal_tags share %}
6 <html prefix="og: http://ogp.me/ns#">
8 <title>{% block "titleextra" %}{% endblock %}CopyCamp</title>
9 <link rel="shortcut icon" type="image/png" href="{% static "img/favicon.png" %}" />
10 {% compressed_css 'base' %}
12 <meta property='og:url' content='{% block "ogurl" %}{% url 'migdal_main' %}{% endblock %}' />
13 <meta property='og:title' content='{% block "ogtitle" %}CopyCamp{% endblock %}' />
14 <meta property='og:site_name' content='CopyCamp' />
15 <meta property='og:description' content='{% block "ogdescription" %}CopyCamp!{% endblock %}' />
16 <meta property='og:type' content='{% block "ogtype" %}website{% endblock %}' />
17 <meta property='og:image' content='{% block "ogimage" %}{{ "/static/img/square-logo.png"|build_absolute_uri:request }}{% endblock %}' />
18 <meta property='og:locale' content='pl_PL' />
23 <div class="bar-left">
24 <a id="logo" href="{% url "migdal_main" %}">
25 <img alt="{% trans "CopyCamp" %}"
26 src="{% static "img/logo.png" %}" /></a>
28 <div class="bar-right">
30 {% url 'migdal_main' as main_url %}
31 {% share main_url "CopyCamp" "big" %}
34 <div style="clear: both;"></div>
38 <div class="bar-right">
39 <form id="search-form" method="GET" action="{% url 'search' %}"><input name="q" /><button>
40 <img src="{% static "img/search.png" %}" alt="{% trans "Search" %}" />
43 <ul id="menu" class="bar-left">
44 {% block "main_menu" %}
45 {% main_menu 'url' request.get_full_path %}
48 <div style="clear: both;"></div>
52 <div id="sidebar" class="bar-right">
54 <div class="sidebar-box">
59 <div id="content" class="bar-left">
60 {% block "body" %}{% endblock %}
62 <div style="clear: both;"></div>
66 <p class="footer-item">
67 <strong>Fundacja Nowoczesna Polska</strong><br/>
69 ul. MarszaĆkowska 84/92 lok. 125<br/>
71 tel/fax: +48 22 621 30 17<br/>
72 e-mail: fundacja@nowoczesnapolska.org.pl<br/>
74 <p class="footer-item">
78 Nr konta: 46 10201097 0000 7502 0001 6766
80 <p class="footer-item">
82 {% 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." %}
85 <div style="clear: both;"></div>
89 <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js" charset="utf-8"></script>
90 {% compressed_js 'base' %}