Private
Public Access
1
0

removed tooltip text in workout stats

This commit is contained in:
Sander Roosendaal
2018-09-16 21:56:55 +02:00
parent 9bac16d6e2
commit 9f6a9f1350

View File

@@ -44,14 +44,7 @@
</div>
</div>
<div class="grid_12 alpha tooltip">
<span class="tooltiptext">
<p>rPower: Equivalent steady state power for the duration of the workout.</p>
<p>Heart Rate Drift: Comparing heart rate normalized for average power for the first and second half of the workout</p>
<p>TRIMP: TRaining IMPact. A way to combine duration and heart rate into a single number.</p>
<p>rScore: Score based on rPower and workout duration to estimate training effect</p>
<p>rScore (HR): Score based on heart rate, designed to give values comparable to rScore. Used instead of rScore for workouts without power data.</p>
</span>
<div class="grid_12">
{% if otherstats %}
<div class="grid_6 alpha">
<h2>Workout Metrics</h2>
@@ -74,6 +67,14 @@
</tbody>
</table>
</div>
<div class="grid_6 omega">
<p>rPower: Equivalent steady state power for the duration of the workout.</p>
<p>Heart Rate Drift: Comparing heart rate normalized for average power for the first and second half of the workout</p>
<p>TRIMP: TRaining IMPact. A way to combine duration and heart rate into a single number.</p>
<p>rScore: Score based on rPower and workout duration to estimate training effect</p>
<p>rScore (HR): Score based on heart rate, designed to give values comparable to rScore. Used instead of rScore for workouts without power data.</p>
</div>
{% endif %}
</div>
@@ -153,6 +154,6 @@
{% endif %}
</div>
</div>
{% endblock %}