created all the menus
This commit is contained in:
28
rowers/templates/menu_analytics.html
Normal file
28
rowers/templates/menu_analytics.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<ul class="cd-accordion-menu animated">
|
||||
<li class="has-children" id="fitness">
|
||||
<input type="checkbox" name="group-fitness" id="group-fitness">
|
||||
<label for="group-fitness">Fitness</label>
|
||||
<ul>
|
||||
<li id="fitness-ranking"><a href="">Ranking Pieces</a></li>
|
||||
<li id="fitness-otecp"><a href="">CP Chart OTE</a></li>
|
||||
<li id="fitness-otwcp"><a href="">CP Chart OTW</a></li>
|
||||
<li id="fitness-powerprogress"><a href="">Power Progress</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="has-children" id="stats">
|
||||
<input type="checkbox" name="group-stats" id="group-stats">
|
||||
<label for="group-stats">Statistics</label>
|
||||
<ul>
|
||||
<li id="stats-boxchart"><a href="">Box Chart</a></li>
|
||||
<li id="stats-trendflex"><a href="">Trend Flex</a></li>
|
||||
<li id="stats-cumstats"><a href="">Statistics</a></li>
|
||||
<li id="stats-histopower"><a href="">Power Histogram</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="">Cumulative Flex Chart</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="">Laboratory</a>
|
||||
</li>
|
||||
</ul><!-- cd-accordion-menu -->
|
||||
Reference in New Issue
Block a user