From c7500200b9895e47b9b2ebab311ff2cff79c1a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Fern=C3=A1ndez?= Date: Fri, 14 Sep 2012 01:04:24 +0200 Subject: [PATCH] Created Standard Layout in thymeleaf. --- .../main/webapp/WEB-INF/layouts/standard.html | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 booking-mvc/src/main/webapp/WEB-INF/layouts/standard.html diff --git a/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.html b/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.html new file mode 100644 index 0000000..c91dc1a --- /dev/null +++ b/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.html @@ -0,0 +1,69 @@ + + + + + + Spring Travel: Spring MVC and Web Flow Reference Application + + + + + + + + + + + + +
+ + +
+ +
+ + \ No newline at end of file