This repository has been archived on 2020-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
e-commerce/prototype/src/main/resources/templates/shop/articles/post_add.html

36 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="de" dir="ltr" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.75, user-scalable=no">
<title>Sucherergebnisse</title>
<link rel="stylesheet" th:href="@{/css/ecom.css}"/>
</head>
<body>
<!-- <nav th:replace="fragments/header :: header">Header</nav> -->
<main class="content-width modal">
<div class="detailgrid l " method="post">
<div class="s">
<h1 class="no-margin">Zum Warenkorb hinzugefügt</h1>
</div>
<div class="s">
<img th:src="@{/img/undraw_done_primary.svg}"/>
</div>
<div class="s">
<a th:href="@{__${#httpServletRequest.requestURI}__}" class="secondary button full-width no-margin">Weiter
Einkaufen</a>
</div>
<div class="s">
<a th:href="@{/shop/checkout}" class="button full-width no-margin">Zum Warenkorb / Zur Kasse</a>
</div>
</div>
</main>
<footer th:replace="fragments/footer :: footer"></footer>
</body>
</html>