From 819d7bf02f1c7b119468c1353b78a3d3bb7015fe Mon Sep 17 00:00:00 2001 From: MrArmonius Date: Wed, 21 Jul 2021 21:22:29 +0200 Subject: New HTML Directory --- templates/directory.html | 33 +++++++++++++++++++++++++++++++++ templates/home.html | 1 + templates/layout.html | 1 + 3 files changed, 35 insertions(+) create mode 100644 templates/directory.html (limited to 'templates') diff --git a/templates/directory.html b/templates/directory.html new file mode 100644 index 0000000..bdc587f --- /dev/null +++ b/templates/directory.html @@ -0,0 +1,33 @@ +{{define "title"}}Directory |{{end}} + +{{define "body"}} +
+

Directory

+ Menu principal +
+ + + +
+
+

Name:

+
+ +
+
+
+ + + + + + + + + + + +
IdentifiantNom completEmail
+ + +{{end}} \ No newline at end of file diff --git a/templates/home.html b/templates/home.html index 5556ba7..7d8cc99 100644 --- a/templates/home.html +++ b/templates/home.html @@ -16,6 +16,7 @@
Modifier mon profil Modifier mon mot de passe + Annuaire
diff --git a/templates/layout.html b/templates/layout.html index 5f4a315..f59f9fe 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -6,6 +6,7 @@ + {{template "title"}} Guichet -- cgit v1.2.3