From df6933959dc6e079a3a4b9d7ebcb6e99a2389a05 Mon Sep 17 00:00:00 2001 From: Jaenai Rugengande Ihimbazwe Date: Fri, 3 Dec 2021 03:32:10 +0100 Subject: [PATCH] =?UTF-8?q?Maj=20temp=20bateau,=20exped,=20sauv=C3=A9es,?= =?UTF-8?q?=20stations.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/bateau.html | 62 +++++++++++++++++++++++++++++++++++++++ templates/expedition.html | 43 +++++++++++++++++++++++++++ templates/sauvees.html | 51 ++++++++++++++++++++++++++++++++ templates/station.html | 44 +++++++++++++++++++++++++++ 4 files changed, 200 insertions(+) create mode 100644 templates/bateau.html create mode 100644 templates/expedition.html create mode 100644 templates/sauvees.html create mode 100644 templates/station.html diff --git a/templates/bateau.html b/templates/bateau.html new file mode 100644 index 0000000..1069fbf --- /dev/null +++ b/templates/bateau.html @@ -0,0 +1,62 @@ + + + + + {{nom}} - Sauveuteurs du dunkerquois + + + + + +
+ Proposer une modification + +

{{nom}}}

+
+

{{HistoireBateau}}

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Nom{{NomBateau}}
Constructeur{{nom}}
Dimensions{{Dimensions}}
Installation{{Date1}}
Condamnation{{Date2}}
Origine{{ville}}
+ + + + diff --git a/templates/expedition.html b/templates/expedition.html new file mode 100644 index 0000000..c992fc5 --- /dev/null +++ b/templates/expedition.html @@ -0,0 +1,43 @@ + + + + + + {{siecle}}- Sauveuteurs du dunkerquois + + + +

+
+ Proposer une modification + +

{{siecle}}

+
+ + + + + + + + + + + +
Date{{Annee}}
{{Evenement}}{{Evenement}}
+ \ No newline at end of file diff --git a/templates/sauvees.html b/templates/sauvees.html new file mode 100644 index 0000000..951a3db --- /dev/null +++ b/templates/sauvees.html @@ -0,0 +1,51 @@ + + + + + + {{nom}}{{prenom}}- Sauveuteurs du dunkerquois + + + + +
+ Proposer une modification + +

{{nom}}}{{prenom}}

+
+

{{histoire}}

+

+ + + + + + + + + + + + + + + + + +
Nom{{nom}}
Prenom{{prenom}}
Date{{date}}
Place{{place}}
+ + + + \ No newline at end of file diff --git a/templates/station.html b/templates/station.html new file mode 100644 index 0000000..5e4f20b --- /dev/null +++ b/templates/station.html @@ -0,0 +1,44 @@ + + + + + + {{nom}} - Sauveuteurs du dunkerquois + + + +

+
+ Proposer une modification + +

{{nom}}

+
+ + + + + + + + + + + +
Date{{Annee}}
{{Evenement}}{{Evenement}}
+ \ No newline at end of file