-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscripts.html
executable file
·151 lines (108 loc) · 4.27 KB
/
scripts.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
<html>
<head>
<meta charset="utf-8">
<link href="font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<title>
Bloxs
</title>
<style type="text/css">
</style>
<script type="text/javascript">
</script>
</head>
<body>
<input type="checkbox" id="menuShowHide">
<label for="menuShowHide"><i class="fa fa-bars" aria-hidden="true"></i></label>
<input type="checkbox" id="menuShowHideSmall">
<label for="menuShowHideSmall"><i class="fa fa-bars" aria-hidden="true"></i></label>
<div id="header">
<div id="brand">
<a href="index.html"><i class="fa fa-puzzle-piece" aria-hidden="true"></i> Bloxs</a>
</div>
<div id="title">
Scripts
</div>
</div>
<div id="body">
<div id="drawer-container">
<div id="drawer">
<div id="user">
<a href="#"><i class="fa fa-user" aria-hidden="true"></i> Robin De Pril <i class="fa fa-caret-down" aria-hidden="true"></i></a>
</div>
<div id="mainMenu">
<a href="index.html"><i class="fa fa-tachometer" aria-hidden="true"></i> Overview</a>
<a href="scripts.html" class="current"><i class="fa fa-th-large" aria-hidden="true"></i> Scripts</a>
<a href="planning.html"><i class="fa fa-calendar" aria-hidden="true"></i> Planning</a>
<a href="users.html"><i class="fa fa-users" aria-hidden="true"></i> People</a>
</div>
</div>
</div>
<div id="content-container">
<div id="content">
<div class="content">
<div class="actionbar">
<a href="newSchedule.html" class="button">
<span><i class="fa fa-calendar"></i> Generate schedule</span>
</a>
</div>
<a href="scriptsEditor.html">
<div class="rule">
<span>
Basic week schedule
</span>
<i class="fa fa-cog" aria-hidden="true"></i>
</div>
</a>
<a href="scriptsEditor.html">
<div class="rule">
<span>Labor regulations limiting work hours
</span>
<i class="fa fa-cog" aria-hidden="true"></i>
</div>
</a>
<a href="scriptsEditor.html">
<div class="rule">
<span>Belgian holidays
</span>
<i class="fa fa-cog" aria-hidden="true"></i>
</div>
</a>
<a href="scriptsEditor.html">
<div class="rule">
<span>Exceptions department 6A
</span>
<i class="fa fa-cog" aria-hidden="true"></i>
</div>
</a>
<a href="scriptsEditor.html">
<div class="rule">
<span>National state of emergency rules
</span>
<i class="fa fa-cog" aria-hidden="true"></i>
</div>
</a>
<a href="scriptsEditor.html">
<div class="rule">
<span>Night shifts
</span>
<i class="fa fa-cog" aria-hidden="true"></i>
</div>
</a>
<a href="scriptsEditor.html">
<div class="rule">
<span>Cleaning staff rules
</span>
<i class="fa fa-cog" aria-hidden="true"></i>
</div>
</a>
<a href="scriptsEditor.html">
</div>
<a href="scriptsEditor.html" class="fab">
<i class="fa fa-plus" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</body>
</html>