2013-04-02 10:14:02 -07:00
|
|
|
{{define "head"}}
|
2015-01-12 07:37:13 -08:00
|
|
|
<script src="/static/vendor/bootstrap-3.3.1/js/bootstrap.min.js"></script>
|
|
|
|
|
2013-04-02 10:14:02 -07:00
|
|
|
<link type="text/css" rel="stylesheet" href="/static/css/graph.css">
|
2013-01-15 02:30:55 -08:00
|
|
|
|
2013-04-09 03:15:05 -07:00
|
|
|
<link type="text/css" rel="stylesheet" href="/static/vendor/rickshaw/rickshaw.min.css">
|
2015-01-12 05:26:09 -08:00
|
|
|
<link type="text/css" rel="stylesheet" href="/static/vendor/bootstrap-datetimepicker/bootstrap-datetimepicker.min.css">
|
2013-07-13 10:30:51 -07:00
|
|
|
|
2015-02-02 13:57:47 -08:00
|
|
|
<script src="/static/vendor/rickshaw/vendor/d3.v3.js"></script>
|
2013-04-09 03:15:05 -07:00
|
|
|
<script src="/static/vendor/rickshaw/vendor/d3.layout.min.js"></script>
|
|
|
|
<script src="/static/vendor/rickshaw/rickshaw.min.js"></script>
|
2015-01-12 05:18:28 -08:00
|
|
|
<script src="/static/vendor/bootstrap-datetimepicker/bootstrap-datetimepicker.js"></script>
|
2015-01-14 08:56:03 -08:00
|
|
|
<script src="/static/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js"></script>
|
2013-01-15 02:30:55 -08:00
|
|
|
|
2013-04-02 10:14:02 -07:00
|
|
|
<script src="/static/vendor/js/handlebars.js"></script>
|
|
|
|
<script src="/static/vendor/js/jquery.selection.js"></script>
|
|
|
|
<script src="/static/vendor/js/jquery.hotkeys.js"></script>
|
2013-01-17 14:46:43 -08:00
|
|
|
|
2013-04-02 10:14:02 -07:00
|
|
|
<script src="/static/js/graph.js"></script>
|
2013-01-17 14:46:43 -08:00
|
|
|
|
2013-04-02 10:14:02 -07:00
|
|
|
<script id="graph_template" type="text/x-handlebars-template"></script>
|
|
|
|
{{end}}
|
2013-01-24 04:55:32 -08:00
|
|
|
|
2013-04-02 10:14:02 -07:00
|
|
|
{{define "content"}}
|
2015-01-14 08:56:03 -08:00
|
|
|
<div id="graph_container" class="container-fluid">
|
|
|
|
</div>
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div><input class="btn btn-primary" type="submit" value="Add Graph" id="add_graph"></div>
|
2013-01-15 02:30:55 -08:00
|
|
|
</div>
|
2013-04-02 10:14:02 -07:00
|
|
|
{{end}}
|