X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/df3111d7bf394dddf012119b02ea8664edec9492..8812395c50c9a3e5c5bcdb8980f81b6ae7ae6e32:/edumed/templates/base_mil.html?ds=inline

diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html
index d6fac36..7a88f45 100644
--- a/edumed/templates/base_mil.html
+++ b/edumed/templates/base_mil.html
@@ -6,14 +6,20 @@
 
 {% 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="{% url "mil_home" %}">{% trans 'Consultations' %}</a></li>
-        <li><a class="menu-kompetencje" href="{% url "curriculum" %}">{% trans 'Competencies' %}</a></li>
-        <li><a class="menu-wspolpraca" href="{% url "comment_document_index" %}">{% trans 'Take Part' %}</a></li>
+    <li><a class="menu-consultations" href="{% url "mil_home" "katalog" %}">{% 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' 'katalog' url='' %}">Baza wiedzy</a></li>
         {% endif %}
-        <li><a class="menu-kontakt" href="{% url 'mil_contact' %}">{% trans 'Contact' %}</a></li>
+        <li><a class="menu-kontakt" href="{% url 'mil_contact' 'katalog' %}">{% trans 'Contact' %}</a></li>
         <li>{% lang_switcher %}</li>
 {% endblock %}
 
@@ -22,13 +28,11 @@
 {% endblock %}
 
 {% block organizer %}
-    <span style="position:relative; left:70px;">
     Projekt prowadzi:<br/>
     <a href="http://nowoczesnapolska.org.pl">
-        <img src="{% static "img/logo_fnp.png" %}" alt="Fundacja Nowoczesna Polska" />
-    </a>
+        <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.jpg" %}" alt="Narodowy Instytut Audiowizualny" />
+        <img src="{% static "img/nina-white.png" %}" alt="Narodowy Instytut Audiowizualny" />
     </a>
-    </span>
 {% endblock %}
\ No newline at end of file