-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreporting.html
executable file
·31 lines (29 loc) · 982 Bytes
/
reporting.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
<html>
<title>Quixotic Timeclock v1.0</title>
<head>
<script src="js/jquery-1.3.2.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/jquery-weekcalendar-1.2.2/jquery.weekcalendar.js.min.js"></script>
<script src="js/quixotic_calendar.js"></script>
<script src="js/angular.min.js"></script>
<link rel="stylesheet" href="css/quixotic.css">
<link rel="stylesheet" href="css/calendar/reset.css">
<link rel="stylesheet" href="css/calendar/demo.css">
<link rel="stylesheet" href="css/calendar/jquery.weekcalendar.css">
</head>
<body>
<div id="logo">
<img src="images/logo.png">
</div>
<div id="toolbar">
<nav>
<ul class="tool">
<li class="tool"><a href="calendar.html">Calendar</a></li>
<li class="tool"><b>Reporting</b></li>
<li class="tool"><a href="account.html">Account</a></li>
<li class="tool"><a href="admin.html">Administration</a></li>
</ul>
</nav>
</div>
</body>
</html>