english, erasmus
[emels.git] / emels / templates / base_super.html
index 9765598..99f2fbd 100644 (file)
         <div id="header-wrapper">
         <header class="main {% block header_class %}{% endblock %}" style="position:relative;">
             {% 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>
             <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>
                 <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>