-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
143 lines (125 loc) · 5.76 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>System Dzwonkowy</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css"
rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="logowanie">
<div class="login">
<h3>Logowanie</h3>
<div class="input-group">
<span class="input-group flex-nowrap">Login</span>
<input type="text" class="form-control"
placeholder="Username" id="login">
</div>
<div class="input-group">
<span for="password" class="input-group flex-nowrap">Password</span>
<input type="password" class="form-control" id="password">
</div>
<input type="button" class="btn btn-danger" id="logowanie" value="Loguj">
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md">
<h1>System dzwonkowy</h1>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h4>Dezaktywacja alarmu</h4>
<div class="btn alarmdisable btn-primary">ON</div>
</div>
<div class="col-md-4">
<h4>Włącz alarm</h4>
<div class="btn alarm btn-info">Alarm</div>
</div>
<div class="col-md-4">
<h4>Czas serwera</h4>
<span class="czasserwera"></span>
<span class="btn btn-primary dodajoffset">
<span class="icon icon-plus"></span>
</span>
<span class="btn btn-primary odejmijoffset">
<span class="icon icon-minus"></span>
</span>
</div>
<div class="col-md-4">
<h4>Start lekcji</h4>
<div class="input-group flex-nowrap" id="startlekcji">
<input pattern="[0-9]{1,2}:[0-9]{1,2}" onfocus="przerwafokus(this)"
class="form-control" placeholder="Start lekcji np 9:10"
aria-label="Start lekcji"
aria-describedby="addon-wrapping">
</div>
</div>
<div class="col-md-4">
<h4>Czas lekcji</h4>
<div class="input-group flex-nowrap" id="czaslekcji">
<input pattern="[0-9]{1,3}" onchange="tylkoliczba(this)" onfocus="przerwafokus(this)"
class="form-control" placeholder="Czas lekcji w minutach np 45"
aria-label="czas lekcji"
aria-describedby="addon-wrapping">
</div>
</div>
<div class="col-md-4">
<h4>Długość dzwonka</h4>
<div class="input-group flex-nowrap" id="czasdzwonka">
<input pattern="[0-9]{1,3}" onchange="tylkoliczba(this)" onfocus="przerwafokus(this)"
class="form-control" placeholder="Długość dzwonka w sekundach np 5"
aria-label="Długość dzwonka"
aria-describedby="addon-wrapping">
</div>
</div>
<div class="col-md-12 dnitygodnia">
<h4>Dni tygodnia</h4>
<div class="form-check form-switch form-check-inline ">
<input class="form-check-input" type="checkbox" name="d0" onfocus="przerwafokus(this)" id="d0" role="switch">
<label class="form-check-label" for="d0">Niedziela</label>
</div>
<div class="form-check form-switch form-check-inline">
<input class="form-check-input" type="checkbox" name="d1" onfocus="przerwafokus(this)" id="d1" role="switch">
<label class="form-check-label" for="d1">Poniedziałek</label>
</div>
<div class="form-check form-switch form-check-inline">
<input class="form-check-input" type="checkbox" name="d2" onfocus="przerwafokus(this)" id="d2" role="switch">
<label class="form-check-label" for="d2">Wtorek</label>
</div>
<div class="form-check form-switch form-check-inline">
<input class="form-check-input" type="checkbox" name="d3" onfocus="przerwafokus(this)" id="d3" role="switch">
<label class="form-check-label" for="d3">Środa</label>
</div>
<div class="form-check form-switch form-check-inline">
<input class="form-check-input" type="checkbox" name="d4" onfocus="przerwafokus(this)" id="d4" role="switch">
<label class="form-check-label" for="d4">Czwartek</label>
</div>
<div class="form-check form-switch form-check-inline">
<input class="form-check-input" type="checkbox" name="d5" onfocus="przerwafokus(this)" id="d5" role="switch">
<label class="form-check-label" for="d5">Piątek</label>
</div>
<div class="form-check form-switch form-check-inline">
<input class="form-check-input" type="checkbox" name="d6" onfocus="przerwafokus(this)" id="d6" role="switch">
<label class="form-check-label" for="d6">Sobota</label>
</div>
</div>
<div class="col-md-12">
<h4>Przerwy <span class="icon icon-plus dodajdzwonek"></span></h4>
<div class="przerwy"></div>
<div><span class="btn btn-primary zapiszdzwonek disabled mt-2">Zapisz</span></div>
</div>
</div>
</div>
<script src="script.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>