From 9c98e5bc50971e91def3b4490deff727c72caa23 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 25 Mar 2019 15:49:18 +0000 Subject: Start work on annotation view --- app/templates/annotate/index.html | 337 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 337 insertions(+) create mode 100644 app/templates/annotate/index.html (limited to 'app/templates') diff --git a/app/templates/annotate/index.html b/app/templates/annotate/index.html new file mode 100644 index 0000000..b605dc3 --- /dev/null +++ b/app/templates/annotate/index.html @@ -0,0 +1,337 @@ +{% extends "base.html" %} + +{% block styles %} +{{super()}} + +{% endblock %} + +{% block app_content %} +

{{ task.dataset.name }}

+
+ +
+
+ +
+
+ + +

Selected Changepoints

+
+ +
+
+ + +{# Based on: https://github.com/benalexkeen/d3-flask-blog-post/blob/master/templates/index.html #} + + +{% endblock %} -- cgit v1.2.3