X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/6e28d2a2680de3290eaed5e90cc128d33fe27046..e963dfba5f131394ee545ae6d440a66e1477989b:/prawokultury/templates/base.html diff --git a/prawokultury/templates/base.html b/prawokultury/templates/base.html index 107c01d..97e1537 100755 --- a/prawokultury/templates/base.html +++ b/prawokultury/templates/base.html @@ -5,19 +5,20 @@ {% 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_2016_"|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> @@ -51,25 +52,26 @@ </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="/contact/register/" 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' %} @@ -77,7 +79,7 @@ {% endblock %} </div> <div id="content" class="bar-left"> - {% block "body" %}{% endblock %} + {% block body %}{% endblock %} </div> <div style="clear: both;"></div> </div>