-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
66 lines (60 loc) · 5.15 KB
/
Copy pathheader.html
File metadata and controls
66 lines (60 loc) · 5.15 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="<?php echo $CFG->wwwroot ?>/images/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="Jolly Giraffe Daycare dashboard for signing in and out and admin duties.">
<title><?php echo $CFG->sitename ?></title>
<link rel="shortcut icon" href="favicon.ico" />
<script type="text/javascript"> var dirfromroot = "<?php echo $CFG->directory ? "/".$CFG->directory."/" : ""; ?>"; </script>
<link type="text/css" rel="stylesheet preload" as="style" href="<?php echo $CFG->wwwroot ?>/min/?b=<?php echo $CFG->directory ? $CFG->directory."/" : ""; ?>css&f=jquery-ui.css,keyboard.css,nyroModal.css,styles.css,colorpicker.css,tablesorter.css,toggleswitch.css,jquery.timepicker.css,clockstyles.css" />
<link type="text/css" rel="stylesheet preload" as="style" href="<?php echo $CFG->wwwroot ?>/css/background.php">
<!-- Favicon icons -->
<link rel="apple-touch-icon" sizes="57x57" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="<?php echo $CFG->wwwroot ?>/images/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="36x36" href="<?php echo $CFG->wwwroot ?>/images/icons/android-icon-36x36.png">
<link rel="icon" type="image/png" sizes="48x48" href="<?php echo $CFG->wwwroot ?>/images/icons/android-icon-48x48.png">
<link rel="icon" type="image/png" sizes="72x72" href="<?php echo $CFG->wwwroot ?>/images/icons/android-icon-72x72.png">
<link rel="icon" type="image/png" sizes="96x96" href="<?php echo $CFG->wwwroot ?>/images/icons/android-icon-96x96.png">
<link rel="icon" type="image/png" sizes="144x144" href="<?php echo $CFG->wwwroot ?>/images/icons/android-icon-144x144.png">
<link rel="icon" type="image/png" sizes="192x192" href="<?php echo $CFG->wwwroot ?>/images/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="<?php echo $CFG->wwwroot ?>/images/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="<?php echo $CFG->wwwroot ?>/images/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="<?php echo $CFG->wwwroot ?>/images/icons/favicon-16x16.png">
<link rel="manifest" href="<?php echo $CFG->wwwroot ?>/manifest.json">
<!-- Important Javascript -->
<script
type="text/javascript"
src="<?php echo $CFG->wwwroot ?>/min/?b=<?php echo $CFG->directory ? $CFG->directory . "/" : ""; ?>scripts&f=jquery.min.js,jquery-ui.min.js,jquery.ui.touch.js,jquery.verticalscroll.js,jquery.textfill.js,jquery.nyroModal.custom.min.js">
</script>
<!-- Font Awesome -->
<script data-search-pseudo-elements defer
type="text/javascript"
src="<?php echo $CFG->wwwroot ?>/min/?b=<?php echo $CFG->directory ? $CFG->directory . "/" : ""; ?>scripts/fontawesome&f=fontawesome.min.js,solid.min.js">
</script>
<!-- Run at the end and non essential Javascript -->
<script defer
type="text/javascript"
src="<?php echo $CFG->wwwroot ?>/min/?b=<?php echo $CFG->directory ? $CFG->directory . "/" : ""; ?>scripts&f=jquery.print.js,jquery.clipboard.js,jquery.keyboard.js,jquery.colorPicker.js,jquery.tablesorter.js,jquery.tablesorterw.js,jquery.toggle.js,jquery.timepicker.js,script.js,html2canvas.js,moment.js,clock.js,confetti.min.js">
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=<?php echo $CFG->analytics; ?>"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '<?php echo $CFG->analytics; ?>');
</script>
</head>
<body>
<div id="main_level" class="main_level ui-corner-all">