-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (179 loc) · 7.83 KB
/
index.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Open Modal</title>
</head>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="dist/open-modal.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,300,0,0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link rel="stylesheet" href="lib/node-waves/dist/waves.min.css"/>
<body class="style_body">
<div class="container-all">
<div>
<h1>Open Modal </h1>
<button id="StdModal" class="btn btn-secondary">Modern Modal</button>
</div>
<hr>
<div>
<label for="select-effect">Select one effect</label>
<select id="select-effect">
<option value="">Effects</option>
</select>
<button id="SlEffect" class="btn btn-primary"> Selected Effect</button>
</div>
<hr>
<div>
<h2>
Modal which two windows
</h2>
<button id="botaoMostrar" class="btn btn-success"> show modal</button>
</div>
<hr>
<div>
<h2>
similar bootstrap Modal
</h2>
</div>
<button id="bsShowModal" class="btn btn-primary">Bootstrap Modal</button>
<hr>
<div>
<h2>
similar Materialize.css Modal
</h2>
</div>
<button id="mtShowModal" class="btn-materialize teal">Materialize Modal</button>
<!-- Modal materialize -->
<div id="modal1" class="modal-materialize hide">
<div class="modal-content-mt">
<div class="modal-body">
<h4>Modal Header</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident,
sunt in culpa qui officia deserunt mollit anim id est laborum
</p>
</div>
<div class="modal-footer">
<button id="btn-close" class="btn-materialize">disAgree</button>
<button class="btn-materialize">Agree</button>
</div>
</div>
</div>
</div>
<!-- modal standard-->
<div class="open-modal hide">
<div class="modal-content">
<div class="modal-header">
<div class="info-box-2 bg-teal hover-expand-effect">
<div class="icon">
<i class="material-symbols-outlined">cleaning_services</i>
</div>
<div class="content">
<div class="customer-label">CUSTOMER</div>
<div class="customer-name">Ishdeep Singh</div>
</div>
</div>
</div>
<div class="modal-body">
<table class="modal-table">
<tbody>
<tr><th colspan="1">Address</th><td colspan="3"><input type="text" value="9044 NW 28 Dr Apt 304 Coral Springs FL" /></td></tr>
<tr><th colspan="1">Phone</th><td colspan="3">4126800610</td></tr>
<tr><th>Date:</th><td>05/20/2024</td><th >Time</th><td>12:00 PM</td></tr>
<tr><th>In:</th><td>12:33 PM</td><th >Out</th><td>16:16 PM</td></tr>
<tr><th colspan="4">notes</th></tr>
<tr><td colspan="4">
Have you urinated? Have you drained your bladder? Are you free? Because if you haven't it will only come out later. I'm giving you some information that your bodily fluids may penetrate your clothing fibre's without warning.Go with the feeling of the nature. Take it easy. Know why you're here. And remember to balance your internal energy with the environment.
</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
<button id="editButton" class="btn-green">edit</button>
<button id="cancelButton" class="btn-red">cancel</button>
</div>
</div>
<div class="modal-content">
<div class="modal-header">
<div class="info-box-2 bg-teal hover-expand-effect">
<div class="icon">
<i class="material-symbols-outlined">cleaning_services</i>
</div>
<div class="content">
<div class="customer-label">EMPLOYEE</div>
<div class="customer-name"> Natália Vaca</div>
</div>
</div>
</div>
<div class="modal-body">
<table class="modal-table">
<tr><th>Place type</th><td>Hental House</td></tr>
<tr><th>Charge</th><td>price for Biweekly / R$200</td></tr>
<tr><th>Frequency</th><td>Biweekly</td></tr>
<tr><th> </th><td> </td></tr>
<tr><th colspan="2">Instruction</th></tr>
<tr>
<td colspan="2">
Have you urinated? Have you drained your bladder? Are you free? Because if you haven't it will only come out later. I'm giving you some information that your bodily fluids may penetrate your clothing fibre's without warning.Go with the feeling of the nature. Take it easy. Know why you're here. And remember to balance your internal energy with the environment.
</td>
</tr>
</table>
</div>
<div class="modal-footer"> </div>
</div>
</div>
<!-- Modal Bootstrap -->
<div class="modal-bootstrap hide" >
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Modal title</h5>
<button type="button" class="btn-up-close" data-bs-dismiss="modal" aria-label="Close">
<span class="material-symbols-outlined">
close
</span>
</button>
</div>
<div class="modal-body">
<p>Modal body text goes here.</p>
</div>
<div class="modal-footer">
<button type="button" id="bsBtnClose" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>
<div class="modal-modern" >
<div class="modal-dialog-modern">
<div class="modal-content-modern">
<div class="modal-header">
<h5 class="modal-title">Modal title</h5>
<button type="button" class="btn-up-close" data-bs-dismiss="modal" aria-label="Close">
<span class="material-symbols-outlined">
close
</span>
</button>
</div>
<div class="modal-body">
<p>This is a moderm modal</p>
</div>
<div class="modal-footer">
<button type="button" id="ModernBtnClose" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<script src="lib/node-waves/dist/waves.min.js"></script>
<script src="main.js" type="module"></script>
<script type="text/javascript">
Waves.attach('.btn-materialize',['waves-effect','waves-teal']);
Waves.init();
</script>
</body>
</html>