From 22ee6924ca6a59ecf4ca0030daab302f697b3445 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Thu, 10 Jun 2021 18:41:21 +0200 Subject: big progress --- client/admin.html | 42 +++++- client/index.html | 17 +++ client/orders.html | 16 ++- client/shoppingbasket.html | 8 +- client/src/admin.js | 28 ++++ client/src/adminArticle.js | 117 +++++++++++++++ client/src/attractionArticle.js | 253 ++++++++++++++++++++++++++++++++ client/src/functions.js | 21 --- client/src/index.js | 264 ++-------------------------------- client/src/map.js | 22 ++- client/src/myorders.js | 24 ++++ client/src/orderArticle.js | 34 +++++ client/src/shoppingbasket.js | 49 +------ client/src/templateImplementations.js | 73 ++++++++-- client/src/utils.js | 79 ++++++---- client/style/admin.css | 29 ++++ client/style/main.css | 29 +++- client/style/map.css | 119 +++++++++++++++ main.js | 78 +++++++++- 19 files changed, 921 insertions(+), 381 deletions(-) create mode 100644 client/src/adminArticle.js create mode 100644 client/src/attractionArticle.js create mode 100644 client/src/orderArticle.js create mode 100644 client/style/admin.css diff --git a/client/admin.html b/client/admin.html index 291f79f..eb8f9a5 100644 --- a/client/admin.html +++ b/client/admin.html @@ -8,6 +8,7 @@ + @@ -41,9 +42,44 @@
+
+ +
+
+
+
+
+
+ + + + + - - - \ No newline at end of file + diff --git a/client/index.html b/client/index.html index af3f5dd..62021bf 100644 --- a/client/index.html +++ b/client/index.html @@ -42,6 +42,23 @@
+
+
+ + +
+
+ + +
+
+
diff --git a/client/orders.html b/client/orders.html index ab936be..31c6686 100644 --- a/client/orders.html +++ b/client/orders.html @@ -45,6 +45,18 @@
- + + + + - \ No newline at end of file + diff --git a/client/shoppingbasket.html b/client/shoppingbasket.html index ae7ebb3..06143b3 100644 --- a/client/shoppingbasket.html +++ b/client/shoppingbasket.html @@ -51,9 +51,11 @@