-
Notifications
You must be signed in to change notification settings - Fork 0
/
divTests.html
81 lines (81 loc) · 3.67 KB
/
divTests.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="css/style.css">
<div id="myModal" class="modal">
<div class="modal-content">
<div class="modal-header">
<span class="close">×</span>
<h2 id="header-head">Begriffsdetails</h2>
</div>
<div class="modal-body">
<p> BodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytext </p>
<p> BodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytext </p>
<p> BodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytext </p>
<p> BodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytext </p>
<p> BodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytext </p>
<p> BodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytext </p>
<p> BodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytext </p>
<p> BodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytext </p>
<p> BodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytext </p>
<p> BodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytext </p>
<p> BodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytextBodytext </p>
</div>
<div class="modal-footer">
<form id="commentForm">
<textarea id="commentText" rows="10" cols="150" style="resize: none;"></textarea>
<button type="submit" id="commentButton">Kommentieren als Anonymus</button>
</form>
</div>
<div class="modal-header">
<h2 id="header-head">Diskussion zum Begriff</h2>
</div>
<div class="modal-comments">
<p> Kommentartext</p>
<p> Kommentartext</p>
<p> Kommentartext</p>
<p> Kommentartext</p>
<p> Kommentartext</p>
<p> Kommentartext</p>
<p> Kommentartext</p>
<p> Kommentartext</p>
<p> Kommentartext</p>
<p> Kommentartext</p>
</div>
</div>
<div class="modal-sideliner">
<div class="modal-header">
<h2 id="header-head">Letzte Kommentare</h2>
</div>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
<p> Sausage! </p>
</div>
</div>
</html>