From da15e439e64c8314825ad5f28073fbcbd436946f Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 30 May 2019 13:29:31 +0100 Subject: Initial version of demo This commit introduces the demo functionality. The task assignment has been removed at the moment, as this will be changed in a future commit. --- app/templates/annotate/index.html | 64 +++++++++++---------------------------- 1 file changed, 18 insertions(+), 46 deletions(-) (limited to 'app/templates/annotate/index.html') diff --git a/app/templates/annotate/index.html b/app/templates/annotate/index.html index 106ef2a..f4172b6 100644 --- a/app/templates/annotate/index.html +++ b/app/templates/annotate/index.html @@ -1,12 +1,13 @@ {% extends "base.html" %} +{% import "_partials/modals.html" as modals %} {% block styles %} -{{super()}} +{{ super() }} {% endblock %} {% block app_content %} -

{{ task.dataset.name }}

+

{{ title }}

@@ -18,54 +19,25 @@
- +
- - + +

- - +{{ modals.modal("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.modal("NoCPYesCP", "Change Points Selected", "There are selected +change points, please click the Reset button before clicking the \"No change +points\" button.") }}

Selected Changepoints

@@ -79,7 +51,7 @@ - + {% endblock %} -- cgit v1.2.3