From 63ddb1e18247770a463500b04089782bbebae2cb Mon Sep 17 00:00:00 2001 From: William Daniau Date: Wed, 9 Oct 2019 21:56:45 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20template=20avec=20une=20variante?= =?UTF-8?q?=20sur=20le=20menu=20:=20=20=20=20=20=20=20+=20ouvert=20par=20d?= =?UTF-8?q?=C3=A9faut=20et=20affich=C3=A9=20sur=20le=20c=C3=B4t=C3=A9=20ga?= =?UTF-8?q?uche=20sur=20sa=20propre=20zone.=20=20=20=20=20=20=20+=20on=20p?= =?UTF-8?q?eut=20le=20refermer=20augmentant=20la=20zone=20utilis=C3=A9e=20?= =?UTF-8?q?pour=20le=20contenu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/html/Wize_with_index_sod.html | 288 ++++++++++++++++++++++++++++++ templates/html/Wize_with_index_sod/common | 1 + 2 files changed, 289 insertions(+) create mode 100644 templates/html/Wize_with_index_sod.html create mode 120000 templates/html/Wize_with_index_sod/common diff --git a/templates/html/Wize_with_index_sod.html b/templates/html/Wize_with_index_sod.html new file mode 100644 index 0000000..87d8503 --- /dev/null +++ b/templates/html/Wize_with_index_sod.html @@ -0,0 +1,288 @@ + + + + + [% title %] + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +[% FOR page IN pages %] + +

+[% page.title %]

+[% END %] +
+ + + + + + + +
+ +
+
+
+ +
+ + + +[% options.empty_lines = "default" %] + + + +
+ + +
+ [% page.body %] +
+ +
+ +
+
+
+ + + + [% IF not loop.last %]
[% END %] + + +
+
+ + + + + + diff --git a/templates/html/Wize_with_index_sod/common b/templates/html/Wize_with_index_sod/common new file mode 120000 index 0000000..60d3b0a --- /dev/null +++ b/templates/html/Wize_with_index_sod/common @@ -0,0 +1 @@ +../common \ No newline at end of file -- 2.16.4