From cb3c80b7ed2772e49187a40994576c927a3bf1a9 Mon Sep 17 00:00:00 2001 From: Nekori Date: Wed, 28 Apr 2021 11:39:00 +0200 Subject: [PATCH] =?UTF-8?q?Liste=20SAE=20mobilis=C3=A9=20AC=20+=20page=20L?= =?UTF-8?q?iste=20des=20ACs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/ACTemplate.html | 7 +++++++ html/ListACsTemplate.html | 13 +++++++++++++ html/base.html | 7 ++++++- html/export_yaml_to_html.py | 36 +++++++++++++++++++++++++++++------- html/indexTemplate.html | 8 ++++---- 5 files changed, 59 insertions(+), 12 deletions(-) create mode 100644 html/ListACsTemplate.html diff --git a/html/ACTemplate.html b/html/ACTemplate.html index f5a0cf0..0f14866 100644 --- a/html/ACTemplate.html +++ b/html/ACTemplate.html @@ -6,7 +6,14 @@

{{data["code"]}}

{{data["titre"]}}

+

Liste des SAÉs mobilisés

+
+ {% include "navigation.html" %} {% endblock %} \ No newline at end of file diff --git a/html/ListACsTemplate.html b/html/ListACsTemplate.html new file mode 100644 index 0000000..da09111 --- /dev/null +++ b/html/ListACsTemplate.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} +{% block title %}Liste des {{title}}{% endblock %} +{% block content %} +
+ +
+{% endblock %} \ No newline at end of file diff --git a/html/base.html b/html/base.html index 66a8212..29514d3 100644 --- a/html/base.html +++ b/html/base.html @@ -27,10 +27,15 @@