From 27c4e754be33afb4a340b0f863af42e6d0ae8237 Mon Sep 17 00:00:00 2001
From: Diane Alma Kay
Date: Sun, 3 Nov 2024 12:10:58 +0100
Subject: [PATCH] subscribe page, other tweaks
---
build.py | 16 +++++
templates/account/card/index.html | 38 ++++++++++
templates/account/subscriptions/index.html | 61 +++++++++--------
templates/agenda/index.html | 3 +-
templates/subscribe/index.html | 80 ++++++++++++++++++++++
5 files changed, 167 insertions(+), 31 deletions(-)
create mode 100644 templates/account/card/index.html
create mode 100644 templates/subscribe/index.html
diff --git a/build.py b/build.py
index aad05b3..33526ad 100755
--- a/build.py
+++ b/build.py
@@ -62,6 +62,13 @@ def clean_dir(path):
page_content = read('templates/agenda/event/index.html'),
)
+subscribe = dict(
+ base_url = '../..',
+ page_title = 'Adhérer au réseau',
+ page_content = read('templates/subscribe/index.html'),
+ subscribe_link = active_link,
+)
+
network = dict(
base_url = '..',
page_title = 'Réseau local',
@@ -105,6 +112,13 @@ def render_account(params):
punchclock_link = active_link,
)
+card = dict(
+ base_url = '../..',
+ page_title = 'Carte',
+ page_content = read('templates/account/card/index.html'),
+ card_link = active_link,
+)
+
settings = dict(
base_url = '../..',
page_title = 'Préférences',
@@ -120,10 +134,12 @@ def render_account(params):
write('public/agenda/index.html', render('templates/base.html', agenda))
write('public/agenda/boeuf-lampions/index.html', render('templates/base.html', agenda_event_free))
write('public/agenda/see-you-in-the-pit-13/index.html', render('templates/base.html', agenda_event))
+write('public/adherer/index.html', render('templates/base.html', subscribe))
write('public/reseau/index.html', render('templates/base.html', network))
write('public/compte/index.html', render_account(piggybank))
write('public/compte/adhesions/index.html', render_account(subscriptions))
write('public/compte/badgeuse/index.html', render_account(punchclock))
+write('public/compte/carte/index.html', render_account(card))
write('public/compte/preferences/index.html', render_account(settings))
shutil.copytree('assets', 'public/assets')
diff --git a/templates/account/card/index.html b/templates/account/card/index.html
new file mode 100644
index 0000000..b590c1c
--- /dev/null
+++ b/templates/account/card/index.html
@@ -0,0 +1,38 @@
+
+
+
Carte
+
+ Ici je peux retrouver les infos de ma carte, déclarer une carte
+ perdue et dissocier ma carte.
+
+
+
+
+ Numéro de carte |
+ Origine |
+ Gen |
+
+
+
+
+ C2B2400C |
+ Le Tiers-Lustre |
+ 1 |
+
+
+
+
+
+
diff --git a/templates/account/subscriptions/index.html b/templates/account/subscriptions/index.html
index 57b947f..020cdc5 100644
--- a/templates/account/subscriptions/index.html
+++ b/templates/account/subscriptions/index.html
@@ -7,15 +7,14 @@ Adhésions
réseau.
-
-
-Mes adhésions
+
-
+
-
Pass-Noisette
+
Adhésion Tiers-Lustre
+
Renée Dulac
- Avec le Pass-Noisette tu accède aux prix préférentiels
- des Assos du Bois, et as un accès gratuit aux concerts
- de l'été. Merci de nous soutenir !
+ L'adhésion donne accès au Fusible (fablab, ateliers
+ bois et élec) et à l'Ampoule (café-concert, scène
+ musicale). L'atelier bois et géré à 80% par
+ l'association Chantefrein, adhésion séparée à prévoir
+ pour se servir des machines sur leurs créneaux.
-
-
-
Souscrire une nouvelle adhésion
-
-
-
+
-
Adhésion Chantefrein
+
Pass-Noisette
+
Jackie Dulac
- L'adhésion donne accès à la réservation de créneaux, aux
- activités et formations sur des machines.
+ Avec le Pass-Noisette tu accède aux prix préférentiels
+ des Assos du Bois, et as un accès gratuit aux concerts
+ de l'été. Merci de nous soutenir !
-
diff --git a/templates/agenda/index.html b/templates/agenda/index.html
index 787d8c1..54a966a 100644
--- a/templates/agenda/index.html
+++ b/templates/agenda/index.html
@@ -194,8 +194,9 @@
22h00
Friche du Tiers-Lustre
+
Payant
30€ max
-
PMR
+
Accès PMR
diff --git a/templates/subscribe/index.html b/templates/subscribe/index.html
new file mode 100644
index 0000000..998bf8c
--- /dev/null
+++ b/templates/subscribe/index.html
@@ -0,0 +1,80 @@
+
+ Adhérer au réseau
+
+
+
+
+
+
Chantefrein
+
+ L'adhésion donne accès à la réservation de créneaux, aux
+ activités et formations sur des machines.
+
+
+
+
+
+
+
+
+
+
Le Sel de la Vie
+
+ ...
+
+
+
+
+
+
+
+
+
Le Tiers-Lustre
+
+ L'adhésion donne accès au Fusible (fablab, ateliers
+ bois et élec) et à l'Ampoule (café-concert, scène
+ musicale). L'atelier bois et géré à 80% par
+ l'association Chantefrein, adhésion séparée à prévoir
+ pour se servir des machines sur leurs créneaux.
+
+
+
+
+
+
+
+