index.html
2.16 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=750, minimal-ui, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Freematics Hub Service</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"> <img src="images/title.png" alt="title" /></div>
<div class="info">
<p>Device ID / E-mail</p>
<p><input class="input" type="text" size="40" id="username" style="text-align:center; font-size:xx-large; font-weight:bold; background-color:#eee" title="Enter your device ID or email address" />
</p>
<p>
<label><input type="checkbox" id="save" /> Save My Info</label>
</p>
</div>
<div class="toolbuttons">
<input type="button" class="button btn1" onclick="apply('goDash()');" value="Live Data" />
<input type="button" class="button btn2" onclick="apply('goTrips()')" value="Trip Browser" />
<input type="button" class="button btn3" onclick="apply('goParking()')" value="Parking Meter" />
</div>
<div>
<p> </p><p> </p>
<h2>Resources</h2>
<ul>
<li><a href="https://blog.freematics.com/2019/introducing-freematics-hub-service/" target="_blank">Introducing Freematics Hub Service</a></li>
<li><a href="https://freematics.com/hub" target="_blank">Freematics Hub Software</a></li>
<li><a href="https://freematics.com/store/index.php?route=product/product&product_id=85" target="_blank">Get Your Hardware - Freematics ONE+</a></li>
<li><a href="https://github.com/stanleyhuangyc/Freematics" target="_blank">Freematics Github Repository</a></li>
</ul>
</div>
<script language="javascript" src="config.js"></script>
<script language="javascript" src="common.js"></script>
<script language="javascript" src="users.js"></script>
<script language="javascript" src="portal.js"></script>
</body>
</html>