{% if year %}{{ year }} – Choisissez votre mention{% else %}Choisissez votre année{% endif %}
+{% if year %}{{ year }} – Choisissez votre mention{% elif group %}Calendriers disponibles pour le groupe {{ group }}{% else %}Choisissez votre année{% endif %}
-
{% for element in elements %}
-
- {{ element }} +
- {{ element }} {% empty %}
- {{ element }} +
- {{ element }} {% empty %}
- Un seul ICS pour tous les cours +{% for group in groups %} +
- ICS pour le groupe {{ group }} uniquement +{% endfor %} +
- Un seul ICS pour tous les cours {% for group in groups %} -
- ICS pour le groupe {{ group }} uniquement +
- ICS des cours du groupe {{ group }} uniquement {% endfor %}
Aucun emploi du temps à afficher
{% endfor %} -- cgit v1.2.1 From 7b66e90a4ff559323bd0664b88e0cdefa0f38322 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Fri, 27 Oct 2017 21:56:04 +0200 Subject: Ajout d’un lien pour aller sur la liste des ICS séparés --- templates/timetable.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/timetable.html b/templates/timetable.html index e4dffe7..b009174 100644 --- a/templates/timetable.html +++ b/templates/timetable.html @@ -18,4 +18,4 @@ {% if last_update %}Dernière mise à jour le {{ last_update|date:"l j F o" }} à {{ last_update|date:"H:i" }}{% endif %} {% include "timetable_common.html" %} - {% endblock %} +ICS – ICS séparés – RSS – Atom
{% endblock %} -- cgit v1.2.1 From f0790a2420684a39e2b48922beec1245f4446912 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Sun, 29 Oct 2017 15:17:03 +0100 Subject: Revert "Ajout d’une page pour lister les calendriers disponibles" This reverts commit 7ef57a0226fa25b8ea5e9a6ff5526889dc300649. --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index c47a0be..005fd5b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ {% block head %}{% endblock %} -
{% block body %}
-
{% if year %}{{ year }} – Choisissez votre mention{% elif group %}Calendriers disponibles pour le groupe {{ group }}{% else %}Choisissez votre année{% endif %}
+{% if year %}{{ year }} – Choisissez votre mention{% else %}Choisissez votre année{% endif %}
-
{% for element in elements %}
-
Aucun emploi du temps à afficher
{% endfor %} -- cgit v1.2.1 From c80a41ffafe3065f35f07b71063b5596d33d0ff2 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Sun, 29 Oct 2017 15:37:43 +0100 Subject: Déplacement de tous les liens vers les ICS dans une page spéciale --- templates/calendars.html | 13 +++++++++++++ templates/timetable.html | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 templates/calendars.html (limited to 'templates') diff --git a/templates/calendars.html b/templates/calendars.html new file mode 100644 index 0000000..70f3dac --- /dev/null +++ b/templates/calendars.html @@ -0,0 +1,13 @@ +{% extends "index.html" %} + +{% block title %}Calendriers disponibles pour le groupe {{ group }} – {% endblock %} + +{% block body %} +Calendriers disponibles pour le groupe {{ group }}
+-
+
ICS – ICS séparés – RSS – Atom
{% endblock %} + {% endblock %} -- cgit v1.2.1 From 5082e2aa0083a1c78cd39e86cb141786c2ab6efe Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Sun, 29 Oct 2017 15:41:40 +0100 Subject: Changement des texte de la page des calendriers --- templates/calendars.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/calendars.html b/templates/calendars.html index 70f3dac..d97ea78 100644 --- a/templates/calendars.html +++ b/templates/calendars.html @@ -1,13 +1,13 @@ {% extends "index.html" %} -{% block title %}Calendriers disponibles pour le groupe {{ group }} – {% endblock %} +{% block title %}ICS disponibles pour le groupe {{ group }} – {% endblock %} {% block body %} -