-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththermometer.html
More file actions
207 lines (186 loc) · 6.67 KB
/
Copy paththermometer.html
File metadata and controls
207 lines (186 loc) · 6.67 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
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pimometer - Barbeque / Smoker Data Collector</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Barbeque and Smoker data collection and interface for a raspberry pi thermometer">
<meta name="author" content="Michael Beck">
<!-- The styles -->
<link id="bs-css" href="#" rel="stylesheet">
<style type="text/css">
body {
padding-bottom: 40px;
}
.sidebar-nav {
padding: 9px 0;
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/charisma-app.css" rel="stylesheet">
<link href="css/jquery-ui-1.8.21.custom.css" rel="stylesheet">
<link href='css/chosen.css' rel='stylesheet'>
<link href='css/uniform.default.css' rel='stylesheet'>
<link href='css/colorbox.css' rel='stylesheet'>
<link href='css/jquery.noty.css' rel='stylesheet'>
<link href='css/noty_theme_default.css' rel='stylesheet'>
<link href='css/opa-icons.css' rel='stylesheet'>
<link href='css/bootstrap-modal-patch.css' rel='stylesheet'>
<link href='js/jquery/extras/css/dataTables.tableTools.css'
rel='stylesheet'>
<link href='css/dataTables.bootstrap.1.10.1.css' rel='stylesheet'>
<link id="bs-css-post" href="#" rel="stylesheet">
<script src="js/thirdparty/d3.min.js"></script>
<!-- The HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- The fav icon -->
<link rel="shortcut icon" href="img/favicon.ico">
</head>
<body class="custom_container">
<!-- topbar starts -->
<div class="navbar">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse"
data-target=".top-nav.nav-collapse,.sidebar-nav.nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span
class="icon-bar"></span> </a><a class="brand" href="index.html"> Pimometer</a>
<!-- theme selector starts -->
<div class="btn-group pull-right theme-container">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#"> <i class="icon-tint"></i><span class="hidden-phone"> Change
Theme </span> <span class="caret"></span> </a>
<ul class="dropdown-menu" id="themes"></ul>
</div>
<!-- theme selector ends -->
<!-- user dropdown starts -->
<div class="btn-group pull-right">
<a class="btn dropdown-toggle tour-step6" data-toggle="dropdown"
href="#"> <i class="icon-user"></i><span
class="hidden-phone display-user"> Settings </span> <span
class="caret"></span> </a>
<ul class="dropdown-menu">
<li>
<a href="#" id="Preferences">Preferences</a>
</li>
</ul>
</div>
<!-- user dropdown ends -->
</div>
</div>
</div>
<!-- topbar ends -->
<div class="container-fluid">
<div class="row-fluid">
<!--/span-->
<!-- left menu ends -->
<noscript>
<div class="alert alert-block span10">
<h4 class="alert-heading">Warning!</h4>
<p>
You need to have <a href="http://en.wikipedia.org/wiki/JavaScript"
target="_blank">JavaScript</a> enabled to use this site.
</p>
</div>
</noscript>
<div id="content" class="span12 center">
<div class="row-fluid">
<div class="span3">
<div class="btn-group">
<button type="button" class="btn btn-large btn-primary dropdown-toggle" data-toggle="dropdown">
Events <span class="caret"></span>
</button>
<ul class="dropdown-menu" id="select-event" role="menu">
</ul>
<button class="btn btn-large btn-large btn-primary" id="add-event" data-toggle="tooltip" title="Add Event">
<i class="icon icon-white icon-plus"></i>
</button>
<button class="btn btn-large btn-primary" data-toggle="tooltip" title="Start Event">
<i class="icon icon-white icon-check"></i>
</button>
<button class="btn btn-large btn-primary" data-toggle="tooltip" title="Edit Event">
<i class="icon icon-white icon-gear"></i>
</button>
<button class="btn btn-large btn-primary" data-toggle="tooltip" title="Set Reminder">
<i class="icon icon-white icon-clock"></i>
</button>
<button class="btn btn-large btn-primary" data-toggle="tooltip" title="Remove Event">
<i class="icon icon-white icon-trash"></i>
</button>
</div>
</div>
<div class="span6">
<div class="span3">
<a class="well top-block" href="#"> <i class="red"></i>
<div>
Sensor 1
</div>
<div id="s1-current">
</div> <span class="notification" id="max-temp">666</span> </a>
</div>
<div class="span3">
<a class="well top-block" href="#"> <i class="red"></i>
<div>
Sensor 2
</div>
<div id="s2-current">
</div> <span class="notification" id="max-temp">555</span> </a>
</div>
</div>
</div>
<!-- content starts -->
<div class="row-fluid">
<div class="box span12">
<div class="box-header well" data-original-title>
<h2></h2>
</div>
<div class="box-content">
<div class="span10 center" >
<canvas class="chart" id="myChart1"></canvas>
</div>
</div>
</div>
</div>
<div class="row-fluid">
<div class="box span12">
<div class="box-header well" data-original-title>
<h2></h2>
</div>
<div class="box-content span10 center">
<table id="historic-s1" class="table table-striped table-bordered"></table>
</div>
</div>
</div>
<!-- content ends -->
</div>
<!--/#content.span10-->
</div>
<!--/fluid-row-->
<hr>
<div class="pageModals"></div>
<footer>
<p class="pull-left">
© <a href="https://github.com/gravytrain/automation-interface" target="_blank">OpenSource GitHub Project</a>
2014
</p>
</footer>
</div>
<!--/.fluid-container-->
<!-- external javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- requireJS -->
<script src="js/require.js"></script>
<script type="text/javascript">
// Load common code that includes config,
// then load the app logic for this page.
require(['js/common'], function(common) {
// js/common.js sets the baseUrl to be js/
// You can ask for 'app/main-thermometer' here instead
// of 'js/app/main-thermometer'
require(['app/main-thermometer']);
});
</script>
</body>
</html>