2013-04-02 10:14:02 -07:00
|
|
|
{{define "head"}}
|
2013-04-09 03:15:05 -07:00
|
|
|
<script src="/static/vendor/jqueryui/jquery-ui.min.js"></script>
|
|
|
|
<link rel="stylesheet" href="/static/vendor/jqueryui/themes/base/jquery-ui.css" />
|
2013-03-21 06:26:13 -07:00
|
|
|
|
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">
|
2013-07-13 10:30:51 -07:00
|
|
|
|
2013-04-09 03:15:05 -07:00
|
|
|
<script src="/static/vendor/rickshaw/vendor/d3.min.js"></script>
|
|
|
|
<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>
|
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"}}
|
2014-12-25 07:27:35 -08:00
|
|
|
<div id="graph_container" class="container_fluid">
|
2013-01-15 02:30:55 -08:00
|
|
|
</div>
|
2013-07-13 10:30:51 -07:00
|
|
|
<div><input class="btn btn-primary" type="submit" value="Add Graph" id="add_graph"></div>
|
2013-04-02 10:14:02 -07:00
|
|
|
{{end}}
|