new analysis menu
This commit is contained in:
@@ -13,27 +13,27 @@
|
|||||||
<div class="grid_12 alpha">
|
<div class="grid_12 alpha">
|
||||||
<div class="grid_6 alpha">
|
<div class="grid_6 alpha">
|
||||||
<h2>Basic</h2>
|
<h2>Basic</h2>
|
||||||
<div class="grid_2 alpha">
|
<div class="grid_2 alpha">
|
||||||
<p>
|
<p>
|
||||||
<a class="button blue small" href="/rowers/ote-bests">Ranking Pieces</a></p>
|
<a class="button blue small" href="/rowers/ote-bests">Ranking Pieces</a></p>
|
||||||
<p>Analyze your Concept2 ranking pieces over a date range and predict your pace on other pieces.</p>
|
<p>Analyze your Concept2 ranking pieces over a date range and predict your pace on other pieces.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid_2">
|
<div class="grid_2">
|
||||||
<p>
|
<p>
|
||||||
<a class="button blue small" href="/rowers/flexall">Stroke Analysis</a>
|
<a class="button blue small" href="/rowers/flexall">Stroke Analysis</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Plot all strokes in a date range and analyze several parameters (Power, Pace, SPM, Heart Rate).
|
Plot all strokes in a date range and analyze several parameters (Power, Pace, SPM, Heart Rate).
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid_2 omega">
|
<div class="grid_2 omega">
|
||||||
<p class="button white small">
|
<p class="button white small">
|
||||||
Analysis Feature 3
|
Analysis Feature 3
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Reserved for future functionality.
|
Reserved for future functionality.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
36
templates/analysismenu.html
Normal file
36
templates/analysismenu.html
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
{% load staticfiles %}
|
||||||
|
{% load rowerfilters %}
|
||||||
|
<span class="tooltiptext">Analysis of workouts over a period of time</span>
|
||||||
|
<button class="button gray grid_2 small dropbtn">Analysis</button>
|
||||||
|
<div class="dropdown-content">
|
||||||
|
<a class="button gray small alpha" href="/rowers/analysis">Analysis</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/ote-bests">Ranking Pieces</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/ote-bests2">Ranking Pieces 2.0</a>
|
||||||
|
<a class="button gray small alpha" href="/rowres/flexall">Stroke Analysis</a>
|
||||||
|
{% if user|is_promember %}
|
||||||
|
<a class="button gray small alpha" href="/rowers/histo">Power Histogram</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/cumstats">Statistics</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/user-boxplot-select">Box Chart</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/otw-bests">OTW Critical Power</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/ote-ranking">OTE Critical Power</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/team-compare-select/team/0/">Multi Compare</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/user-multiflex-select">Trend Flex</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/fitness-progress">Power Progress</a>
|
||||||
|
{% else %}
|
||||||
|
<a class="button gray small alpha" href="/rowers/promembership">Power Histogram</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/promembership">Statistics</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/promembership">Box Chart</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/promembership">OTW Critical Power</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/promembership">OTE Critical Power</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/promembership">Multi Compare</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/promembership">Trend Flex</a>
|
||||||
|
<a class="button gray small alpha" href="/rowers/promembership">Power Progress</a>
|
||||||
|
{% endif %}
|
||||||
|
{% if user|is_planmember %}
|
||||||
|
<a class="button gray small alpha" href="/rowers/laboratory">The Labs</a>
|
||||||
|
{% else %}
|
||||||
|
<a class="button gray small alpha" href="/rowers/promembership">The Labs</a>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -216,12 +216,9 @@
|
|||||||
<p> </p>
|
<p> </p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="grid_2 tooltip">
|
<div class="grid_2 tooltip dropdown">
|
||||||
{% if user.is_authenticated %}
|
{% if user.is_authenticated %}
|
||||||
<p>
|
{% include "analysismenu.html" %}
|
||||||
<a class="button gray small" href="/rowers/analysis">Analysis</a>
|
|
||||||
</p>
|
|
||||||
<span class="tooltiptext">Analysis of workouts over a period of time</span>
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<p> </p>
|
<p> </p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user