2 {% load url from future %}
4 {% load fnp_common migdal_tags fnp_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 <a href="{% url 'contact_form' 'register' %}">register!</a>
31 {% url 'migdal_main' as main_url %}
32 {% share main_url "CopyCamp" "big" %}
35 <div style="clear: both;"></div>
39 <div class="bar-right">
40 <form id="search-form" method="GET" action="{% url 'search' %}"><input name="q" /><button>
41 <img src="{% static "img/search.png" %}" alt="{% trans "Search" %}" />
44 <ul id="menu" class="bar-left">
45 {% block "main_menu" %}
46 {% main_menu 'url' request.get_full_path %}
49 <div style="clear: both;"></div>
53 <div id="sidebar" class="bar-right">
55 <div class="sidebar-box">
60 <div id="content" class="bar-left">
61 {% block "body" %}{% endblock %}
63 <div style="clear: both;"></div>
67 <p class="footer-item">
68 <strong>Fundacja Nowoczesna Polska</strong><br/>
70 ul. MarszaĆkowska 84/92 lok. 125<br/>
72 tel/fax: +48 22 621 30 17<br/>
73 e-mail: fundacja@nowoczesnapolska.org.pl<br/>
75 <p class="footer-item">
79 Nr konta: 46 10201097 0000 7502 0001 6766
81 <p class="footer-item">
83 {% 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." %}
86 <div style="clear: both;"></div>
90 <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js" charset="utf-8"></script>
91 {% compressed_js 'base' %}