src/ldtplatform/templates/front/front_base.html
changeset 369 1395a729018f
parent 359 7b0f10610cdf
equal deleted inserted replaced
368:5d5fbce14207 369:1395a729018f
    81 {% block footer %}
    81 {% block footer %}
    82     <ul id="footer">
    82     <ul id="footer">
    83         <li>{% blocktrans %}{{WEB_VERSION}} | {{ VERSION }}{% endblocktrans %}</li>
    83         <li>{% blocktrans %}{{WEB_VERSION}} | {{ VERSION }}{% endblocktrans %}</li>
    84         <li>©{% now "Y" %} IRI</li>
    84         <li>©{% now "Y" %} IRI</li>
    85         <li>
    85         <li>
    86             <a target="_blank" href="http://www.iri.centrepompidou.fr" title="{% trans 'link IRI'%}">{% trans "about" %}</a>
    86             <a target="_blank" href="https://www.iri.centrepompidou.fr" title="{% trans 'link IRI'%}">{% trans "about" %}</a>
    87         </li>
    87         </li>
    88         {% url 'mashup_home' branding='iri' as hc_url %}
    88         {% url 'mashup_home' branding='iri' as hc_url %}
    89         {% if hc_url %}<li><a href="{{ hc_url }}">HashCut (mash-up)</a></li>{% endif %}
    89         {% if hc_url %}<li><a href="{{ hc_url }}">HashCut (mash-up)</a></li>{% endif %}
    90         {% url 'composer_home'  as cp_url %}
    90         {% url 'composer_home'  as cp_url %}
    91         {% if cp_url %}<li><a href="{{ cp_url }}">MetadataComposer (hyper video)</a></li>{% endif %}
    91         {% if cp_url %}<li><a href="{{ cp_url }}">MetadataComposer (hyper video)</a></li>{% endif %}