X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/ca473e6f63c32db5e5f8abf52ef72a8d03f25c45..da03a71924b6691a375b0f57a3407c4e05de57d7:/edumed/templates/base_mil.html diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html index dec800b..2523f13 100644 --- a/edumed/templates/base_mil.html +++ b/edumed/templates/base_mil.html @@ -1,16 +1,38 @@ {% extends "base_super.html" %} {% load subdomainurls %} {% load fnp_lang %} +{% load sponsor_tags %} +{% load static %} {% load i18n %} +{% block header_class %}header-mil{% endblock %} + +{% block logo %} +<img src="{% static "img/logo-mil.png" %}" alt="Edukacja medialna"/> +{% endblock %} + {% block top_navigation %} - <li><a class="menu-wspolpraca" href="{% if request.LANGUAGE_CODE == 'pl' %}{% url "mil_home_pl" %}{% else %}{% url "mil_home_en" %}{% endif %}">{% trans 'Consultations' %}</a></li> - <li><a class="menu-kompetencje" href="{% url "curriculum" %}">{% trans 'Competencies' %}</a></li> - <li><a class="menu-wspolpraca" href="/wez-udzial">{% trans 'Take Part' %}</a></li> + <li><a class="menu-consultations" href="{% url "mil_home" %}">{% trans 'About Catalogue' %}</a></li> + <li><a class="menu-kompetencje" href="{% url "curriculum" %}">{% trans 'Competencies' %}</a></li> + {% comment %}<li><a class="menu-takepart" href="{% url "comment_document_index" %}">{% trans 'Take Part' %}</a></li>{% endcomment %} {% if request.LANGUAGE_CODE == 'pl' %} - <li><a class="menu-lekcje" href="{% url 'home' subdomain=None %}">MateriaÅy edukacyjne</a></li> + <li><a class="menu-knowledgebase" href="{% url 'knowledge_base' url='' %}">Baza wiedzy</a></li> {% endif %} - <li><a class="menu-kontakt" href="{% url 'info' url='kontakt/' subdomain=None %}">{% trans 'Contact' %}</a></li> + <li><a class="menu-kontakt" href="{% url 'mil_contact' %}">{% trans 'Contact' %}</a></li> <li>{% lang_switcher %}</li> {% endblock %} + +{% block sponsors %} + {% sponsor_page "footer_mil" %} +{% endblock %} + +{% block organizer %} + Projekt prowadzi:<br/> + <a href="http://nowoczesnapolska.org.pl"> + <img src="{% static "img/logo_fnp_white.png" %}" alt="Fundacja Nowoczesna Polska" /> + </a><br/> + <a href="http://http://www.nina.gov.pl/"> + <img src="{% static "img/nina-white.png" %}" alt="Narodowy Instytut Audiowizualny" /> + </a> +{% endblock %} \ No newline at end of file