icp/src/frontend/templates/frontend/footer.html

25 lines
545 B
HTML
Raw Normal View History

2018-05-05 22:18:02 +00:00
{% load staticfiles %}
{% if user.is_authenticated %}
{% else %}
{% endif %}
<footer>
<hr>
<style type="text/css">
.sep { color: silver; margin: 0.3em; }
</style>
<a href="https://redmine.wr.informatik.uni-hamburg.de/projects/icp">Platform</a>
<span class="sep">|</span>
<a href="https://wr.informatik.uni-hamburg.de/impressum">Impressum</a>
<span class="sep">|</span>
<a href="https://wr.informatik.uni-hamburg.de/research/projects/icp">Contact</a>
<span class="sep">|</span>
<a href="/attribution">Attribution</a>
</footer>