From f1ed1011298e09868788a0017f824cfa7feed178 Mon Sep 17 00:00:00 2001 From: Olga Osipova Date: Wed, 30 Dec 2020 16:50:00 +0100 Subject: [PATCH] Customer all reservations page created --- .../assets/css/css-customer/cus-profile.css | 4 + .../static/customer/cus-reservations.html | 164 ++++++++++++++++++ 2 files changed, 168 insertions(+) create mode 100644 bbb/src/main/resources/static/customer/cus-reservations.html diff --git a/bbb/src/main/resources/static/assets/css/css-customer/cus-profile.css b/bbb/src/main/resources/static/assets/css/css-customer/cus-profile.css index 4b83732..4b3af56 100644 --- a/bbb/src/main/resources/static/assets/css/css-customer/cus-profile.css +++ b/bbb/src/main/resources/static/assets/css/css-customer/cus-profile.css @@ -273,4 +273,8 @@ table th { table td:last-child { border-bottom: 0; } +} + +#cus-res-btn { + margin-right: 3em; } \ No newline at end of file diff --git a/bbb/src/main/resources/static/customer/cus-reservations.html b/bbb/src/main/resources/static/customer/cus-reservations.html new file mode 100644 index 0000000..a26e4c2 --- /dev/null +++ b/bbb/src/main/resources/static/customer/cus-reservations.html @@ -0,0 +1,164 @@ + + + + + + + Profile + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + +
+
+
My reservations
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Reservation ID DateTime Table IDGuests
12510 Dec 202019:0035 + +
45730 Dec 202120:0072 + +
+ +
+
+
+
+ +
+ + + +
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file