From e1e16f9d41bde7fc7624dd0733cd9ef00c02c3f6 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 28 May 2021 10:23:52 +0200 Subject: [PATCH] feeling lucky --- rowers/templates/summary_edit.html | 104 +++++++++++++++-------------- 1 file changed, 55 insertions(+), 49 deletions(-) diff --git a/rowers/templates/summary_edit.html b/rowers/templates/summary_edit.html index 21fb9bc5..13e6f8c7 100644 --- a/rowers/templates/summary_edit.html +++ b/rowers/templates/summary_edit.html @@ -41,24 +41,60 @@ title="Jump to following workout">Next {% endif %}

+

+ + + + + + + + + + +
Name{{ workout.name }}
Distance:{{ workout.distance }}m
Duration:{{ workout.duration |durationprint:"%H:%M:%S.%f" }}
Public link to this workout + https://rowsandall.com/rowers/workout/{{ workout.id|encode }} + +
+

Edit Workout Interval Data

    -
  • - - - - - - - - - - -
    Name{{ workout.name }}
    Distance:{{ workout.distance }}m
    Duration:{{ workout.duration |durationprint:"%H:%M:%S.%f" }}
    Public link to this workout - https://rowsandall.com/rowers/workout/{{ workout.id|encode }} - -
    +
  • +

    Updated Summary

    +
    + {% csrf_token %} + + + {% for key,value in formvalues.items %} + + {% endfor %} +

    + +

    + + Reset to last saved +   + Restore Original data + +
    +

    +

    +					{{ intervalstats }}
    +				
    +

    +
  • +
  • + + + + {{ interactiveplot |safe }} + + {{ the_div |safe }} +
  • +
  • Feeling lucky?

    This new, experimental feature tries to find intervals by looking for patterns in the data. It does not autodetect rest and work intervals yet. The resulting "interval string" is copied to the Interval Shorthand @@ -72,6 +108,8 @@

    +
  • +
  • Interval Shorthand

    See the how-to at the bottom of this page for details on how to use this form. @@ -83,6 +121,8 @@ {% csrf_token %} +

  • +
  • Intervals by Power/Pace

    With this form, you can specify a power or pace level. Everything faster/harder than the @@ -105,40 +145,6 @@

  • -
  • - - - - {{ interactiveplot |safe }} - - {{ the_div |safe }} -
  • -
  • -

    Updated Summary

    -
    - {% csrf_token %} - - - {% for key,value in formvalues.items %} - - {% endfor %} -

    - -

    - - Reset to last saved -   - Restore Original data - -
    -

    -

    -        {{ intervalstats }}
    -      
    -

    -
  • Interval Shorthand How-To

    This is a quick way to enter the intervals using a special mini-language.