From 4ff48ff54fc7f58362bb4e5977512c6c1b4e4dac Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 19 Apr 2017 14:19:45 +0200 Subject: Add form templates. Add book form. --- book.mdwn | 1 + book/thanks.mdwn | 7 +++++++ templates/form-receipt.mdwn | 8 ++++++++ templates/form.mdwn | 10 ++++++++++ 4 files changed, 26 insertions(+) create mode 100644 book.mdwn create mode 100644 book/thanks.mdwn create mode 100644 templates/form-receipt.mdwn create mode 100644 templates/form.mdwn diff --git a/book.mdwn b/book.mdwn new file mode 100644 index 0000000..5daa038 --- /dev/null +++ b/book.mdwn @@ -0,0 +1 @@ +[[!template id=form]] diff --git a/book/thanks.mdwn b/book/thanks.mdwn new file mode 100644 index 0000000..3edbcbe --- /dev/null +++ b/book/thanks.mdwn @@ -0,0 +1,7 @@ +# Tilmelding til LetsGo - kvittering + +Tak for din booking-ansøgning ved stadsvandring.dk - du vil snarest blive kontaktet! + +Her er hvad vi har modtaget af ansökan fra dig: + +[[!template id=form-receipt]] diff --git a/templates/form-receipt.mdwn b/templates/form-receipt.mdwn new file mode 100644 index 0000000..9ecbe4a --- /dev/null +++ b/templates/form-receipt.mdwn @@ -0,0 +1,8 @@ +
+ +
+ + +
+
+
diff --git a/templates/form.mdwn b/templates/form.mdwn new file mode 100644 index 0000000..65f3d24 --- /dev/null +++ b/templates/form.mdwn @@ -0,0 +1,10 @@ +
+ + +
+ + + + + +
-- cgit v1.2.3 From 25d861863c1a995b990966fc6be9dca46ab496cc Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 19 Apr 2017 14:32:09 +0200 Subject: Fix form (cannot use Ikiwiki templates. --- book.mdwn | 12 +++++++++++- book/thanks.mdwn | 9 ++++++++- templates/form-receipt.mdwn | 8 -------- templates/form.mdwn | 10 ---------- 4 files changed, 19 insertions(+), 20 deletions(-) delete mode 100644 templates/form-receipt.mdwn delete mode 100644 templates/form.mdwn diff --git a/book.mdwn b/book.mdwn index 5daa038..1a908e5 100644 --- a/book.mdwn +++ b/book.mdwn @@ -1 +1,11 @@ -[[!template id=form]] + +
+ + +
+ + + + + +
diff --git a/book/thanks.mdwn b/book/thanks.mdwn index 3edbcbe..1ef0192 100644 --- a/book/thanks.mdwn +++ b/book/thanks.mdwn @@ -4,4 +4,11 @@ Tak for din booking-ansøgning ved stadsvandring.dk - du vil snarest blive konta Her er hvad vi har modtaget af ansökan fra dig: -[[!template id=form-receipt]] +
+ +
+ + +
+
+
diff --git a/templates/form-receipt.mdwn b/templates/form-receipt.mdwn deleted file mode 100644 index 9ecbe4a..0000000 --- a/templates/form-receipt.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -
- -
- - -
-
-
diff --git a/templates/form.mdwn b/templates/form.mdwn deleted file mode 100644 index 65f3d24..0000000 --- a/templates/form.mdwn +++ /dev/null @@ -1,10 +0,0 @@ -
- - -
- - - - - -
-- cgit v1.2.3