This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 961
/
base.html
117 lines (108 loc) · 5.98 KB
/
base.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
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
<!DOCTYPE html>
<!--
Copyright 2016 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
-->
<html lang="en">
<head>
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/hot-sneaks/jquery-ui.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/select2/3.5.4/select2.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/1.6.6/jquery.contextMenu.css">
<link rel="stylesheet" href="//cdn.datatables.net/1.10.9/css/jquery.dataTables.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/select2/3.5.4/select2.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/1.6.6/jquery.contextMenu.js"></script>
<script src="//cdn.datatables.net/1.10.9/js/jquery.dataTables.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.4/moment-timezone-with-data.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<!-- Loading fonts with https://www.gstatic.com/external_hosted/twitter_bootstrap_css/css/bootstrap.min.css is blocked by CORS policy, which means icons won't load. -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.min.js" type="text/javascript"></script>
<script src="third_party/flot-axislabels/jquery.flot.axislabels.js?ver={{.ResVersion}}" type="text/javascript"></script>
<script src="//www.benjaminbuffet.com/public/js/jquery.flot.orderBars.js" type="text/javascript"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.pie.min.js" type="text/javascript"></script>
<link type="text/css" rel="stylesheet" href="static/stylesheet.css?ver={{.ResVersion}}">
<link type="text/css" rel="stylesheet" href="static/historian.css?ver={{.ResVersion}}">
<link type="text/css" rel="stylesheet" href="static/histogram.css?ver={{.ResVersion}}">
<script src="//www.gstatic.com/external_hosted/jquery_form/jquery.form.min.js" charset="utf-8"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/d3/4.9.1/d3.min.js"></script>
{{ if .IsOptimizedJs }}
<script src="compiled/historian-optimized.js?ver={{.ResVersion}}"></script>
{{ else }}
<!-- Need to load Closure in header. -->
<script>CLOSURE_NO_DEPS=true</script>
<script type="text/javascript" src="third_party/closure-library/closure/goog/base.js"></script>
<script type="text/javascript" src="compiled/historian_deps-runfiles.js"></script>
{{ end }}
<title>Battery Historian</title>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a href="." class="navbar-brand">Battery Historian</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul id="menu-top" class="nav navbar-nav navbar-right" style="display: none">
<li class="dropdown sdk-version-21">
<a href="#" id="views-dropdown" class="dropdown-toggle" data-toggle="dropdown">Views<span class="caret"></span></a>
<ul id="menu-views" class="dropdown-menu">
<li><a href="#" id="menu-fileinfo">
<span class="glyphicon glyphicon-ok glyphicon-inline-left"></span>
<span>File Info</span>
</a></li>
<li><a href="#" id="menu-historian">
<span class="glyphicon glyphicon-ok glyphicon-inline-left"></span>
<span>Historian</span>
</a></li>
<li class="comparison"><a href="#" id="menu-historian2">
<span class="glyphicon glyphicon-ok glyphicon-inline-left"></span>
<span>Historian #2</span>
</a></li>
<li class="non-comparison"><a href="#" id="menu-powerstats">
<span class="glyphicon glyphicon-ok glyphicon-inline-left"></span>
<span>Power Statistics</span>
</a></li>
</ul>
</li>
<li><a href="." id="new-report">Analyze a new bugreport</a></li>
</ul>
</div>
</div>
</nav>
<div class="alert alert-warning historian-note" style="display: none">
<strong>Note: </strong>
<span>Note Content</span>
<button type="button" class="close" data-dismiss="alert">
<span>×</span>
</button>
</div>
<div id="body-contents" class="container-fluid" style="padding-top: 60px">
{{template "body" .}}
</div>
<div class="modal fade" id="dialog" tabindex="-1">
<div class="modal-dialog modal-lg modal-lgify">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span>×</span></button>
<h4 class="modal-title"></h4>
</div>
<div class="modal-body"></div>
</div>
</div>
</div>
<div id="copy-content" style="display: none;">
{{template "copy" .}}
</div>
</body>
</html>