X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/f4a3b46519673caa15addf8cbd6033e2ef25c8e8..f15285d596042a028344c20e45fabe4371f9df69:/prawokultury/templates/base.html?ds=sidebyside diff --git a/prawokultury/templates/base.html b/prawokultury/templates/base.html index a767d0b..c7d3752 100755 --- a/prawokultury/templates/base.html +++ b/prawokultury/templates/base.html @@ -8,17 +8,17 @@ {% 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> @@ -33,7 +33,7 @@ <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> @@ -52,19 +52,19 @@ </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="{{ 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> + {# <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" %} - <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> + {% 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> @@ -79,7 +79,7 @@ {% endblock %} </div> <div id="content" class="bar-left"> - {% block "body" %}{% endblock %} + {% block body %}{% endblock %} </div> <div style="clear: both;"></div> </div>