Skip to content
Snippets Groups Projects
Commit c236c795 authored by Johannes Wilhelm's avatar Johannes Wilhelm
Browse files

sdf

parent 28a31d37
No related branches found
No related tags found
No related merge requests found
......@@ -4,14 +4,19 @@
<head th:include="head::head"></head>
<body class="container">
<body class="container" style="background-image: url('photos/background.jpg'); background-repeat:no-repeat; background-size:100%;" >
<body class="container" style="background-image: url('/photos/background.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover;">
<div class="container-fluid">
<h1><img th:src="@{/photos/logo.png}" alt="Logo" width="470" height="150"/></h1>
</div>
<div style="background-color: white; opacity:0.8;">
<nav th:include="menu::menu" ></nav>
<div>
</div>
<br>
<br>
<div style="background-color: white; opacity:1">
<div class="container-fluid">
<h1>Buchungsbestätigung</h1>
......@@ -41,6 +46,31 @@
</output>
</div>
<table class="form-group">
<tr>
<th>Check-in Datum</th>
<td>&nbsp;</td>
<td>&nbsp;</td>
<th>Check-out Datum</th>
</tr>
<tr>
<td>
<output class="form-control" id="belegtvon"
name="belegtvon" th:text="*{belegtvon}">
</output>
</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>
<output class="form-control" id="belegtbis"
name="belegtbis" th:text="*{belegtbis}">
</output>
</td>
</tr>
</table>
<div class="form-group">
<output for="buchungsid">Buchungsbestätigungsnummer</output>
<output class="form-control" id="buchungid"
......@@ -49,17 +79,17 @@
</div>
</form>
<a th:href="@{/welcome}" class="btn btn-primary mt-5">Home</a>
</div>
</div>
<br>
<br>
<div th:include="foot::foot"></div>
</div>
</body>
</html>
......
<!DOCTYPE html>
<html lang="de" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
<head th:include="head::head"></head>
<body class="container" style="background-image: url('photos/background.jpg'); background-repeat:no-repeat; background-size:100%;" >
<body class="container" style="background-image: url('/photos/background.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover;">
<div class="container-fluid">
<h1><img th:src="@{/photos/logo.png}" alt="Logo" width="470" height="150"/></h1>
</div>
<nav th:include="menu::menu"></nav>
<div style="background-color: white; opacity:0.8;">
<nav th:include="menu::menu" ></nav>
</div>
<br>
<br>
<div style="background-color: white; opacity:1">
<div class="container-fluid"><h2 th:text="${title}">Formular</h2></div>
<div class="container"><p th:text="${message}">Nachricht</p></div>
<div class="container-fluid">
<form method="get" action="save2" th:object="${buchung}">
......@@ -57,11 +62,13 @@
</div>
</form>
</div>
<br>
<br>
<div th:include="foot::foot"></div>
<div th:include="foot::foot"></div>
</div>
</body>
</html>
......@@ -2,7 +2,8 @@
<html lang="de" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
<head th:include="head::head"></head>
<body class="container">
<body class="container" style="background-image: url('photos/background.jpg'); background-repeat:no-repeat; background-size:100%;" >
<body class="container" style="background-image: url('/photos/background.jpg'); background-repeat:no-repeat; background-size:100%;">
<div class="container-fluid">
<h1><img th:src="@{/photos/logo.png}" alt="Logo" width="470" height="150"/></h1>
</div>
......
......@@ -2,15 +2,19 @@
<html lang="de" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
<head th:include="head::head"></head>
<body class="container">
<body class="container" style="background-image: url('photos/background.jpg'); background-repeat:no-repeat; background-size:100%;">
<body class="container" style="background-image: url('/photos/background.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover;">
<div class="container-fluid">
<h1><img th:src="@{/photos/logo.png}" alt="Logo" width="470" height="150"/></h1>
</div>
<nav th:include="menu::menu"></nav>
<div style="background-color: white; opacity:0.8;">
<nav th:include="menu::menu" ></nav>
</div>
<br>
<br>
<div style="background-color: white; opacity:1">
<div class="container-fluid"><h2 th:text="${title}">Formular</h2></div>
<div class="container"><p th:text="${message}">Nachricht</p></div>
......@@ -53,8 +57,9 @@
<a th:href="@{/buchung/findAll}" class="btn btn-primary mt-5">Zurück zur Zimmerauswal</a>
</form>
</div>
<br>
<br>
<div th:include="foot::foot"></div>
</div>
</body>
</html>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
<head th:include="head::head"></head>
<body class="container">
<body class="container" style="background-image: url('photos/background.jpg'); background-repeat:no-repeat; background-size:100%;">
<body class="container" style="background-image: url('/photos/background.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover;">
<div class="container-fluid">
<h1><img th:src="@{/photos/logo.png}" alt="Logo" width="470" height="150"/></h1>
</div>
<nav th:include="menu::menu"></nav>
<div style="background-color: white; opacity:0.8;">
<nav th:include="menu::menu" ></nav>
</div>
<br>
<br>
<div style="background-color: white; opacity:1">
<div class="container-fluid"><h2 th:text="${title}">Titel</h2></div>
<div class="container-fluid"><p th:text="${message}">Text</p></div>
<div class="container-fluid">
......@@ -104,7 +107,7 @@
<br>
<br>
</div>
</div>
<div th:include="foot::foot"></div>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment