summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-12-14 17:13:50 -0800
committerJesse Morgan <jesse@jesterpm.net>2013-12-14 17:13:50 -0800
commite38de23db148ffb47bd5f076764ebbd5f2a35812 (patch)
tree39f85d9e84c12535715ba8f3b8e748bfa94503f1 /src/templates
parentd6cbb1d951012d6a0977ef2eba8774d14212172f (diff)
Adding Group Leader training videos
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/templates/training.ftl8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/templates/templates/training.ftl b/src/templates/templates/training.ftl
index cf230b6..f40f4ce 100644
--- a/src/templates/templates/training.ftl
+++ b/src/templates/templates/training.ftl
@@ -10,19 +10,11 @@
</@noticebox>
<div id="progressbar">
- <#switch chapter>
- <#case "introduction"><#assign overallProgress = 0><#break>
- <#case "seeker"><#assign overallProgress = 20><#break>
- <#case "believer"><#assign overallProgress = 40><#break>
- <#case "disciple"><#assign overallProgress = 60><#break>
- <#case "teacher"><#assign overallProgress = 80><#break>
- </#switch>
<div class="progress" style="width: ${overallProgress}%"></div>
</div>
<div id="content">
<nav>
- <#assign chapters = ["introduction", "seeker", "believer", "disciple", "teacher"]>
<#list chapters as x>
<#if isChapterAllowed[x]>
<a href="${dynamicRoot}/account/training/${x}" <#if x == chapter>class="current"</#if>>${x?capitalize}</a>