From ef782ec7284277d5d97df418483965b3ef0f54da Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 6 Jun 2019 12:42:14 +0100 Subject: Move scripts to scripts block --- app/templates/annotate/index.html | 113 +++++++++++++++++++------------------- 1 file changed, 57 insertions(+), 56 deletions(-) (limited to 'app') diff --git a/app/templates/annotate/index.html b/app/templates/annotate/index.html index efb617b..b26410c 100644 --- a/app/templates/annotate/index.html +++ b/app/templates/annotate/index.html @@ -2,69 +2,70 @@ {% import "_partials/modals.html" as modals %} {% block styles %} -{{ super() }} - + {{ super() }} + {% endblock %} {% block app_content %} -

{{ title }}

+

{{ title }}

-
-
-

{{ rubric | safe }}

-
-
+
+
+

{{ rubric | safe }}

+
+
-
+
-
-
- -
-
- - -
-
-
+
+
+ +
+
+ + +
+
+
-{{ modals.info("submitNoCP", "No Change Points Selected", "Please use the -\"No Change Points\" button when you think there are no change points in the -time series.") }} + {{ modals.info("submitNoCP", "No Change Points Selected", "Please use the + \"No Change Points\" button when you think there are no change points in the + time series.") }} -{{ modals.info("NoCPYesCP", "Change Points Selected", "There are selected -change points, please click the Reset button before clicking the \"No change -points\" button.") }} + {{ modals.info("NoCPYesCP", "Change Points Selected", "There are selected + change points, please click the Reset button before clicking the \"No change + points\" button.") }} -

Selected Changepoints

-
- -
-
- -{# Based on: https://github.com/benalexkeen/d3-flask-blog-post/blob/master/templates/index.html #} -{# And: https://bl.ocks.org/mbostock/35964711079355050ff1 #} - - - - - - +

Selected Changepoints

+
+ +
+
{% endblock %} + +{% block scripts %} + {{ super() }} + + + + + + +{% endblock scripts %} -- cgit v1.2.3