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/templatesOld/intern/suppliers_order_detailview....

59 lines
2.4 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="de" dir="ltr" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="utf-8">
<title>Bestell -und Buchungsübersicht</title>
<link rel="stylesheet" th:href="@{/css/ecom.css}" />
<link rel="stylesheet" th:href="@{/css/NoFocus.css}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
</head>
<body>
<nav th:replace="fragments/header :: header">Header</nav>
<main>
<div class="content-width">
<h1>Bestelldetails</h1>
<div class="grid l">
<section class="hero">
<h3>Allgemeineinformationen</h3>
<p>Die Bestellung wurde am 01.01.2020 bestellt</p>
<p>Bestellnummer: 614899499</p>
<p>Ist angekommen</p>
</section>
<section class="hero">
<h3>Versandinformationen</h3>
<p>Name<br>Straße<br>Ort, plz<br>Deutschland</p>
</section>
<section class="hero">
<h3>Preiszusammensetzung</h3>
<div class="grid s">
<section class="noMargin noPadding">
<p>Startwert<br>Versand<br>Summe ohne MwSt.<br>Anzurechnende MwSt.</p>
<p>Gesamtsumme</p>
</section>
<section class="noMargin noPadding Margin-left s">
<p>6,00 EUR<br>3,00 EUR<br>9,00 Eur<br>1,71 Eur<br></p>
<p>10,71 EUR</p>
</section>
</div>
</section>
</div>
<div class="vertical-spacer s"></div>
<h1>Bestellter Artikel</h1>
<div class='grid m shadow'>
<section class="hero">
<h2>Lorem Ipsum</h2>
<img src="../img/product-1.jpg">
<h3>Menge: 1</h3>
<p class='price'> 25.14 €</p>
<p>
Als Gregor Samsa eines Morgens aus unruhigen Träumen erwachte.
</p>
</section>
</div>
</div>
</main>
<footer th:replace="fragments/footer :: footer"></footer>
</body>
</html>