Private
Public Access
1
0
Files
rowsandall/templates/analysismenu.html
Sander Roosendaal 196548fdcc staticfiles to static
2021-04-14 10:00:14 +02:00

37 lines
2.1 KiB
HTML

{% load static %}
{% 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>