From 0f7d248d40a6eb8bde08469d2656d310a91c17d7 Mon Sep 17 00:00:00 2001 From: localhorst Date: Fri, 12 Jun 2020 23:31:57 +0200 Subject: [PATCH] add radio BTNs to register --- .../controller/RegisterController.java | 4 +- .../main/resources/templates/register.html | 140 +++++++++--------- 2 files changed, 75 insertions(+), 69 deletions(-) diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/RegisterController.java b/prototype/src/main/java/org/hso/ecommerce/controller/RegisterController.java index 19f81b7..efd6970 100644 --- a/prototype/src/main/java/org/hso/ecommerce/controller/RegisterController.java +++ b/prototype/src/main/java/org/hso/ecommerce/controller/RegisterController.java @@ -31,8 +31,8 @@ public class RegisterController { @RequestParam("salutation") String salutation, @RequestParam("name") String name, @RequestParam("address") String address, - @RequestParam("type") String type, - @RequestParam("ad") String ad, + @RequestParam("type") String type, //TODO store + @RequestParam("ad") String ad, //TODO store HttpSession session ) { diff --git a/prototype/src/main/resources/templates/register.html b/prototype/src/main/resources/templates/register.html index fccb016..a2ef401 100644 --- a/prototype/src/main/resources/templates/register.html +++ b/prototype/src/main/resources/templates/register.html @@ -1,78 +1,84 @@ - - - - - - Neuen Account erstellen - - - - - - - -
-
-
-

Neuen Account erstellen

-
-
-

Login Daten

-
-
- - -
- -
- - -
- -
- - -
- -
-

Rechungs- und Lieferinformation

-
- -
+ + + + Neuen Account erstellen + + + + + +
+
- - - - +

Neuen Account erstellen

- - +

Login Daten

-
- -
+
+ + +
+
+ + +
+
+ + +
+
+

Rechungs- und Lieferinformation

+
+
+
+ + + + +
+
+ + +
+
+
-
-
+ placeholder="Optional: Zusatz Optional: Unternehmen Straße Hausnummer Postleitzeit Ort Land"> +
+
+ +
+ +
+
+
+

Werbung

+
+
+
+ +
+ +
+
+
+
- Unsere AGBs finden sie hier. + Unsere AGBs finden sie hier. -
- - -
- - - - + + + + + + \ No newline at end of file