From fc7f861cc5223394e1d1a1a08c960ef0b88dce27 Mon Sep 17 00:00:00 2001 From: Alexel Date: Mon, 16 Sep 2024 16:07:38 -0400 Subject: [PATCH 1/2] Application de l'autoformat sur les templates html --- templates/html/admin-upload.html | 77 +++--- templates/html/admin.html | 43 +-- templates/html/documentation.html | 83 +++--- templates/html/footer.html | 18 +- templates/html/formulaires.html | 31 ++- templates/html/general.html | 20 +- templates/html/header.html | 19 +- templates/html/index.html | 2 +- templates/html/proces-verbaux.html | 40 +-- templates/html/snackbar.html | 24 +- templates/html/vie-etudiante.html | 421 +++++++++++++++-------------- 11 files changed, 398 insertions(+), 380 deletions(-) diff --git a/templates/html/admin-upload.html b/templates/html/admin-upload.html index f95fb4d..69f44dd 100644 --- a/templates/html/admin-upload.html +++ b/templates/html/admin-upload.html @@ -1,41 +1,40 @@ {{ define "admin-upload-html" }} - - - - - AGECEM - {{ template "general-html" }} - - - - {{ template "header-html" }} -
-

Ajouter un document

-
-
-
-

Document à téléverser

- -
-
- - -
-
- -
-

{{ .Message }}

+ + + + + + AGECEM + {{ template "general-html" }} + + + + + {{ template "header-html" }} +
+

Ajouter un document

+
+
+
+

Document à téléverser

+ +
+
+ + +
- {{ template "footer-html" }} - - -{{ end }} + +
+

{{ .Message }}

+
+ {{ template "footer-html" }} + + + +{{ end }} \ No newline at end of file diff --git a/templates/html/admin.html b/templates/html/admin.html index ae73b66..14245d1 100644 --- a/templates/html/admin.html +++ b/templates/html/admin.html @@ -1,21 +1,24 @@ {{ define "admin-html" }} - - - - - AGECEM - {{ template "general-html" }} - - - - {{ template "header-html" }} -
-

Admin

-
-
-
- {{ template "footer-html" }} - - -{{ end }} + + + + + + AGECEM + {{ template "general-html" }} + + + + + {{ template "header-html" }} +
+

Admin

+
+
+
+ {{ template "footer-html" }} + + + +{{ end }} \ No newline at end of file diff --git a/templates/html/documentation.html b/templates/html/documentation.html index 9f0051b..d1fd6f3 100644 --- a/templates/html/documentation.html +++ b/templates/html/documentation.html @@ -1,40 +1,45 @@ {{ define "documentation-html" }} - - - - - AGECEM | Documentation - - {{ template "general-html" }} - - - {{ template "header-html" }} -
-

Documentation

-

- {{ if not .Data.Buckets }} -Documentation non-accessible pour l'instant, merci de votre patience - {{ else }} - {{ range .Data.Buckets }} - {{ $bucket_name := .Name }} - {{ $bucket_display_name := .DisplayName }} -

- {{ $bucket_display_name }} -
    - {{ range .Documents }} -
  • {{ . }}
  • - {{ end}} -
-
- {{ end }} - {{ end }} -

-

- {{ .Message }} -

-
- - {{ template "footer-html" }} - - -{{ end }} + + + + + + AGECEM | Documentation + + {{ template "general-html" }} + + + + {{ template "header-html" }} +
+

Documentation

+

+ {{ if not .Data.Buckets }} + Documentation non-accessible pour l'instant, merci de votre patience + {{ else }} + {{ range .Data.Buckets }} + {{ $bucket_name := .Name }} + {{ $bucket_display_name := .DisplayName }} +

+ {{ $bucket_display_name }} + +
+ {{ end }} + {{ end }} +

+

+ {{ .Message }} +

+
+ + {{ template "footer-html" }} + + + +{{ end }} \ No newline at end of file diff --git a/templates/html/footer.html b/templates/html/footer.html index 74527db..74d2913 100644 --- a/templates/html/footer.html +++ b/templates/html/footer.html @@ -1,10 +1,10 @@ {{ define "footer-html" }} - -{{ end }} + +{{ end }} \ No newline at end of file diff --git a/templates/html/formulaires.html b/templates/html/formulaires.html index 71bd6df..0ff5a9e 100644 --- a/templates/html/formulaires.html +++ b/templates/html/formulaires.html @@ -1,15 +1,18 @@ {{ define "formulaires-html" }} - - - - - AGECEM | Formulaires - {{ template "general-html" }} - - - {{ template "header-html" }} -

Formulaires

- {{ template "footer-html" }} - - -{{ end }} + + + + + + AGECEM | Formulaires + {{ template "general-html" }} + + + + {{ template "header-html" }} +

Formulaires

+ {{ template "footer-html" }} + + + +{{ end }} \ No newline at end of file diff --git a/templates/html/general.html b/templates/html/general.html index 35f7d8a..a511fec 100644 --- a/templates/html/general.html +++ b/templates/html/general.html @@ -1,11 +1,11 @@ {{ define "general-html" }} - - - - -{{ end }} + + + + +{{ end }} \ No newline at end of file diff --git a/templates/html/header.html b/templates/html/header.html index 06c4b06..fc918c7 100644 --- a/templates/html/header.html +++ b/templates/html/header.html @@ -1,12 +1,13 @@ {{ define "header-html" }} -
- -{{ end }} +{{ end }} \ No newline at end of file diff --git a/templates/html/index.html b/templates/html/index.html index 8dd20e5..4200673 100644 --- a/templates/html/index.html +++ b/templates/html/index.html @@ -44,4 +44,4 @@ -{{ end }} +{{ end }} \ No newline at end of file diff --git a/templates/html/proces-verbaux.html b/templates/html/proces-verbaux.html index 3604c18..bcbd742 100644 --- a/templates/html/proces-verbaux.html +++ b/templates/html/proces-verbaux.html @@ -1,19 +1,23 @@ {{ define "procesverbaux-html" }} - - - - - AGECEM | Procès-Verbaux - {{ template "general-html" }} - - - - {{ template "header-html" }} -
-

Procès-Verbaux

-

Les procès-verbaux des différentes instances de l'AGECEM sont disponibles sur demande à la permanence au local B-31 ou par courriel à permanence@agecem.org

-
- {{ template "footer-html" }} - - -{{ end }} + + + + + + AGECEM | Procès-Verbaux + {{ template "general-html" }} + + + + + {{ template "header-html" }} +
+

Procès-Verbaux

+

Les procès-verbaux des différentes instances de l'AGECEM sont disponibles sur demande + à la permanence au local B-31 ou par courriel à permanence@agecem.org

+
+ {{ template "footer-html" }} + + + +{{ end }} \ No newline at end of file diff --git a/templates/html/snackbar.html b/templates/html/snackbar.html index 01c1fd0..f9ba668 100644 --- a/templates/html/snackbar.html +++ b/templates/html/snackbar.html @@ -1,15 +1,15 @@ {{ define "snackbar-html" }} - - -
-
- Ce site web est présentement en construction. - -
+ + +
+
+ Ce site web est présentement en construction. +
+
{{ end }} \ No newline at end of file diff --git a/templates/html/vie-etudiante.html b/templates/html/vie-etudiante.html index 7d50599..d6725bd 100644 --- a/templates/html/vie-etudiante.html +++ b/templates/html/vie-etudiante.html @@ -1,210 +1,213 @@ {{ define "vie-etudiante-html" }} - - - - - AGECEM | Vie étudiante - {{ template "general-html" }} - - - - {{ template "header-html" }} -
-

Vie étudiante

-

Organismes thématiques

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NomLocalPosteStatut
AMEC-0607919Actif
BEAMF-024a5930Actif
Club AventurierF-011b2730Actif
Équipe SantéF-0112361Actif
Montpetit DonjonC-0672299Actif
MAELF-027bN/AActif
OGREF-011c5647Actif
RECEMA-125sN/AActif
ORGASMEF-049N/AActif
SOIN/AN/AInactif
MotDitN/AN/AInactif
-
-

Associations de programme

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NomLocalPosteStatut
ADEPTF-0452286Actif
ATIMF-0412652Actif
AEALCA-125r2873Actif
PAPIF-0232795Actif
TGEC-0632638Actif
ASIN/AN/AInactif
TEEN/AN/AInactif
-
-

Comités

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NomLocalPosteStatut
ASEGB-06N/AActif
CICF-027cN/AActif
Comité MobN/AN/AActif
ESPACEF-011d2418Actif
FriperieF-027a2248Actif
CAPN/AN/AInactif
CÉSIN/AN/AInactif
CFEMN/AN/AInactif
EUMC-CEMN/AN/AInactif
-
- - {{ template "footer-html" }} - - -{{ end }} + + + + + + AGECEM | Vie étudiante + {{ template "general-html" }} + + + + + {{ template "header-html" }} +
+

Vie étudiante

+

Organismes thématiques

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NomLocalPosteStatut
AMEC-0607919Actif
BEAMF-024a5930Actif
Club AventurierF-011b2730Actif
Équipe SantéF-0112361Actif
Montpetit DonjonC-0672299Actif
MAELF-027bN/AActif
OGREF-011c5647Actif
RECEMA-125sN/AActif
ORGASMEF-049N/AActif
SOIN/AN/AInactif
MotDitN/AN/AInactif
+
+

Associations de programme

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NomLocalPosteStatut
ADEPTF-0452286Actif
ATIMF-0412652Actif
AEALCA-125r2873Actif
PAPIF-0232795Actif
TGEC-0632638Actif
ASIN/AN/AInactif
TEEN/AN/AInactif
+
+

Comités

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NomLocalPosteStatut
ASEGB-06N/AActif
CICF-027cN/AActif
Comité MobN/AN/AActif
ESPACEF-011d2418Actif
FriperieF-027a2248Actif
CAPN/AN/AInactif
CÉSIN/AN/AInactif
CFEMN/AN/AInactif
EUMC-CEMN/AN/AInactif
+
+ + {{ template "footer-html" }} + + + +{{ end }} \ No newline at end of file -- 2.45.2 From a58adaf0ef3074bd79e5736387d7d75293bd4f99 Mon Sep 17 00:00:00 2001 From: Alexel Date: Mon, 16 Sep 2024 16:13:34 -0400 Subject: [PATCH 2/2] Autoformat des CSS --- public/css/proces-verbaux.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/proces-verbaux.css b/public/css/proces-verbaux.css index fa06472..242569b 100644 --- a/public/css/proces-verbaux.css +++ b/public/css/proces-verbaux.css @@ -7,4 +7,4 @@ color: #000; /*Bleu AGECEM*/ line-height: 150%; -} +} \ No newline at end of file -- 2.45.2