diff --git a/rowers/templates/advancededit.html b/rowers/templates/advancededit.html deleted file mode 100644 index 66a6c8c8..00000000 --- a/rowers/templates/advancededit.html +++ /dev/null @@ -1,227 +0,0 @@ -{% extends "base.html" %} -{% load staticfiles %} -{% load rowerfilters %} - -{% block title %}{{ workout.name }} Advanced {% endblock %} - -{% block content %} -
-
- {% if form.errors %} -

- Please correct the error{{ form.errors|pluralize }} below. -

- {% endif %} - -

{{ workout.name }} - Advanced

- {% if user.rower.rowerplan == 'basic' %} -

Functionality marked with an asterisk (*) is limited to the paid plans. See - the page about Pro membership - for more information and to sign up for Pro Membership

- {% endif %} -
-
-
-

- Edit Workout -

-
-
-

- Workflow View -

-
-
-

- Export -

-
-
- -
- - - - - - - - - - - - -
Date:{{ workout.date }}
Time:{{ workout.starttime }}
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 }} - -
-
- -
-
- {% if user|is_promember %} - Compare Workouts - {% else %} - Compare Workouts* - {% endif %} -

- Compare this workout to other workouts. Plot HR, SPM, or pace vs time or distance for the two workouts. -

-
-
- - Flexible Interactive Plot - -

- Flexible Interactive plot. Pick your own X and Y axis parameters. -

-
- -
-

- {% if user|is_promember %} - Edit Intervals - {% else %} - Edit Intervals* - {% endif %} -

- Enter or change the interval and summary data for your workout - -

- Enter or change the interval and summary data for your workout -

-
-
-
-
-

- {% if user|is_promember %} - Dist Metrics Plot - {% else %} - Dist Metrics Plot* - {% endif %} -

-

- Various advanced stroke metrics plotted versus distance. -

-
-
-

- {% if user|is_promember %} - Time Metrics Plot - {% else %} - Time Metrics Plot* - {% endif %} -

-

- Various advanced stroke metrics plotted versus time. -

-
-
-

- {% if user|is_promember %} - Power Histogram - {% else %} - Power Histogram* - {% endif %} -

-

- Plot the Power Histogram of this workout -

-
-
-
-
-

- {% if user|is_promember %} - Glue - {% else %} - Glue* - {% endif %} -

-

- Glue multiple workouts together (into one workout). For example, to combine separately recorded intervals. -

-
- -
-

- {% if user|is_promember %} - Sensor Fusion - {% else %} - Sensor Fusion* - {% endif %} -

-

- Merge data from another source into this workout -

-
-
-

- {% if user|is_promember %} - Split Workout - {% else %} - Split Workout* - {% endif %} -

-

- Split workout into two seperate workouts -

-
-
-
-
-

- Big Interactive Plot -

-

- See (and save) the big interactive plot -

-
-
-

- In-Stroke Metrics

-

- If your workout has in-stroke metrics (like a stroke power curve or boat acceleration curve), you will find it here. -

-
-
-
-
-
- - - - - {{ interactiveplot |safe }} - - - - - -
- {{ the_div |safe }} -
-
-
- -{% endblock %} diff --git a/rowers/templates/advancedotw.html b/rowers/templates/advancedotw.html deleted file mode 100644 index 59bd5ccf..00000000 --- a/rowers/templates/advancedotw.html +++ /dev/null @@ -1,284 +0,0 @@ -{% extends "base.html" %} -{% load staticfiles %} -{% load rowerfilters %} - -{% block title %}{{ workout.name }} Advanced {% endblock %} - -{% block content %} -
- - {% if form.errors %} -

- Please correct the error{{ form.errors|pluralize }} below. -

- {% endif %} - -

{{ workout.name }} - Advanced OTW

- {% if user.rower.rowerplan == 'basic' %} -

Functionality marked with an asterisk (*) is limited to the paid plans. See - the page about Pro membership - for more information and to sign up for Pro Membership

-{% endif %} -
-

- Edit Workout -

-
-
-

- Workflow View -

-
-
-

- Export -

- -
-
- - - - - - - - - - - - -
Date:{{ workout.date }}
Time:{{ workout.starttime }}
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 }} - -
-
- -
-
-

- {% if user|is_promember %} - Compare Workouts - {% else %} - Compare Workouts* - {% endif %} -

-

- Compare this workout to other workouts. Plot HR, SPM, or pace vs time or distance for the two workouts. -

-
- -
-

- Flexible Interactive Plot -

-

- Flexible Interactive plot. Pick your own X and Y axis parameters. -

-
- -
-

- {% if user|is_promember %} - Edit Intervals - {% else %} - Edit Intervals* - {% endif %} -

- Enter or change the interval and summary data for your workout - -

- Enter or change the interval and summary data for your workout -

-
-
- -
-
-

- {% if user|is_promember %} - CrewNerd Summary - {% else %} - CrewNerd Summary* - {% endif %} - -

-

- Upload a CrewNerd Summary (CSV file) to this workout. -

-
- -
-

- {% if user|is_promember %} - Stroke Profile (Empower) - {% else %} - Stroke Profile (Empower)* - {% endif %} -

- Analyze your stroke force profile (need Empower Oarlock data)

- Interactive plot of Stroke Profile (with Empower Oarlock) -

-
- -
-

- {% if user|is_promember %} - OTW Power Plot - {% else %} - OTW Power Plot* - {% endif %} -

- Note: You must run the OTW calculations under Geeky Stuff first. Otherwise the plot will be empty - -

- Pace, wind corrected pace, power, equivalent erg power in a static plot -

-
- - -
- -
- -
-

- {% if user|is_promember %} - Geeky Stuff - {% else %} - Geeky Stuff* - {% endif %} - -

-

- Add weather and current data and OTW power calculations. -

-
- - -
-

- {% if user|is_promember %} - Smooth out Pace Data - {% else %} - Smooth out Pace Data* - {% endif %} - -

- This will reduce noise on your pace data. The smoothing is irreversible but you can use the reset smoothing button. - -

- Pace data too noisy? Press this button! -

-
- - -
-

- {% if user|is_promember %} - Raw Data - {% else %} - Reset Smoothing* - {% endif %} -

-

- Reset pace data to values before smoothing -

-
-
- -
-
-

- {% if user|is_promember %} - Glue - {% else %} - Glue* - {% endif %} -

-

- Glue multiple workouts together (into one workout). For example, to combine separately recorded intervals. -

-
-
-

- {% if user|is_promember %} - Sensor Fusion - {% else %} - Sensor Fusion* - {% endif %} -

-

- Merge data from another source into this workout -

-
-
-

- {% if user|is_promember %} - Split Workout - {% else %} - Split Workout* - {% endif %} -

-

- Split workout into two seperate workouts -

-
- -
-
-
-

- Big Interactive Plot -

-

- See (and save) the big interactive plot -

-
-
-

- In-Stroke Metrics

-

- If your workout has in-stroke metrics (like a stroke power curve or boat acceleration curve), you will find it here. -

-
- -
-
-
-
- - - - - {{ interactiveplot |safe }} - - - - - -
- {{ the_div |safe }} -
-
-
-{% endblock %} diff --git a/rowers/templates/agegroupchart.html b/rowers/templates/agegroupchart.html index 606c2f84..2a8e0cc3 100644 --- a/rowers/templates/agegroupchart.html +++ b/rowers/templates/agegroupchart.html @@ -6,7 +6,7 @@ {% block main %} - + diff --git a/rowers/templates/agegroupcp.html b/rowers/templates/agegroupcp.html index 5c466d40..183db44c 100644 --- a/rowers/templates/agegroupcp.html +++ b/rowers/templates/agegroupcp.html @@ -6,7 +6,7 @@ {% block main %} - + diff --git a/rowers/templates/basebase.html b/rowers/templates/basebase.html deleted file mode 100644 index 98f30743..00000000 --- a/rowers/templates/basebase.html +++ /dev/null @@ -1,232 +0,0 @@ -{% load cookielaw_tags %} -{% load leaflet_tags %} -{% load tz_detect %} -{% tz_detect %} -{% load analytical %} -{% block filters %} -{% endblock %} - - - - {% block headtext %}{% endblock %} - - {% analytical_head_top %} - {% if GOOGLE_ANALYTICS_PROPERTY_ID %} - {% include "ga.html" %} - {% endif %} - - - - - - - - - - - - - - {% block title %}Rowsandall{% endblock %} - - - - - - - {% block meta %} {% endblock %} - {% analytical_head_bottom %} - - - {% analytical_body_top %} - {% block body_top %}{% endblock %} -
-
-   -
-
- -
-
-
- -
- -
- -
-
-

Free Data and Analysis. For Rowers. By Rowers.

-
-
- -
-
- {% if user.is_authenticated %} -

- {{ user.first_name }} -

- Edit user account, e.g. heart rate zones, power zones, email, teams - - {% else %} -

login

- {% endif %} -
-
- {% if user.is_authenticated %} -

logout

- {% else %} -

 

- {% endif %} -
-
-
- {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} -
Pro Member
- {% else %} - - {% endif %} -
-
-
- - -
-
- {% if user.is_authenticated %} -

Upload

- Upload CSV, TCX, FIT data files to rowsandall.com - {% else %} -

Register (free)

- {% endif %} -
-
- {% if user.is_authenticated %} -

- Import -

- Import workouts from Strava, SportTracks, and C2 logbook - {% else %} -

 

- {% endif %} -
-
- {% if user.is_authenticated %} -

- Workouts -

- See your list of workouts - {% else %} -

 

- {% endif %} -
-
- {% if user.is_authenticated %} -

- Graphs -

- See your most recent charts - {% else %} -

 

- {% endif %} -
-
- {% if user.is_authenticated %} -

- Analysis -

- Analysis of workouts over a period of time - {% else %} -

 

- {% endif %} -
-
- {% block teams %} - {% endblock %} -
-
- - -
-
- {% block message %} - {% if message %} -

- {{ message }} -

- {% endif %} - {% if successmessage %} -

- {{ successmessage }} -

- {% endif %} - {% endblock %} -
-
- {% load tz %} - - {% block content %}{% endblock %} -
-
- -
- {% block footer %} - - -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
- - - {% endblock %} -
- {% cookielaw_banner %} -
- - {% analytical_body_bottom %} - {% block body_bottom %}{% endblock %} - - diff --git a/rowers/templates/bases.html b/rowers/templates/bases.html deleted file mode 100644 index 6b242cf2..00000000 --- a/rowers/templates/bases.html +++ /dev/null @@ -1,194 +0,0 @@ -{% load rowerfilters %} - - - - - - - - - - - - Rowsandall - - - - - {% block meta %} {% endblock %} - - -
- -
-

 

-
- {% if user.is_authenticated %} -

Password Change

- {% else %} -

Forgotten Password?

- {% endif %} -
-
- - -
-
-

Free Data and Analysis. For Rowers. By Rowers.

-
-
- {% if user|is_promember %} -
Pro Member
- {% else %} -

 

- {% endif %} -
-
- {% if user.is_authenticated %} -

logout

- - {% else %} -

 

- {% endif %} - -
-
- -
-
- {% if user.is_authenticated %} -

Upload

- Upload CSV, TCX, FIT data files to rowsandall.com - {% else %} -

Register (free)

- {% endif %} -
-
- {% if user.is_authenticated %} -

- Import -

- Import workouts from Strava, SportTracks, and C2 logbook - {% else %} -

 

- {% endif %} -
-
- {% if user.is_authenticated %} -

- Workouts -

- See your list of workouts - {% else %} -

 

- {% endif %} -
-
- {% if user.is_authenticated %} -

- Graphs -

- See your most recent charts - {% else %} -

 

- {% endif %} -
-
- {% if user.is_authenticated %} -

- Analysis -

- Analysis of workouts over a period of time - {% else %} -

 

- {% endif %} -
-
- {% if user.is_authenticated %} -

- {{ user.first_name }} -

- Edit user data, e.g. heart rate zones - - {% else %} -

login

- {% endif %} -
-
- - -
-
- {% block message %} - {% if message %} -

- {{ message }} -

- {% endif %} - {% if successmessage %} -

- {{ successmessage }} -

- {% endif %} - {% endblock %} -
-
- {% load tz %} - - {% block content %}{% endblock %} -
-
- -
- {% block footer %} - - -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
- -
- -
- {% endblock %} -
-
- - - diff --git a/rowers/templates/biginteractive1.html b/rowers/templates/biginteractive1.html deleted file mode 100644 index 99ab4f4c..00000000 --- a/rowers/templates/biginteractive1.html +++ /dev/null @@ -1,60 +0,0 @@ -{% extends "base.html" %} -{% load staticfiles %} -{% load rowerfilters %} - -{% block title %}Rowsandall {% endblock %} - -{% block content %} - - - - - {{ interactiveplot |safe }} - - - - - -
- - -

Interactive Plot

- - {% if user.is_authenticated and mayedit %} -
-

- Edit Workout -

-
-
-

- Advanced Edit -

- -
- {% endif %} - - {{ the_div|safe }} - -
- -{% endblock %} diff --git a/rowers/templates/boxplot.html b/rowers/templates/boxplot.html index 4b95cfaf..341bfb21 100644 --- a/rowers/templates/boxplot.html +++ b/rowers/templates/boxplot.html @@ -6,7 +6,7 @@ {% block main %} - + diff --git a/rowers/templates/comparisonchart.html b/rowers/templates/comparisonchart.html deleted file mode 100644 index 7975c406..00000000 --- a/rowers/templates/comparisonchart.html +++ /dev/null @@ -1,77 +0,0 @@ -{% extends "base.html" %} -{% load staticfiles %} -{% load rowerfilters %} - -{% block title %}Compare Workouts {% endblock %} - -{% block content %} - - - - - {{ interactiveplot |safe }} - - - - - -
-
- Swap Workouts -
-
- -

 

- -
-
-
- Time -
-
- Distance -
-
- -
-
- Pace -
- -
- SPM -
-
- -
- -
- - - {{ the_div|safe }} - -
- -{% endblock %} \ No newline at end of file diff --git a/rowers/templates/comparisonchart2.html b/rowers/templates/comparisonchart2.html deleted file mode 100644 index 93a996b8..00000000 --- a/rowers/templates/comparisonchart2.html +++ /dev/null @@ -1,131 +0,0 @@ -{% extends "base.html" %} -{% load staticfiles %} -{% load rowerfilters %} - -{% block title %} Comparison Plot {% endblock %} - -{% block content %} - - - - -{{ interactiveplot |safe }} - - - - - - - - - -
-
-
-

- Swap Workouts -

-
- - - - - - -
- -
-
- Line Plot -
- -
- -
- -
- - - {{ the_div|safe }} - -
- -{% endblock %} diff --git a/rowers/templates/cum_flex.html b/rowers/templates/cum_flex.html index fc4af5bb..50a26c5b 100644 --- a/rowers/templates/cum_flex.html +++ b/rowers/templates/cum_flex.html @@ -58,18 +58,13 @@ -
- - + +
- - + +
diff --git a/rowers/templates/cumstats.html b/rowers/templates/cumstats.html index 548fbbf9..c92eb7ea 100644 --- a/rowers/templates/cumstats.html +++ b/rowers/templates/cumstats.html @@ -60,16 +60,12 @@
- - + +
- - + +
diff --git a/rowers/templates/disqualification_view.html b/rowers/templates/disqualification_view.html index fe7b61a5..3ad7b75e 100644 --- a/rowers/templates/disqualification_view.html +++ b/rowers/templates/disqualification_view.html @@ -98,7 +98,7 @@ {% endif %}
  • - + diff --git a/rowers/templates/fitnessmetric.html b/rowers/templates/fitnessmetric.html index 76110d0f..aa7abc5b 100644 --- a/rowers/templates/fitnessmetric.html +++ b/rowers/templates/fitnessmetric.html @@ -48,7 +48,7 @@ }); - + diff --git a/rowers/templates/flexchart2.html b/rowers/templates/flexchart2.html deleted file mode 100644 index 253bc0c7..00000000 --- a/rowers/templates/flexchart2.html +++ /dev/null @@ -1,182 +0,0 @@ -{% extends "base.html" %} -{% load staticfiles %} -{% load rowerfilters %} -{% load tz %} - -{% block title %} Flexible Plot {% endblock %} - -{% localtime on %} -{% block content %} - - - - - - {{ interactiveplot |safe }} - - {{ widgetscript | safe }} - - - - - - - -

     

    - -
    - - - - -
    -
    -
    - {% csrf_token %} - {% if workstrokesonly %} - - {% else %} - - {% endif %} - -
    - If your data source allows, this will show or hide strokes taken during rest intervals. -
    -
    - Line Plot -
    - -
    - -
    - -
    - - - {{ the_div|safe }} - -
    - -
    - - - {{ widgetdiv1|safe }} - {{ widgetdiv2|safe }} - -
    - -{% endblock %} -{% endlocaltime %} diff --git a/rowers/templates/forcecurve_single.html b/rowers/templates/forcecurve_single.html index e99669c3..7d7a06a9 100644 --- a/rowers/templates/forcecurve_single.html +++ b/rowers/templates/forcecurve_single.html @@ -11,8 +11,8 @@ {{ js_res | safe }} {{ css_res| safe }} - - + + diff --git a/rowers/templates/histo.html b/rowers/templates/histo.html index b64d4cf5..5fe9f287 100644 --- a/rowers/templates/histo.html +++ b/rowers/templates/histo.html @@ -60,17 +60,12 @@
    - - + +
    - - - + +
    diff --git a/rowers/templates/histo_single.html b/rowers/templates/histo_single.html index e1ee3677..17f59dc1 100644 --- a/rowers/templates/histo_single.html +++ b/rowers/templates/histo_single.html @@ -6,7 +6,7 @@ {% block main %} - + diff --git a/rowers/templates/map_view.html b/rowers/templates/map_view.html index e2f3c7b7..06da45d9 100644 --- a/rowers/templates/map_view.html +++ b/rowers/templates/map_view.html @@ -6,7 +6,7 @@ {% block main %} - + diff --git a/rowers/templates/multicompare.html b/rowers/templates/multicompare.html index 78d59f2c..9cb78fd5 100644 --- a/rowers/templates/multicompare.html +++ b/rowers/templates/multicompare.html @@ -6,7 +6,7 @@ {% block main %} - + diff --git a/rowers/templates/multiflex.html b/rowers/templates/multiflex.html index 4af8901d..4a981481 100644 --- a/rowers/templates/multiflex.html +++ b/rowers/templates/multiflex.html @@ -6,7 +6,7 @@ {% block main %} - + diff --git a/rowers/templates/oterankings.html b/rowers/templates/oterankings.html index 43f48ef2..6dca78f9 100644 --- a/rowers/templates/oterankings.html +++ b/rowers/templates/oterankings.html @@ -10,7 +10,7 @@ {% block main %} - + diff --git a/rowers/templates/otwgeeky.html b/rowers/templates/otwgeeky.html index c0db3273..855b8aea 100644 --- a/rowers/templates/otwgeeky.html +++ b/rowers/templates/otwgeeky.html @@ -138,7 +138,7 @@
    - + diff --git a/rowers/templates/otwinteractive.html b/rowers/templates/otwinteractive.html index 099cdaf4..43ec3507 100644 --- a/rowers/templates/otwinteractive.html +++ b/rowers/templates/otwinteractive.html @@ -6,7 +6,7 @@ {% block main %} - + diff --git a/rowers/templates/otwrankings.html b/rowers/templates/otwrankings.html index db15a099..ca4d2b62 100644 --- a/rowers/templates/otwrankings.html +++ b/rowers/templates/otwrankings.html @@ -10,7 +10,7 @@ {% block main %} - + diff --git a/rowers/templates/rankings.html b/rowers/templates/rankings.html index 2625df22..aa85aa07 100644 --- a/rowers/templates/rankings.html +++ b/rowers/templates/rankings.html @@ -13,7 +13,7 @@ {% block main %} - + diff --git a/rowers/templates/splitworkout.html b/rowers/templates/splitworkout.html index 0e233c0a..e00aac01 100644 --- a/rowers/templates/splitworkout.html +++ b/rowers/templates/splitworkout.html @@ -23,7 +23,7 @@
  • - + diff --git a/rowers/templates/streamedit.html b/rowers/templates/streamedit.html index 8a0b00c3..d2df3584 100644 --- a/rowers/templates/streamedit.html +++ b/rowers/templates/streamedit.html @@ -31,7 +31,7 @@
  • - + diff --git a/rowers/templates/summary_edit.html b/rowers/templates/summary_edit.html index 39dccc10..71416879 100644 --- a/rowers/templates/summary_edit.html +++ b/rowers/templates/summary_edit.html @@ -62,7 +62,7 @@
  • - + diff --git a/rowers/templates/test.html b/rowers/templates/test.html deleted file mode 100644 index 32dd9782..00000000 --- a/rowers/templates/test.html +++ /dev/null @@ -1,54 +0,0 @@ -{% extends "base.html" %} -{% load staticfiles %} -{% load rowerfilters %} - -{% block title %} Flexible Plot {% endblock %} - -{% block content %} - - {{ js_res | safe }} - {{ css_res| safe }} - - - - - - {{ the_script |safe }} - - - - - - -

     

    - - - - -
    - - - {{ the_div|safe }} - -
    - -{% endblock %} \ No newline at end of file diff --git a/rowers/templates/windedit.html b/rowers/templates/windedit.html index d37930d1..22020333 100644 --- a/rowers/templates/windedit.html +++ b/rowers/templates/windedit.html @@ -53,7 +53,7 @@
  • - + diff --git a/rowers/templates/workflow.html b/rowers/templates/workflow.html index 502323a4..f2b5e5b8 100644 --- a/rowers/templates/workflow.html +++ b/rowers/templates/workflow.html @@ -13,7 +13,7 @@ {{ workout.date }} - {{ workout.distance }}m - {{ workout.duration |durationprint:"%H:%M:%S.%f" }}{% endblock %} {% block meta %} - + diff --git a/rowers/templates/workout_comments.html b/rowers/templates/workout_comments.html index 77ffd868..8a514aad 100644 --- a/rowers/templates/workout_comments.html +++ b/rowers/templates/workout_comments.html @@ -86,7 +86,7 @@
  • - + diff --git a/rowers/templates/workout_form.html b/rowers/templates/workout_form.html index 5cc68de1..05e61f1b 100644 --- a/rowers/templates/workout_form.html +++ b/rowers/templates/workout_form.html @@ -130,7 +130,7 @@ $('#id_workouttype').change(); {% endif %} {% if mapdiv %}
  • - + diff --git a/rowers/templates/workout_view.html b/rowers/templates/workout_view.html index f7b107b4..0edfc280 100644 --- a/rowers/templates/workout_view.html +++ b/rowers/templates/workout_view.html @@ -121,7 +121,7 @@
  • {% endif %}
  • - + diff --git a/templates/newbase.html b/templates/newbase.html index 6dea7a87..46b2ac2e 100644 --- a/templates/newbase.html +++ b/templates/newbase.html @@ -58,7 +58,7 @@ - + diff --git a/templates/newbasefront.html b/templates/newbasefront.html index 791d6dd7..ea72d0e4 100644 --- a/templates/newbasefront.html +++ b/templates/newbasefront.html @@ -56,7 +56,7 @@ - +