-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdate.html
More file actions
46 lines (39 loc) · 2.31 KB
/
Copy pathdate.html
File metadata and controls
46 lines (39 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html><!-- (C) oekobox-online.eu 2016. Free for use with oekobox-online services -->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="app.css" rel="stylesheet" type="text/css"/>
<title>Date Page</title>
<!-- replace this call with an url like https://oekobox-online.eu/v3/shop/<shopname>api/client.js -->
<script src="shop.js" data-main="app.js"></script> <!-- app.js illustrates custom css effects - the mouse over on items -->
</head>
<body>
<div class="header">
<div class="oo-loading" >
loading...<div class="oo-loading-big">loading... </div>
</div>
<div id="oo-status" data-oo-shop-page="shop.html" data-oo-logon-page="logon.html" data-oo-profile-page="profile.html" data-oo-date-page="date.html" data-oo-cart-page="cart.html"></div>
<div><a href="index.html">Start</a></div>
</div>
<h2>Datumswahl</h2>
<h1>NoDesign@<span class="oo-system-title"></span></h1>
<div id="oo-flash" ></div>
<div id="pagecontent">
<div id="oo-navi" data-oo-shop-page="shop.html"></div>
<div id="oo-date" data-oo-date-calendar="true" data-oo-shop-page="shop.html" data-oo-cart-page="cart.html" data-oo-profile-page="profile.html" ></div>
<div class="hints">
Hinweise:
<ul>
<li>Aktuell ist die Datumswahl nur in Listenform implementiert</li>
<li>Das title Attribute trägt hier den Bestellschluss.</li>
<li>Klicks sollten direkt zur Shop-Komponente führen.</li>
<li>Es mögliche Hinweise an jedem Termin: "Gerade ausgewählt", "Bestellung (X Artikel) liegt vor", "Abo (X Artikel) liegt vor."</li>
<li>Ggf. wird auch ein kürzlicher nicht mehr veränderbarer Termin angezeigt - ein Klick führt dann in die Shop-Kompoente mit einer Read-Only Ansicht.</li>
<li>Es gibt ggf. Rückfragen, wenn bereits Artikel im Warenkorb sind!</li>
</ul>
</div>
<div class="oo-ticker" data-oo-shop-page="shop.html" data-oo-ticker-data="Group:114" data-oo-ticker-speed="8"></div>
</div>
</body>
</html>