Make the bar menu

This commit is contained in:
Skia 2016-08-29 03:14:53 +02:00
parent 325da79e45
commit 4215baec26
3 changed files with 48 additions and 19 deletions

View File

@ -48,11 +48,15 @@
{% block nav %} {% block nav %}
{% if not popup %} {% if not popup %}
<nav> <nav>
<a href="{{ url('core:user_list') }}">{% trans %}Users{% endtrans %}</a> <a href="https://ae.utbm.fr/">{% trans %}Main{% endtrans %}</a>
<a href="https://ae.utbm.fr/matmatronch/">{% trans %}Matmatronch{% endtrans %}</a>
<a href="{{ url('core:page', page_name="Index") }}">{% trans %}Wiki{% endtrans %}</a> <a href="{{ url('core:page', page_name="Index") }}">{% trans %}Wiki{% endtrans %}</a>
<a href="{{ url('core:page_list') }}">{% trans %}Pages{% endtrans %}</a> <a href="https://ae.utbm.fr/sas2/">{% trans %}SAS{% endtrans %}</a>
<a href="{{ url('club:club_list') }}">{% trans %}Clubs{% endtrans %}</a> <a href="https://ae.utbm.fr/forum2/">{% trans %}Forum{% endtrans %}</a>
<a href="{{ url('core:page', "services") }}">{% trans %}Services{% endtrans %}</a> <a href="{{ url('core:page', "services") }}">{% trans %}Services{% endtrans %}</a>
<a href="{{ url('core:file_list') }}">{% trans %}Files{% endtrans %}</a>
<a href="https://ae.utbm.fr/article.php?name=liens">{% trans %}Sponsors{% endtrans %}</a>
<a href="https://ae.utbm.fr/article.php?name=docs:index">{% trans %}Help{% endtrans %}</a>
</nav> </nav>
{% endif %} {% endif %}
{% endblock %} {% endblock %}

Binary file not shown.

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-29 02:59+0200\n" "POT-Creation-Date: 2016-08-29 03:08+0200\n"
"PO-Revision-Date: 2016-07-18\n" "PO-Revision-Date: 2016-07-18\n"
"Last-Translator: Skia <skia@libskia.so>\n" "Last-Translator: Skia <skia@libskia.so>\n"
"Language-Team: AE info <ae.info@utbm.fr>\n" "Language-Team: AE info <ae.info@utbm.fr>\n"
@ -1055,27 +1055,44 @@ msgstr "Déconnexion"
msgid "Search" msgid "Search"
msgstr "Recherche" msgstr "Recherche"
#: core/templates/core/base.jinja:51 core/templates/core/search.jinja:10 #: core/templates/core/base.jinja:51
msgid "Users" msgid "Main"
msgstr "Utilisateurs" msgstr "Accueil"
#: core/templates/core/base.jinja:52 #: core/templates/core/base.jinja:52
msgid "Matmatronch"
msgstr "Matmatronch"
#: core/templates/core/base.jinja:53
msgid "Wiki" msgid "Wiki"
msgstr "Wiki" msgstr "Wiki"
#: core/templates/core/base.jinja:53 #: core/templates/core/base.jinja:54
msgid "Pages" msgid "SAS"
msgstr "Pages" msgstr "SAS"
#: core/templates/core/base.jinja:54 core/templates/core/search.jinja:18
msgid "Clubs"
msgstr "Clubs"
#: core/templates/core/base.jinja:55 #: core/templates/core/base.jinja:55
msgid "Forum"
msgstr "Forum"
#: core/templates/core/base.jinja:56
msgid "Services" msgid "Services"
msgstr "Services" msgstr "Services"
#: core/templates/core/base.jinja:71 #: core/templates/core/base.jinja:57 core/templates/core/file.jinja:20
#: core/views/files.py:42
msgid "Files"
msgstr "Fichiers"
#: core/templates/core/base.jinja:58
msgid "Sponsors"
msgstr "Partenaires"
#: core/templates/core/base.jinja:59
msgid "Help"
msgstr "Aide"
#: core/templates/core/base.jinja:75
msgid "Site made by good people" msgid "Site made by good people"
msgstr "Site réalisé par des gens bons" msgstr "Site réalisé par des gens bons"
@ -1127,10 +1144,6 @@ msgstr "Nouveau fichier"
msgid "Not found" msgid "Not found"
msgstr "Non trouvé" msgstr "Non trouvé"
#: core/templates/core/file.jinja:20 core/views/files.py:42
msgid "Files"
msgstr "Fichiers"
#: core/templates/core/file.jinja:32 #: core/templates/core/file.jinja:32
msgid "My files" msgid "My files"
msgstr "Mes fichiers" msgstr "Mes fichiers"
@ -1383,6 +1396,14 @@ msgstr "Votre nom d'utilisateur est %(username)s."
msgid "Search result" msgid "Search result"
msgstr "Résultat de la recherche" msgstr "Résultat de la recherche"
#: core/templates/core/search.jinja:10
msgid "Users"
msgstr "Utilisateurs"
#: core/templates/core/search.jinja:18
msgid "Clubs"
msgstr "Clubs"
#: core/templates/core/user_account.jinja:4 #: core/templates/core/user_account.jinja:4
#, python-format #, python-format
msgid "%(user_name)s's account" msgid "%(user_name)s's account"
@ -1458,6 +1479,7 @@ msgid "Option: "
msgstr "Filière : " msgstr "Filière : "
#: core/templates/core/user_detail.jinja:48 #: core/templates/core/user_detail.jinja:48
#, python-format
msgid "Subscribed until %(subscription_end)s" msgid "Subscribed until %(subscription_end)s"
msgstr "Cotisant jusqu'au %(subscription_end)s" msgstr "Cotisant jusqu'au %(subscription_end)s"
@ -2366,3 +2388,6 @@ msgstr "Un utilisateur avec cette adresse email existe déjà"
msgid "You must either choose an existing user or create a new one properly" msgid "You must either choose an existing user or create a new one properly"
msgstr "" msgstr ""
"Vous devez soit choisir un utilisateur existant, ou en créer un proprement." "Vous devez soit choisir un utilisateur existant, ou en créer un proprement."
#~ msgid "Pages"
#~ msgstr "Pages"