From 2e2bcbd0e1433c769a7d8f290b3c803c9f75ff5a Mon Sep 17 00:00:00 2001 From: ndsboy Date: Sun, 16 Feb 2025 18:57:06 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20add=20getr=C3=A4nkeliste?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- getränkeliste.typ | 20 ++++++++++++++++++++ protokoll.yml.template | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 getränkeliste.typ diff --git a/getränkeliste.typ b/getränkeliste.typ new file mode 100644 index 0000000..1213446 --- /dev/null +++ b/getränkeliste.typ @@ -0,0 +1,20 @@ +#import "templates/tmpl_page.typ": tmpl_page +#import "templates/form.typ": form, form_field, form_inline + +#show: doc => tmpl_page( + title: "Getränkeliste", + version: "v1.0", + change_date: "16.02.2025", + subtext: [ + Für jedes Getränk einen Strich, für Wasser einen halben.\ + Bei mehr als 10 Strichen bitte den Betrag in die Getränkekasse werfen\ + und entsprechend durchstreichen. + ], + doc, +) + +#table( + columns: (8em, 1fr), + table.header([Name],[Anzahl Getränke]), + ..array.range(0,37).map(i => [#v(2em)]) +) \ No newline at end of file diff --git a/protokoll.yml.template b/protokoll.yml.template index bf24243..98c30df 100644 --- a/protokoll.yml.template +++ b/protokoll.yml.template @@ -1,6 +1,6 @@ title: Mitgliederversammlung date: Montag, 01.01.2024, 12:00 Uhr -location: Gartenstraße 11, Dornstetten +location: Friedrichstraße 17, 72250 Freudenstadt author: Autor lead: Leitung # Optional signature: false # wenn true wird signature.png (und ggf. signature_lead.png) geladen