From 4545043fa52d2d94066067eae6a553a86eb602df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Fern=C3=A1ndez?= Date: Fri, 14 Sep 2012 00:15:43 +0200 Subject: [PATCH] Added thymeleaf versions of "login" and "logoutSuccess" --- .../src/main/webapp/WEB-INF/login.html | 84 +++++++++++++++++++ .../main/webapp/WEB-INF/logoutSuccess.html | 6 ++ booking-mvc/src/main/webapp/WEB-INF/views.xml | 4 +- 3 files changed, 92 insertions(+), 2 deletions(-) create mode 100644 booking-mvc/src/main/webapp/WEB-INF/login.html create mode 100644 booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.html diff --git a/booking-mvc/src/main/webapp/WEB-INF/login.html b/booking-mvc/src/main/webapp/WEB-INF/login.html new file mode 100644 index 0000000..93bfa2a --- /dev/null +++ b/booking-mvc/src/main/webapp/WEB-INF/login.html @@ -0,0 +1,84 @@ + +
+

Valid username/passwords are:

+ +
+ +
+ +
+ Your login attempt was not successful, try again.

+ Reason: Invalid password +
+ +
+ +
+ + Login Information + +

+ +
+ +

+ + + +

+ +
+ +

+ + + +

+ + +

+ + + +

+ + +

+ +
+ +
+ +
diff --git a/booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.html b/booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.html new file mode 100644 index 0000000..85eee8e --- /dev/null +++ b/booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.html @@ -0,0 +1,6 @@ +
+

Logout

+

You have successfully logged out.

+
+

Continue

+
diff --git a/booking-mvc/src/main/webapp/WEB-INF/views.xml b/booking-mvc/src/main/webapp/WEB-INF/views.xml index 42aca64..6aecbaa 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/views.xml +++ b/booking-mvc/src/main/webapp/WEB-INF/views.xml @@ -10,11 +10,11 @@ - + - +