-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.html
More file actions
255 lines (249 loc) · 9.35 KB
/
sample.html
File metadata and controls
255 lines (249 loc) · 9.35 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
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!doctype html>
<!--
* @package: lib_FormsAndButton
* @description: Style Library for Web Forms and Buttons
* @copyright: (C) 2017 by sumali - Urs Sommerhalder. All rights reserved.
* @version: Version 1.0.3 - 26.08.2017 - Add Forms
* Icon's from http://fontawesome.io/
-->
<html>
<head>
<meta charset="UTF-8">
<title>Samples - lib_FormsAndButtons</title>
<link href="sample.css" rel="stylesheet" type="text/css">
<link href="buttons.css" rel="stylesheet" type="text/css">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<div class="inner-container">
<header class="header">
<h1>lib_FormsAndButtons (Version 1.0.3) // Samples </h1>
</header>
<div class="content">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="5"><h2>Buttons</h2></td>
</tr>
<tr>
<td colspan="5"><h3>Speichern (Save)</h3></td>
</tr>
<tr>
<td height="40">
<button class="btnIcon btnIcoSave" name="btnSumSave" id="btnSumSave">
Speichern
</button>
</td>
<td><button class="btnBlue btnIcon btnIcoSave" name="btnSumSave" id="btnSumSaveBlue"> Speichern </button></td>
<td><button class="btnRed btnIcon btnIcoSave" name="btnSumSave" id="btnSumSaveRed"> Speichern </button></td>
<td><button class="btnGreen btnIcon btnIcoSave" name="btnSumSave" id="btnSumSaveGreen"> Speichern </button></td>
<td><button class="btnBlack btnIcon btnIcoSave" name="btnSumSave" id="btnSumSaveBlack"> Speichern </button></td>
</tr>
<tr>
<td colspan="5"><h3>Löschen (DELETE)</h3></td>
</tr>
<tr>
<td height="40">
<button class="btnIcon btnIcoDelete" name="btnSumDelete" id="btnSumDelete">
Löschen
</button>
</td>
<td><button class="btnBlue btnIcon btnIcoDelete" name="btnSumDelete" id="btnSumDeleteBlue"> Löschen </button></td>
<td><button class="btnRed btnIcon btnIcoDelete" name="btnSumDelete" id="btnSumDeleteRed"> Löschen </button></td>
<td><button class="btnGreen btnIcon btnIcoDelete" name="btnSumDelete" id="btnSumDeleteGreen"> Löschen </button></td>
<td>
<button class="btnBlack btnIcon btnIcoDelete" name="btnSumDelete" id="btnSumDeleteBlack">
Löschen
</button>
</td>
</tr>
<tr>
<td colspan="5"><h3>Abbrechen (CANCEL)</h3></td>
</tr>
<tr>
<td height="40">
<button class="btnIcon btnIcoCancel" name="btnSumCancel" id="btnSumCancel">
Abbrechen
</button>
</td>
<td><button class="btnBlue btnIcon btnIcoCancel" name="btnSumCancel" id="btnSumCancelBlue"> Abbrechen </button></td>
<td><button class="btnRed btnIcon btnIcoCancel" name="btnSumCancel" id="btnSumCancelRed"> Abbrechen </button></td>
<td><button class="btnGreen btnIcon btnIcoCancel" name="btnSumCancel" id="btnSumCancelGreen"> Abbrechen </button></td>
<td>
<button class="btnBlack btnIcon btnIcoCancel" name="btnSumCancel" id="btnSumCancelBlack">
Abbrechen
</button>
</td>
</tr>
<tr>
<td colspan="5"><h3>Zurück (BACK)</h3></td>
</tr>
<tr>
<td height="40">
<button class="btnIcon btnIcoBack" name="btnSumBack" id="btnSumBack">
Zurück
</button>
</td>
<td><button class="btnBlue btnIcon btnIcoBack" name="btnSumBack" id="btnSumBackBlue"> Zurück </button></td>
<td><button class="btnRed btnIcon btnIcoBack" name="btnSumBack" id="btnSumBackRed"> Zurück </button></td>
<td><button class="btnGreen btnIcon btnIcoBack" name="btnSumBack" id="btnSumBackGreen"> Zurück </button></td>
<td>
<button class="btnBlack btnIcon btnIcoBack" name="btnSumBack" id="btnSumBackBlack">
Zurück
</button>
</td>
</tr>
<tr>
<td colspan="5"><h3>Weiter (CONTINUE)</h3></td>
</tr>
<tr>
<td height="40"><button class="btnIcon btnIcoContinue" name="btnSumContinue" id="btnSumContinue"> Weiter </button></td>
<td><button class="btnBlue btnIcon btnIcoContinue" name="btnSumContinue" id="btnSumContinueBlue"> Weiter </button></td>
<td><button class="btnRed btnIcon btnIcoContinue" name="btnSumContinue" id="btnSumContinueRed"> Weiter </button></td>
<td><button class="btnGreen btnIcon btnIcoContinue" name="btnSumContinue" id="btnSumContinueGreen"> Weiter </button></td>
<td><button class="btnBlack btnIcon btnIcoContinue" name="btnSumContinue" id="btnSumContinueBlack"> Weiter </button>
</td>
</tr>
<tr>
<td colspan="5"><h3>Aktualisieren (REFRESH)</h3></td>
</tr>
<tr>
<td height="40"><button class="btnIcon btnIcoRefresh" name="btnSumRefresh" id="btnSumRefresh">Aktualisieren</button></td>
<td><button class="btnBlue btnIcon btnIcoRefresh" name="btnSumRefresh" id="btnSumRefreshBlue">Aktualisieren</button></td>
<td><button class="btnRed btnIcon btnIcoRefresh" name="btnSumRefresh" id="btnSumRefreshRed">Aktualisieren</button></td>
<td><button class="btnGreen btnIcon btnIcoRefresh" name="btnSumRefresh" id="btnSumRefreshGreen">Aktualisieren</button></td>
<td><button class="btnBlack btnIcon btnIcoRefresh" name="btnSumRefresh" id="btnSumRefreshBlack">Aktualisieren</button>
</td>
</tr>
<tr>
<td colspan="5"><h3>Twittern (TWEET)</h3></td>
</tr>
<tr>
<td height="40"><button class="btnIcon btnIcoTweet" name="btnSumTweet" id="btnSumTweet">Twittern</button></td>
<td><button class="btnBlue btnIcon btnIcoTweet" name="btnSumTweet" id="btnSumTweetBlue">Twittern</button></td>
<td><button class="btnRed btnIcon btnIcoTweet" name="btnSumTweet" id="btnSumTweetRed">Twittern</button></td>
<td><button class="btnGreen btnIcon btnIcoTweet" name="btnSumTweet" id="btnSumTweetGreen">Twittern</button></td>
<td><button class="btnBlack btnIcon btnIcoTweet" name="btnSumTweet" id="btnSumTweetBlack">Twittern</button>
</td>
</tr>
<tr>
<td colspan="5"><h3>Absenden (SEND)</h3></td>
</tr>
<tr>
<td height="40"><button class="btnIcon btnIcoSend" name="btnSumSend" id="btnSumSend">Absenden</button></td>
<td><button class="btnBlue btnIcon btnIcoSend" name="btnSumSend" id="btnSumSendBlue">Absenden</button></td>
<td><button class="btnRed btnIcon btnIcoSend" name="btnSumSend" id="btnSumSendRed">Absenden</button></td>
<td><button class="btnGreen btnIcon btnIcoSend" name="btnSumSend" id="btnSumSendGreen">Absenden</button></td>
<td><button class="btnBlack btnIcon btnIcoSend" name="btnSumSend" id="btnSumSendBlack">Absenden</button></td>
</tr>
<tr>
<td colspan="5"><h3>Anmelden (LOGIN)</h3></td>
</tr>
<tr>
<td height="40"><button class="btnIcon btnIcoLogin" name="btnSumLogin" id="btnSumLogin">Anmelden</button></td>
<td><button class="btnBlue btnIcon btnIcoLogin" name="btnSumLogin" id="btnSumLoginBlue">Anmelden</button></td>
<td><button class="btnRed btnIcon btnIcoLogin" name="btnSumLogin" id="btnSumLoginRed">Anmelden</button></td>
<td><button class="btnGreen btnIcon btnIcoLogin" name="btnSumLogin" id="btnSumLoginGreen">Anmelden</button></td>
<td><button class="btnBlack btnIcon btnIcoLogin" name="btnSumLogin" id="btnSumLoginBlack">Anmelden</button></td>
</tr>
<tr>
<td colspan="5"><h3>Abmelden (LOGOUT)</h3></td>
</tr>
<tr>
<td height="40"><button class="btnIcon btnIcoLogout" name="btnSumLogout" id="btnSumLogout">Abmelden</button></td>
<td><button class="btnBlue btnIcon btnIcoLogout" name="btnSumLogout" id="btnSumLogoutBlue">Abmelden</button></td>
<td><button class="btnRed btnIcon btnIcoLogout" name="btnSumLogout" id="btnSumLogoutRed">Abmelden</button></td>
<td><button class="btnGreen btnIcon btnIcoLogout" name="btnSumLogout" id="btnSumLogoutGreen">Abmelden</button></td>
<td><button class="btnBlack btnIcon btnIcoLogout" name="btnSumLogout" id="btnSumLogoutBlack">Abmelden</button></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="3"><h2>Formulare</h2></td>
</tr>
<tr>
<td colspan="3"><h3>Login</h3></td>
</tr>
<tr>
<td width="45%">
<blockquote> </blockquote>
<div class="inputGroup inputGroupBottomSM">
<span class="inputGroupAddon"><i class="fa fa-user-o fa-fw"></i></span>
<input class="inputGroupFormControl" type="text" placeholder="Benutzername">
</div>
</td>
<td width="10%"> </td>
<td rowspan="2">
<div class="inputGroupLoginSet">
<div class="inputGroup">
<span class="inputGroupAddon"><i class="fa fa-user-o fa-fw"></i></span>
<input class="inputGroupFormControl" type="text" placeholder="Benutzername">
</div>
<div class="inputGroup">
<span class="inputGroupAddon"><i class="fa fa-key fa-fw"></i></span>
<input class="inputGroupFormControl" type="password" placeholder="Passwort">
</div>
</div>
</td>
</tr>
<tr>
<td height="40">
<div class="inputGroup inputGroupBottomSM">
<span class="inputGroupAddon"><i class="fa fa-key fa-fw"></i></span>
<input class="inputGroupFormControl" type="password" placeholder="Passwort">
</div>
</td>
<td> </td>
</tr>
<tr>
<td height="40"><h3>Diverses</h3></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td height="40">
<div class="inputGroup inputGroupBottomSM">
<span class="inputGroupAddon"><i class="fa fa-envelope-o fa-fw"></i></span>
<input class="inputGroupFormControl" type="text" placeholder="E-Mail Adresse">
</div>
</td>
<td> </td>
<td>
<div class="inputGroup inputGroupBottomSM">
<span class="inputGroupAddon"><i class="fa fa-search fa-fw"></i></span>
<input class="inputGroupFormControl" type="text" placeholder="Suchen...">
</div>
</td>
</tr>
<tr>
<td height="40"> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td height="40"> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
</div>
<div class="footer">
<span class="left"> © <a href="https://www.sumali.ch" target="_blank">sumali - Urs Sommerhalder</a></span>
<div class="clearer"></div>
</div>
</div> <!-- inner-container -->
</div> <!-- container -->
</body>
</html>