{% load sponsor_tags %}
{% load compressed %}
{% load piwik_tags %}
+{% load entry_url %}
<html prefix="og: http://ogp.me/ns#">
<head>
- <title>{% block "titleextra" %}{% endblock %}CopyCamp</title>
+ <title>{% block titleextra %}{% endblock %}CopyCamp</title>
<link rel="shortcut icon" type="image/png" href="{% static "img/favicon.png" %}" />
{% compressed_css 'base' %}
<meta charset="UTF-8" />
- <meta property='og:url' content='{% block "ogurl" %}{{ request.get_full_path|build_absolute_uri:request }}{% endblock %}' />
- <meta property='og:title' content='{% block "ogtitle" %}CopyCamp{% endblock %}' />
+ <meta property='og:url' content='{% block ogurl %}{{ request.get_full_path|build_absolute_uri:request }}{% endblock %}' />
+ <meta property='og:title' content='{% block ogtitle %}CopyCamp{% endblock %}' />
<meta property='og:site_name' content='CopyCamp' />
- <meta property='og:description' content='{% block "ogdescription" %}{% trans "CopyCamp Conference is the first large-scale meeting in Poland devoted to the issues of copyright in both ideological and practical terms." %}{% endblock %}' />
- <meta property='og:type' content='{% block "ogtype" %}website{% endblock %}' />
- <meta property='og:image' content='{% block "ogimage" %}https://copycamp.pl{% static "img/copycamp_2016_"|add:request.LANGUAGE_CODE|add:"_big.png" %}{% endblock %}' />
+ <meta property='og:description' content='{% block ogdescription %}{% trans "CopyCamp Conference is the first large-scale meeting in Poland devoted to the issues of copyright in both ideological and practical terms." %}{% endblock %}' />
+ <meta property='og:type' content='{% block ogtype %}website{% endblock %}' />
+ <meta property='og:image' content='{% block ogimage %}https://copycamp.pl{% static "img/copycamp_2017_"|add:request.LANGUAGE_CODE|add:"_big.png" %}{% endblock %}' />
<meta property='og:locale' content='{% if LANGUAGE_CODE == 'en'%}en_US{% else %}pl_PL{% endif %}' />
</head>
<body>
<div class="bar-left">
<a id="logo" href="{% url "migdal_main" %}">
<img alt="{% trans "CopyCamp" %}"
- src="{% static "img/copycamp_2016_"|add:request.LANGUAGE_CODE|add:".png" %}" /></a>
+ src="{% static "img/copycamp_2017_"|add:request.LANGUAGE_CODE|add:".png" %}" /></a>
</div>
<div class="bar-right">
<a href="http://prawokultury.pl"><img src="{% static "img/logo_160.png" %}" alt="PrawoKultury.pl"/></a>
</button></form-->
</div>
<ul id="menu" class="bar-left">
- {% block "main_menu" %}
+ {% block main_menu %}
{% main_menu %}
{% endblock %}
<li id="item-lang">{% lang_switcher %}</li>
</ul>
- <a href="{% url "contact_form" "register-speaker" %}" style="float: right; margin: 0 10px; width: 220px; text-align:center; background: #ED7F00; color: white; font-size: 24px; text-transform: uppercase;">{% trans "Registration" %}</a>
+ {# <a href="{{ REGISTRATION_URL }}" style="float: right; margin: 0 10px; width: 220px; text-align:center; background: #ED7F00; color: white; font-size: 24px; text-transform: uppercase;">{% trans "Registration" %}</a> #}
<div style="clear: both;"></div>
</div>
<div id="main-bar">
<div id="sidebar" class="bar-right">
- {% block "sidebar" %}
-<div class="sidebar-box" style="text-align:center; font-size: 1.3em;">
-<strong><a target="_blank" style="display: block" href="https://prawokultury.pl/publikacje/cory-doctorow-kontekst/">
-<img style="margin-bottom: .5em;" src="//prawokultury.pl/media/entry/image/cory_cvr_fb_2_maly.jpg" alt="Cory Doctorow – Kontekst"><br>
- Książka:<br/>
- Cory Doctorow – Kontekst<br/>
- Kup na PrawoKultury.pl
- </a></strong></div>
+ {% block sidebar %}
+ {# <a href="{% entry_url "warsztaty" %}" style="display: block; margin-bottom: 10px; width: 220px; text-align:center; background: #ED7F00; color: white; font-size: 24px; text-transform: uppercase;">{% trans "Workshops" %}</a> #}
+ <div class="sidebar-box" style="text-align:center; font-size: 1.3em;">
+ <strong><a target="_blank" style="display: block" href="http://prawokultury.pl/publikacje/konrad-gliscinski-wszystkie-prawa-zastrzezone-hist/">
+ <img style="margin-bottom: .5em;" src="//prawokultury.pl/media/entry/attach/gliscinski_maly.jpg" alt="Konrad Kliściński – Wszystkie prawa zastrzeżone"><br>
+ Książka:<br/>
+ Konrad Gliściński – Wszystkie prawa zastrzeżone<br/>
+ Kup na PrawoKultury.pl
+ </a></strong></div>
<div class="sidebar-box">
{% sponsor_page 'main' %}
{% endblock %}
</div>
<div id="content" class="bar-left">
- {% block "body" %}{% endblock %}
+ {% block body %}{% endblock %}
</div>
<div style="clear: both;"></div>
</div>