summaryrefslogtreecommitdiff
path: root/templates/stats/show.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'templates/stats/show.jinja')
-rw-r--r--templates/stats/show.jinja17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/stats/show.jinja b/templates/stats/show.jinja
new file mode 100644
index 0000000..76d1ff3
--- /dev/null
+++ b/templates/stats/show.jinja
@@ -0,0 +1,17 @@
+{% extends "layout.jinja" %}
+
+{% set JSFunction = "statJS" %}
+
+{% block js %}
+ {{ super() }}
+ <script type="text/javascript" src="{{ "js/highstock-1.3.9.js" | static_url }}"></script>
+{% endblock %}
+
+{% block heading %}
+ Statistiken
+{% endblock %}
+
+{% block content %}
+ <h2>Konstante Kosten</h2>
+ <div class="stats" data-stats='{{ consts | tojson }}'></div>
+{% endblock content %}