equal
deleted
inserted
replaced
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 %} |