-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathroster3.html
More file actions
400 lines (335 loc) · 13.2 KB
/
roster3.html
File metadata and controls
400 lines (335 loc) · 13.2 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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0"> -->
<title>roster</title>
<link rel="stylesheet" href="roster.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X78DJDSZSC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-X78DJDSZSC');
</script>
</head>
<body>
<a class="title" href="roster.html">
ROSTER
</a>
<div class="body">
<div class="navigation">
<a href="roster.html" class="nav roster1">유선
</a>
<a href="roster2.html" class="nav roster1">체계
</a>
<a href="roster3.html" class="nav roster3">무선
</a>
<a href="roster-help.html" class="nav roster1">
도움말
</a>
<input type="week" name="weekvalue">
</div>
<div class="all">
<div class="table table0">Mon
<input type="text" class="row row0" onchange="autocheck()">
<input type="text" class="row row1" onchange="autocheck()">
<input type="text" class="row row2" onchange="autocheck()">
<input type="text" class="row row3" onchange="autocheck()">
</div>
<div class="table table1">Tue
<input type="text" class="row row0" onchange="autocheck()">
<input type="text" class="row row1" onchange="autocheck()">
<input type="text" class="row row2" onchange="autocheck()">
<input type="text" class="row row3" onchange="autocheck()">
</div>
<div class="table table2">Wed
<input type="text" class="row row0" onchange="autocheck()">
<input type="text" class="row row1" onchange="autocheck()">
<input type="text" class="row row2" onchange="autocheck()">
<input type="text" class="row row3" onchange="autocheck()">
</div>
<div class="table table3">Thu
<input type="text" class="row row0" onchange="autocheck()">
<input type="text" class="row row1" onchange="autocheck()">
<input type="text" class="row row2" onchange="autocheck()">
<input type="text" class="row row3" onchange="autocheck()">
</div>
<div class="table table4">Fri
<input type="text" class="row row0" onchange="autocheck()">
<input type="text" class="row row1" onchange="autocheck()">
<input type="text" class="row row2" onchange="autocheck()">
<input type="text" class="row row3" onchange="autocheck()">
</div>
<div class="table table5">Sat
<input type="text" class="row row0" onchange="autocheck()">
<input type="text" class="row row1" onchange="autocheck()">
<input type="text" class="row row2" onchange="autocheck()">
<input type="text" class="row row3" onchange="autocheck()">
</div>
<div class="table table6">Sun
<input type="text" class="row row0" onchange="autocheck()">
<input type="text" class="row row1" onchange="autocheck()">
<input type="text" class="row row2" onchange="autocheck()">
<input type="text" class="row row3" onchange="autocheck()">
</div>
</div>
<div class="namelist">
   근무자       근무 수
               
      근무 열외 요일
<form class="nameanddate n0">
<input type="text" value="김요한" class="name name0">
<input type="number" min="0" max="28" class="times 0name" onchange="autocheck()">
<label for="date0">Mon</label>
<input type="checkbox" id="date0">
<label for="date1">Tue</label>
<input type="checkbox" id="date1">
<label for="date2">Wed</label>
<input type="checkbox" id="date2">
<label for="date3">Thu</label>
<input type="checkbox" id="date3">
<label for="date4">Fri</label>
<input type="checkbox" id="date4">
<label for="date5">Sat</label>
<input type="checkbox" id="date5">
<label for="date6">Sun</label>
<input type="checkbox" id="date6">
<input class="rebutton" type="reset">
</form>
<form class="nameanddate n1">
<input type="text" value="송치민" class="name name1">
<input type="number" min="0" max="28" class="times 1name" onchange="autocheck()">
<label for="date0">Mon</label>
<input type="checkbox" id="date0">
<label for="date1">Tue</label>
<input type="checkbox" id="date1">
<label for="date2">Wed</label>
<input type="checkbox" id="date2">
<label for="date3">Thu</label>
<input type="checkbox" id="date3">
<label for="date4">Fri</label>
<input type="checkbox" id="date4">
<label for="date5">Sat</label>
<input type="checkbox" id="date5">
<label for="date6">Sun</label>
<input type="checkbox" id="date6">
<input class="rebutton" type="reset">
</form>
<form class="nameanddate n2">
<input type="text" value="최세웅" class="name name2">
<input type="number" min="0" max="28" class="times 2name" onchange="autocheck()">
<label for="date0 2name">Mon</label>
<input type="checkbox" id="date0">
<label for="date1">Tue</label>
<input type="checkbox" id="date1">
<label for="date2">Wed</label>
<input type="checkbox" id="date2">
<label for="date3">Thu</label>
<input type="checkbox" id="date3">
<label for="date4">Fri</label>
<input type="checkbox" id="date4">
<label for="date5">Sat</label>
<input type="checkbox" id="date5">
<label for="date6">Sun</label>
<input type="checkbox" id="date6">
<input class="rebutton" type="reset">
</form>
<form class="nameanddate n3">
<input type="text" value="김민욱" class="name name3">
<input type="number" min="0" max="28" class="times 3name" onchange="autocheck()">
<label for="date0 3name">Mon</label>
<input type="checkbox" id="date0">
<label for="date1">Tue</label>
<input type="checkbox" id="date1">
<label for="date2">Wed</label>
<input type="checkbox" id="date2">
<label for="date3">Thu</label>
<input type="checkbox" id="date3">
<label for="date4">Fri</label>
<input type="checkbox" id="date4">
<label for="date5">Sat</label>
<input type="checkbox" id="date5">
<label for="date6">Sun</label>
<input type="checkbox" id="date6">
<input class="rebutton" type="reset">
</form>
<form class="nameanddate n4">
<input type="text" value="윤현성" class="name name4">
<input type="number" min="0" max="28" class="times 4name" onchange="autocheck()">
<label for="date0 4name">Mon</label>
<input type="checkbox" id="date0">
<label for="date1">Tue</label>
<input type="checkbox" id="date1">
<label for="date2">Wed</label>
<input type="checkbox" id="date2">
<label for="date3">Thu</label>
<input type="checkbox" id="date3">
<label for="date4">Fri</label>
<input type="checkbox" id="date4">
<label for="date5">Sat</label>
<input type="checkbox" id="date5">
<label for="date6">Sun</label>
<input type="checkbox" id="date6">
<input class="rebutton" type="reset">
</form>
<form class="nameanddate n5">
<input type="text" value="강지원" class="name name5">
<input type="number" min="0" max="28" class="times 5name" onchange="autocheck()">
<label for="date0 5name">Mon</label>
<input type="checkbox" id="date0">
<label for="date1">Tue</label>
<input type="checkbox" id="date1">
<label for="date2">Wed</label>
<input type="checkbox" id="date2">
<label for="date3">Thu</label>
<input type="checkbox" id="date3">
<label for="date4">Fri</label>
<input type="checkbox" id="date4">
<label for="date5">Sat</label>
<input type="checkbox" id="date5">
<label for="date6">Sun</label>
<input type="checkbox" id="date6">
<input class="rebutton" type="reset">
</form>
<form class="nameanddate n6">
<input type="text" value="" class="name name6">
<input type="number" min="0" max="28" class="times 6name" onchange="autocheck()">
<label for="date0 6name">Mon</label>
<input type="checkbox" id="date0">
<label for="date1">Tue</label>
<input type="checkbox" id="date1">
<label for="date2">Wed</label>
<input type="checkbox" id="date2">
<label for="date3">Thu</label>
<input type="checkbox" id="date3">
<label for="date4">Fri</label>
<input type="checkbox" id="date4">
<label for="date5">Sat</label>
<input type="checkbox" id="date5">
<label for="date6">Sun</label>
<input type="checkbox" id="date6">
<input class="rebutton" type="reset">
</form>
<form class="nameanddate n7">
<input type="text" value="" class="name name7">
<input type="number" min="0" max="28" class="times 7name" onchange="autocheck()">
<label for="date0 7name">Mon</label>
<input type="checkbox" id="date0">
<label for="date1">Tue</label>
<input type="checkbox" id="date1">
<label for="date2">Wed</label>
<input type="checkbox" id="date2">
<label for="date3">Thu</label>
<input type="checkbox" id="date3">
<label for="date4">Fri</label>
<input type="checkbox" id="date4">
<label for="date5">Sat</label>
<input type="checkbox" id="date5">
<label for="date6">Sun</label>
<input type="checkbox" id="date6">
<input class="rebutton" type="reset">
</form>
<form class="nameanddate n8">
<input type="text" value="" class="name name8">
<input type="number" min="0" max="28" class="times 8name" onchange="autocheck()">
<label for="date0 8name">Mon</label>
<input type="checkbox" id="date0">
<label for="date1">Tue</label>
<input type="checkbox" id="date1">
<label for="date2">Wed</label>
<input type="checkbox" id="date2">
<label for="date3">Thu</label>
<input type="checkbox" id="date3">
<label for="date4">Fri</label>
<input type="checkbox" id="date4">
<label for="date5">Sat</label>
<input type="checkbox" id="date5">
<label for="date6">Sun</label>
<input type="checkbox" id="date6">
<input class="rebutton" type="reset">
</form>
<form class="nameanddate n9">
<input type="text" value="" class="name name9">
<input type="number" min="0" max="28" class="times 9name" onchange="autocheck()">
<label for="date0 9name">Mon</label>
<input type="checkbox" id="date0">
<label for="date1">Tue</label>
<input type="checkbox" id="date1">
<label for="date2">Wed</label>
<input type="checkbox" id="date2">
<label for="date3">Thu</label>
<input type="checkbox" id="date3">
<label for="date4">Fri</label>
<input type="checkbox" id="date4">
<label for="date5">Sat</label>
<input type="checkbox" id="date5">
<label for="date6">Sun</label>
<input type="checkbox" id="date6">
<input class="rebutton" type="reset">
</form>
<form class="nameanddate n10">
<input type="text" value="" class="name name10">
<input type="number" min="0" max="28" class="times 10name" onchange="autocheck()">
<label for="date0 10name">Mon</label>
<input type="checkbox" id="date0">
<label for="date1">Tue</label>
<input type="checkbox" id="date1">
<label for="date2">Wed</label>
<input type="checkbox" id="date2">
<label for="date3">Thu</label>
<input type="checkbox" id="date3">
<label for="date4">Fri</label>
<input type="checkbox" id="date4">
<label for="date5">Sat</label>
<input type="checkbox" id="date5">
<label for="date6">Sun</label>
<input type="checkbox" id="date6">
<input class="rebutton" type="reset">
</form>
<form class="nameanddate n11">
<input type="text" value="" class="name name11">
<input type="number" min="0" max="28" class="times 11name" onchange="autocheck()">
<label for="date0 11name">Mon</label>
<input type="checkbox" id="date0">
<label for="date1">Tue</label>
<input type="checkbox" id="date1">
<label for="date2">Wed</label>
<input type="checkbox" id="date2">
<label for="date3">Thu</label>
<input type="checkbox" id="date3">
<label for="date4">Fri</label>
<input type="checkbox" id="date4">
<label for="date5">Sat</label>
<input type="checkbox" id="date5">
<label for="sun">Sun</label>
<input type="checkbox" id="date6">
<input class="rebutton" type="reset">
</form>
</div>
</div>
<div class="buttons1">
<div class="choose">
<div class="dlabel">중복 허용
<input type="checkbox" class="doublecheck" id="double">
</div>
<select name="double">
<option selected value="2">2번 이하</option>
<option value="3">3번 이하</option>
<option value="4">4번 이하</option>
</select>
</div>
<input class="button" type="button" value="make roster" style="background:red" onclick="getstarter();get()">
<input class="button" type="button" value="근무수 채우기" onclick="autocount();autocheck()">
<input class="button" type="button" onClick="copy()" value="근무표 복사" />
</div>
<div class="buttons">
<input class="button" type="button" value="근무수 지우기" onclick="deletetimes();autocheck()">
<input class="button" type="button" value="근무자 지우기" onclick="deletenames();autocheck()">
<input class="button" type="button" value="근무표 지우기1" onclick="deleteroster1();autocheck()">
<input class="button" type="button" value="근무표 지우기2" onclick="deleteroster2();autocheck()">
</div>
<script src="roster.js"></script>
</body>
</html>