no fax
[emels.git] / emels / templates / base_super.html
index 547cb1e..c5165ee 100644 (file)
@@ -4,13 +4,13 @@
 {% load pipeline static %}
 {% load piwik_tags %}
 
-{% macro title %}{% block title %}{% endblock %}{% endmacro %}
+{% macro title %}{% block titleextra %}{% endblock %}{% endmacro %}
 {% macro site_name %}Emels{% endmacro %}
 
 <html prefix="og: http://ogp.me/ns#">
     <head>
-       <title>{% block full_title %}{% usemacro title %} :: {% usemacro site_name %}{% endblock %}</title>
-       <link rel="shortcut icon" type="image/png" href="{% static "img/favicon.png" %}" />
+       <title>{% block full_title %}{% usemacro title %} {% usemacro site_name %}{% endblock %}</title>
+       <link rel="icon" type="image/png" href="{% static "img/favicon.png" %}" />
         {% stylesheet 'base' %}
 
         <meta charset="UTF-8" />
         <meta property='og:type' content='{% block og_type %}website{% endblock %}' />
         <meta property='og:image' content='{% block og_image %}http://emels.eu/static/img/logo.png{% endblock %}' />
         <meta property='og:locale' content='pl_PL' />
+        <link href="{% url 'migdal_main_feed' %}" rel="alternate" type="application/rss+xml" title="Emels" />
         <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script></script><![endif]-->
     </head>
     <body id="{% block body-id %}body{% endblock %}">
         <div id="header-wrapper">
         <header class="main {% block header_class %}{% endblock %}" style="position:relative;">
-            <!--img
-                src="{% static "tlo.png" %}"
-                style="position:absolute; opacity: 0.5; top:0; left: -83px; z-index:1000"
-                -->
             {% if request.user.is_authenticated %}
-                <a href="{% url 'logout' %}" style="position: absolute; top:5px; right: 10px; font-size: 12px;">Wyloguj</a>
+                <a href="{% url 'logout' %}" style="position: absolute; top:5px; right: 10px; font-size: 12px;">{% trans "Log out" %}</a>
             {% endif %}
             <div id="header-top">
-            <a id="logo" href="/">{% block logo %}<img src="{% static "img/logo.png" %}" alt="Emels"/>{% endblock %}</a>
+            <a id="logo" href="/">{% block logo %}<img src="{% static "img/logo.png" %}" alt="Emels" height="73px"/>{% endblock %}</a>
             <div id="organizer">
                 {% block organizer %}
-                Projekt prowadzi:<br/>
+                {% trans "Project by:" %}<br/>
                 <a href="http://nowoczesnapolska.org.pl">
                     <img src="{% static "img/logo_fnp.png" %}" alt="Fundacja Nowoczesna Polska" />
                 </a>
@@ -74,7 +71,7 @@
                     <br/>
                     ul. Marszałkowska 84/92 lok. 125<br/>
                     00-514 Warszawa<br/>
-                    tel/fax: +48 22 621 30 17<br/>
+                    tel: +48 22 621 30 17<br/>
                     e-mail: fundacja@nowoczesnapolska.org.pl
                     <br/><br/>
                     KRS: 0000070056<br/>
                 <p>
                 Webdesign Ortografika<br/>
                 <br/>
-                Jeśli nie oznaczono inaczej, wszystkie materiały na stronie są objęte wolną licencją
-                <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.pl">Creative Commons Uznanie autorstwa
-                – Na tych samych warunkach 3.0</a>.
+                {% trans "Unless stated otherwise, all materials on this site are available under" %}
+                <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.pl">{% trans "Creative Commons Attribution-ShareAlike 3.0" %}</a>.
                 {% block copyrights %}{% endblock %}
                 </p>
             </div>
             {% block sponsors %}
             {% endblock %}
+            <div class="footer-item" style="margin-right:0">
+                <p>
+                    <img src="{% static 'img/erasmus.jpg' %}" style="height:50px"/>
+                </p>
+                <p>
+                    This project has been funded with support from the European Commission.
+                </p>
+                <p>
+                    This webpage  reflects the views only of the author,
+                    and the Commission cannot be held responsible for any use which may be made of
+                    the information contained therein.
+                </p>
+            </div>
             <div class="clr"></div>
-            <div class="footer-extra">{% block footer_extra %}{% endblock %}</div>
         </footer>
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>