mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
a simple footer + traductions
This commit is contained in:
@ -349,6 +349,15 @@ footer{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer div{
|
||||
margin-top: 25px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
footer a{
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
/*---------------------------------FORMS-------------------------------*/
|
||||
form {
|
||||
margin: 0px auto;
|
||||
|
@ -105,6 +105,7 @@
|
||||
{% if not popup %}
|
||||
<footer>
|
||||
{% block footer %}
|
||||
<div><a href="https://ae.utbm.fr/article.php?name=contacts">{% trans %}Contacts{% endtrans %}</a> <a href="https://ae.utbm.fr/article.php?name=legals">{% trans %}Legal Mentions{% endtrans %}</a> <a href="https://ae.utbm.fr/copyright_agent.php">{% trans %}Intellectual Property{% endtrans %}</a> <a href="https://ae.utbm.fr/article.php?name=docs:index">{% trans %}Help & Documentation{% endtrans %}</a> <a href="https://ae.utbm.fr/article.php?name=rd">{% trans %}R&D{% endtrans %}</a></div>
|
||||
{% trans %}Site made by good people{% endtrans %}
|
||||
{% endblock %}
|
||||
</footer>
|
||||
|
Reference in New Issue
Block a user