-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathop.html
More file actions
90 lines (87 loc) · 3.38 KB
/
Copy pathop.html
File metadata and controls
90 lines (87 loc) · 3.38 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE HTML>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-5QF2LGP');</script>
<!-- End Google Tag Manager -->
<html>
<head>
<title>Orion Park</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Orion Park" />
<meta name="keywords" content="Orion Park" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="css/main-style.css" />
<script defer src="js/init.js"></script>
<script defer src="js/ext/papaparse.min.js"></script>
<script defer src="js/ext/firebase-app-compat.js"></script>
<script defer src="js/ext/firebase-database-compat.js"></script>
<script defer src="js/ext/firebase-storage-compat.js"></script>
<script defer src="js/ext/firebase-auth-compat.js"></script>
<script defer src="js/op.js"></script>
</head>
<body class="left-sidebar">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5QF2LGP" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Header -->
<div id="header">
<div class="topnav" id="myTopnav"></div>
<!-- Logo -->
<div id="logo">
<h1><a href="#">Orion Park</a></h1>
</div>
</div>
<!-- Main -->
<div id="main" class="container">
<div class="row 50%">
<div>
<!-- Content -->
<div id="content">
<form>
<label for="AReg"><input type="radio" name="A" id="AReg" class="op/assets-Asset List.csv" '>Asset Register</label>
<label for="WStock"><input type="radio" name="A" id="WStock" class="op/op-Warehouse Stock .csv"
'>Warehouse
Stock</label>
<label for="Del"><input type="radio" name="A" id="Del" class="op/op-DELIVERIES.csv" '>Deliveries</label>
</form>
<pre id="p">Last Updated:</pre>
<pre id="pp">Last Checked:</pre>
<div class="row 50%">
<section class="box">
<form onsubmit="return false;">
<label for="SEAR">Search<input type="text" id="SEAR" /></label>
</form>
</section>
<section class="box">
<form onsubmit="return false;"><br>
<button id="Login" class="button">Login</button>
<button id="Logout" class="button" style="display: none;">Logout</button>
<label for="PASS"><input type="password" style="display: none;" id="PASS"
placeholder="Password" /></label>
</form>
</section>
<span id="logInfo"></span>
</div>
<div class="row 50%">
</section class="box">
<section id="tab" class="box">
</section>
</div>
</div>
</div>
</div>
</div>
<div id="copyright">
<ul>
<li>© Hans Juneby</li>
</ul>
</div>
</body>
</html>