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
commitfa71cc132aba68276837261c852ec4464aec7004 (patch)
treece1e77e1a258161eba8bd540d31ba9a07f912845 /src/templates
parentf1864a6980dfa46f29d88143bc0d5d7244d88feb (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>