src/iconolab_mcc/templates/partials/footer.html
author ymh <ymh.work@gmail.com>
Thu, 05 Jul 2018 14:04:26 +0200
changeset 25 607cdf16caf5
parent 1 309def3c05dc
permissions -rw-r--r--
add specific version information in footer
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     1
{% load staticfiles %}
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     2
{% load iconolab_tags %}
25
607cdf16caf5 add specific version information in footer
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
     3
{% load iconolab_mcc_tags %}
1
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     4
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     5
<div class="container">
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     6
<hr style="margin-top: 5px;">
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     7
  <div class="pull-left footer-info">
25
607cdf16caf5 add specific version information in footer
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
     8
    <h4><small>Version {% version %}&nbsp;/&nbsp;{% mcc_version %}</small></h4>
1
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     9
  </div>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    10
  <div class="pull-right partners-icons">
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    11
    <a href="http://www.iri.centrepompidou.fr"><img src="{% static 'iconolab/img/logo_IRI_footer.png' %}"></a>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    12
    &nbsp;&nbsp;
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    13
    <a href="http://www.culturecommunication.gouv.fr/"><img src="{% static 'iconolab_mcc/img/logo_mcc_footer.png' %}"></a>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    14
  </div>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    15
  <div class="pull-right footer-link">
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    16
    <h4><small><a href="{% url 'iconolab_mcc_legals' %}">Mentions légales</a></small></h4>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    17
  </div>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    18
  <div class="pull-right footer-link">
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    19
    <h4><small><a href="{% url 'iconolab_mcc_credits' %}">Crédits</a></small></h4>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    20
  </div>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    21
  <div class="pull-right footer-link">
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    22
    <h4><small><a href="{% url 'iconolab_mcc_charter' %}">Charte de contribution</a></small></h4>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    23
  </div>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    24
  <div class="pull-right footer-link">
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    25
    <h4><small><a href="{% url 'iconolab_glossary' %}">Glossaire</a></small></h4>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    26
  </div>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    27
</div>