Private
Public Access
1
0

new analysis menu

This commit is contained in:
Sander Roosendaal
2018-09-17 15:57:32 +02:00
parent b0f42ef0cd
commit a21a81204d
3 changed files with 59 additions and 26 deletions

View File

@@ -16,7 +16,7 @@
<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>

View 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>

View File

@@ -216,12 +216,9 @@
<p>&nbsp;</p> <p>&nbsp;</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>&nbsp;</p> <p>&nbsp;</p>
{% endif %} {% endif %}