-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchat.html
More file actions
43 lines (40 loc) · 1.73 KB
/
Copy pathchat.html
File metadata and controls
43 lines (40 loc) · 1.73 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
<!DOCTYPE html><!-- (C) oekobox-online.eu 2017. 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>Chat 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" style="display: none" ></div>
<div><a href="index.html">Start</a></div>
</div>
<h2>Chat & Newsletter Test Page</h2>
<h1>NoDesign@<span class="oo-system-title"></span></h1>
<div id="oo-flash" ></div>
<div id="pagecontent">
<h2>Anmeldung zum Newsletter:</h2>
<div id="oo-subscribe"></div>
<div class="hints">
<ul>
<li>Korrekte Adressen zu den Seiten mit dieser Komponente müssen im Admin-Bereich eingetragen werden!</li>
</ul>
</div>
<h2>Chat-Komponente</h2>
<div id="oo-chat"></div>
<div class="hints">
<ul>
<li>Hier unten rechts positioniert</li>
<li>Die Chat-Funktion muss im Admin-Bereich freigeschaltet werden!</li>
</ul>
</div>
</div>
</body>
<!--
<a href="http://www.xing-news.com/reader/news/articles/566009?link_position=digest&newsletter_id=18957&xng_share_origin=email">Chatting?</a>
<-->
</html>