-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAvailabilityT.html
144 lines (128 loc) · 6.16 KB
/
AvailabilityT.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
<!DOCTYPE html>
<html>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="bootstrap.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!--
<script src="WeeklyTable.js"></script>
<script src="getschedule.js"></script>
-->
<style>
body {font-family: "Lato", sans-serif}
.mySlides {display: none}
</style>
<body>
<title>My availability</title>
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-black w3-card">
<a class="w3-bar-item w3-button w3-padding-large w3-hide-medium w3-hide-large w3-right" href="javascript:void(0)" onclick="myFunction()" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More">Schedule <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="Homepage.html" class="w3-bar-item w3-button" id="ViewSchedule">View Schedule</a>
<a href="MakeSchedule.html" class="w3-bar-item w3-button" id="MakeSchedule">Make Next Week's schedule</a>
</div>
</div>
<a href="AvailabilityT.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small" Id="Availability">Availability</a>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More">My Info <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="updateinfo.html" class="w3-bar-item w3-button" id="ViewSchedule">Update Info</a>
</div>
</div>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" id="EmployeeBar" title="Actions">Employees<i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="CreateEmployee2.html" class="w3-bar-item w3-button w3-hover-green"><b>Create</b>Employee</a>
</div>
</div>
<div class="w3-dropdown-hover w3-hide-small">
<a id="Logout" class="w3-bar-item w3-button w3-padding-large w3-hide-small">Logout</a>
</div>
</div>
</div>
<!-- Navbar on small screens (remove onclick attribute to always show navbar on top of content when clicking the links) -->
<div id="navDemo" class="w3-bar-block w3-black w3-hide w3-hide-large w3-hide-medium w3-top" style="margin-top:46px">
<a href="#Managers" class="w3-bar-item w3-button w3-padding-large" onclick="myFunction()">MANAGERS</a>
<a href="#Employees" class="w3-bar-item w3-button w3-padding-large" onclick="myFunction()">EMPLOYEES</a>
<a href="m1test_scheduleView_1.html" class="w3-bar-item w3-button w3-padding-large" onclick="myFunction()">SCHEDULE</a>
<div class="w3-dropdown-hover">
<button class="w3-padding-large w3-button" title="Actions" onclick="myFunction()">MANAGER ACTIONS <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="#ViewAllCurEmps" class="w3-bar-item w3-button" onclick="myFunction()">View Current Employees</a>
<a href="#Poptest" class="w3-bar-item w3-button" onclick="myFunction()">Add Employee</a>
<a href="m1test_manager_empSignUpCheck_1.html" class="w3-bar-item w3-button w3-hover-green" onclick="myFunction()"><b>Create</b> Employee</a>
<a href="#EditEmp" class="w3-bar-item w3-button w3-hover-yellow" onclick="myFunction()"><b>Edit</b> Employee</a>
<a href="#DeleteEmp" class="w3-bar-item w3-button w3-hover-red" onclick="myFunction()"><b>Delete</b> Employee</a>
</div>
</div>
</div>
<!-- Page content -->
<div class="w3-content" style="max-width:2000px;margin-top:46px">
<!--
<!-- The Update Section or maybe show sched
<div class="w3-container w3-content w3-center w3-padding-64" style="max-width:800px" id="band">
<h2 class="w3-wide">FrontHouse</h2>
<p class="w3-opacity"><i>Scheduling Made Easy</i></p>
<p class="w3-justify"><center>We have revolutionized how scheduling works for those in the service industry</center></p>
<div class="w3-row w3-padding-32">
<div class="w3-third">
<p><em>Fast</em></p>
<img src="fast_img_2.png" class="w3-round w3-margin-bottom" alt="Random Name" style="width:60%">
</div>
<div class="w3-third">
<p><em>Easy</em></p>
<img src="easy_img_1.png" class="w3-round w3-margin-bottom" alt="Random Name" style="width:60%">
</div>
<div class="w3-third">
<p><em>Scheduling<em></p>
<img src="scheduling_img_5.png" class="w3-round" alt="Random Name" style="width:60%">
</div>
</div>
</div>
-->
<!-- End Page Content -->
</div>
<!-- Add Google Maps
<div id="googleMap" style="height:400px;" class="w3-grayscale-max"></div>
-->
<!--Home page weekly table-->
<div class="w3-content" style="max-width:2000px;margin-top:46px">
<table id="AvailabilityTable"class="table table-dark table-hover">
<thead>
<tr>
<td align="center" colspan="3">My availability</td>
</tr>
<tr>
<td id="Day"align="center">Day</td>
<td id="Am"align="center">Am</td>
<td id="Pm"align="center">Pm</td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</body>
<!--
<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-center w3-opacity w3-light-grey w3-xlarge">
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
<p class="w3-medium">Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>
</footer>
</script>
<script src = "getAvailability.js"> </script>
<script src= "SeperateUsers.js"></script>
<script src="logout.js"></script>
</body>
</html>