Private
Public Access
1
0

added side header

This commit is contained in:
Sander Roosendaal
2018-09-26 18:48:14 +02:00
parent 2e9ffe6660
commit 3992120f87
18 changed files with 69 additions and 17 deletions

View File

@@ -10,6 +10,10 @@
</p>
{% endblock %}
{% block sideheader %}
<h1>Help</h1>
{% endblock %}
{% block sidebar %}
{% include 'menu_help.html' %}
{% endblock %}

View File

@@ -1,4 +1,3 @@
<h1>Analysis</h1>
<ul class="cd-accordion-menu animated">
<li class="has-children" id="fitness">
<input type="checkbox" name="group-fitness" id="group-fitness">

View File

@@ -1,4 +1,3 @@
<h1>Help</h1>
<ul class="cd-accordion-menu animated">
<li id="gettingstarted">
<a href="">

View File

@@ -1,4 +1,3 @@
<h1>Plan</h1>
<ul class="cd-accordion-menu animated">
<li class="has-children" id="sessions">
<input type="checkbox" name="group-sessions" id="group-sessions">

View File

@@ -1,4 +1,3 @@
<h1>Profile</h1>
<ul class="cd-accordion-menu animated">
<li id="manage-account">
<a href="">

View File

@@ -1,4 +1,3 @@
<h1>Racing</h1>
<ul class="cd-accordion-menu animated">
<li id="races-list">
<a href="#0">

View File

@@ -1,4 +1,3 @@
<h1>Teams</h1>
<ul class="cd-accordion-menu animated">
<li id="manage">
<a href="">

View File

@@ -1,4 +1,3 @@
<h1>Workout</h1>
<ul class="cd-accordion-menu animated">
<li class="has-children" id="workout">
<input type="checkbox" name="group-workout" id="group-workout">

View File

@@ -1,4 +1,3 @@
<h1>Workouts</h1>
<ul class="cd-accordion-menu animated">
<li id="workouts-list">
<a href="#0"><i class="fas fa-clipboard-list fa-fw"></i>&nbsp;Workouts List</a>

View File

@@ -10,6 +10,10 @@
</p>
{% endblock %}
{% block sideheader %}
<h1>Analysis</h1>
{% endblock %}
{% block sidebar %}
{% include 'menu_analytics.html' %}
{% endblock %}

View File

@@ -10,6 +10,10 @@
</p>
{% endblock %}
{% block sideheader %}
<h1>Plan</h1>
{% endblock %}
{% block sidebar %}
{% include 'menu_plan.html' %}
{% endblock %}

View File

@@ -10,6 +10,10 @@
</p>
{% endblock %}
{% block sideheader %}
<h1>Profile</h1>
{% endblock %}
{% block sidebar %}
{% include 'menu_profile.html' %}
{% endblock %}

View File

@@ -10,6 +10,10 @@
</p>
{% endblock %}
{% block sideheader %}
<h1>Racing</h1>
{% endblock %}
{% block sidebar %}
{% include 'menu_racing.html' %}
{% endblock %}

View File

@@ -10,6 +10,10 @@
</p>
{% endblock %}
{% block sideheader %}
<h1>Teams</h1>
{% endblock %}
{% block sidebar %}
{% include 'menu_teams.html' %}
{% endblock %}

View File

@@ -10,6 +10,10 @@
</p>
{% endblock %}
{% block sideheader %}
<h1>Workout</h1>
{% endblock %}
{% block sidebar %}
{% include 'menu_workout.html' %}
{% endblock %}

View File

@@ -10,6 +10,10 @@
</p>
{% endblock %}
{% block sideheader %}
<h1>Workouts</h1>
{% endblock %}
{% block sidebar %}
{% include 'menu_workouts.html' %}
{% endblock %}