diff options
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/pages/deeper/believer.html.ftl | 51 | ||||
-rw-r--r-- | src/templates/pages/deeper/disciple.html.ftl | 49 | ||||
-rw-r--r-- | src/templates/pages/deeper/leader.html.ftl | 23 | ||||
-rw-r--r-- | src/templates/pages/deeper/seeker.html.ftl | 30 | ||||
-rw-r--r-- | src/templates/pages/deeper/teacher.html.ftl | 43 | ||||
-rw-r--r-- | src/templates/templates/deeper-believer.ftl | 21 | ||||
-rw-r--r-- | src/templates/templates/deeper-disciple.ftl | 20 | ||||
-rw-r--r-- | src/templates/templates/deeper-leader.ftl | 3 | ||||
-rw-r--r-- | src/templates/templates/deeper-seeker.ftl | 9 | ||||
-rw-r--r-- | src/templates/templates/deeper-teacher.ftl | 14 | ||||
-rw-r--r-- | src/templates/templates/deeperheader.ftl | 7 | ||||
-rw-r--r-- | src/templates/templates/training.ftl | 25 |
12 files changed, 210 insertions, 85 deletions
diff --git a/src/templates/pages/deeper/believer.html.ftl b/src/templates/pages/deeper/believer.html.ftl new file mode 100644 index 0000000..2bf9150 --- /dev/null +++ b/src/templates/pages/deeper/believer.html.ftl @@ -0,0 +1,51 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <#if errorMessage??> + <@noticebox class="visible"> + ${errorMessage?html} + </@noticebox> + <#else> + <@noticebox> + </@noticebox> + </#if> + + <div id="content"> + <article class="text"> + <#include "/templates/deeperheader.ftl"> + + <h3>Assessments</h3> + <ul> + <li> + <a href="http://www.churchgrowth.org/cgi-cg/gifts.cgi?intro=1" target="_blank">Spiritual Gifts Assessment</a> + <p> + This is a spiritual gifts assessment. We all have + gifts from God to be understood and utilized and used + for Him. This link is a tool to help you identify your + spiritual gifts so that you can better understand your + fit in the body of Christ. + </p> + </li> + </ul> + <h3>Reading List</h3> + <ul> + <li><a href="http://www.amazon.com/dp/0060652926">Mere Christianity - C.S. Lewis</a></li> + <li><a href="http://www.amazon.com/dp/0310339308">Case for Christ - Lee Strobel</a></li> + <li><a href="http://www.amazon.com/dp/0310339294">Case for Faith - Lee Strobel</a></li> + <li><a href="http://www.amazon.com/dp/0849944244">Search for Significance Robert McGee</a></li> + <li><a href="http://www.amazon.com/dp/031033750X">The Purpose Driven Life - Rick Warren</a></li> + <li><a href="http://www.amazon.com/dp/0446691097">Battlefield of the Mind - Joyce Myer</a></li> + <li><a href="http://www.amazon.com/dp/1576830276">Spiritual Disciplines for the Spiritual Life - Donald Whitney</a></li> + <li><a href="http://www.amazon.com/dp/0892765054">Bodily Healing and the Atonement - Dr. T.J. McCrossan</a></li> + <li><a href="http://www.amazon.com/dp/1577700163">The Bible in Light of our Redemption - E.W. Kenyon</a></li> + <li><a href="http://www.amazon.com/dp/0310246954">The Life You Always Wanted - John Ortberg</a></li> + <li><a href="http://www.amazon.com/dp/0785261265">Good Morning Holy Spirit - Benny Hinn</a></li> + </ul> + <h3>Other</h3> + <ul> + <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> + </ul> + </article> + </div> +</@commonpage> diff --git a/src/templates/pages/deeper/disciple.html.ftl b/src/templates/pages/deeper/disciple.html.ftl new file mode 100644 index 0000000..dd7fc13 --- /dev/null +++ b/src/templates/pages/deeper/disciple.html.ftl @@ -0,0 +1,49 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <#if errorMessage??> + <@noticebox class="visible"> + ${errorMessage?html} + </@noticebox> + <#else> + <@noticebox> + </@noticebox> + </#if> + + <div id="content"> + <article class="text"> + <#include "/templates/deeperheader.ftl"> + + <h3>Assessments</h3> + <ul> + <li> + <a href="http://tda.lifeway.com" target="_blank">Transformational Disciple Assessment</a> + <p> + The Transformational Discipleship Assessment (TDA) + is an advanced tool to dive more deeply into + opportunities for your customized discipleship + journey. This is an excellent tool to help you + take your spiritual formation to the next level. + </p> + </li> + </ul> + <h3>Reading List</h3> + <ul> + <li><a href="http://www.amazon.com/dp/1576830276">Spiritual Disciplines for the Spiritual Life - Donald Whitney</a></li> + <li><a href="http://www.amazon.com/dp/0849944244">Search for Significance Robert McGee</a></li> + <li><a href="http://www.amazon.com/dp/031033750X">The Purpose Driven Life - Rick Warren</a></li> + <li><a href="http://www.amazon.com/dp/0446691097">Battlefield of the Mind - Joyce Myer</a></li> + <li><a href="http://www.amazon.com/dp/0892765054">Bodily Healing and the Atonement - Dr. T.J. McCrossan</a></li> + <li><a href="http://www.amazon.com/dp/1599792583">Fasting - Jentzen Franklin</a></li> + <li><a href="http://www.amazon.com/dp/0830768785">The Pursuit of God - A.W. Tozer</a></li> + <li><a href="http://www.amazon.com/dp/0875084885">What Shall This Man Do - Watchman Nee</a></li> + <li><a href="http://www.amazon.com/dp/B00ARFNII4">The Walk of the Spirit The Walk of Power - Dave Robertson</a></li> + </ul> + <h3>Other</h3> + <ul> + <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> + </ul> + </article> + </div> +</@commonpage> diff --git a/src/templates/pages/deeper/leader.html.ftl b/src/templates/pages/deeper/leader.html.ftl new file mode 100644 index 0000000..371c367 --- /dev/null +++ b/src/templates/pages/deeper/leader.html.ftl @@ -0,0 +1,23 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <#if errorMessage??> + <@noticebox class="visible"> + ${errorMessage?html} + </@noticebox> + <#else> + <@noticebox> + </@noticebox> + </#if> + + <div id="content"> + <article class="text"> + <#include "/templates/deeperheader.ftl"> + + <ul> + <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> + </ul> + </article> + </div> +</@commonpage> diff --git a/src/templates/pages/deeper/seeker.html.ftl b/src/templates/pages/deeper/seeker.html.ftl new file mode 100644 index 0000000..ed0b21a --- /dev/null +++ b/src/templates/pages/deeper/seeker.html.ftl @@ -0,0 +1,30 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <#if errorMessage??> + <@noticebox class="visible"> + ${errorMessage?html} + </@noticebox> + <#else> + <@noticebox> + </@noticebox> + </#if> + + <div id="content"> + <article class="text"> + <#include "/templates/deeperheader.ftl"> + + <h3>Reading List</h3> + <ul> + <li><a href="http://www.amazon.com/dp/0310339308">Case for Christ - Lee Strobel</a></li> + <li><a href="http://www.amazon.com/dp/0310339294">Case for Faith - Lee Strobel</a></li> + </ul> + <h3>Other</h3> + <ul> + <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> + </ul> + </article> + </div> +</@commonpage> + diff --git a/src/templates/pages/deeper/teacher.html.ftl b/src/templates/pages/deeper/teacher.html.ftl new file mode 100644 index 0000000..684923e --- /dev/null +++ b/src/templates/pages/deeper/teacher.html.ftl @@ -0,0 +1,43 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <#if errorMessage??> + <@noticebox class="visible"> + ${errorMessage?html} + </@noticebox> + <#else> + <@noticebox> + </@noticebox> + </#if> + + <div id="content"> + <article class="text"> + <#include "/templates/deeperheader.ftl"> + + <h3>Assessments</h3> + <ul> + <li> + <a href="http://tda.lifeway.com" target="_blank">Transformational Disciple Assessment</a> + <p> + The Transformational Discipleship Assessment (TDA) + is an advanced tool to dive more deeply into + opportunities for your customized discipleship + journey. This is an excellent tool to help you + take your spiritual formation to the next level. + </p> + </li> + </ul> + <h3>Reading List</h3> + <ul> + <li><a href="http://www.amazon.com/dp/0800699327">How to Think Theologically - Howard W. Stone & James O. Duke</a></li> + <li><a href="http://www.amazon.com/dp/0061920622">Simply Christian - N.T. Wright</a></li> + </ul> + <h3>Other</h3> + <ul> + <li><a href="/account/training/leader">Group Leader Orientation</a></li> + <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> + </ul> + </article> + </div> +</@commonpage> diff --git a/src/templates/templates/deeper-believer.ftl b/src/templates/templates/deeper-believer.ftl deleted file mode 100644 index d5cab00..0000000 --- a/src/templates/templates/deeper-believer.ftl +++ /dev/null @@ -1,21 +0,0 @@ -<h3>Assessments</h3> -<ul> - <li><a href="http://www.churchgrowth.org/cgi-cg/gifts.cgi?intro=1" target="_blank">Spiritual Gifts Assessment</a></li> -</ul> -<h3>Reading List</h3> - <li><a href="http://www.amazon.com/dp/0060652926">Mere Christianity - C.S. Lewis</a></li> - <li><a href="http://www.amazon.com/dp/0310339308">Case for Christ - Lee Strobel</a></li> - <li><a href="http://www.amazon.com/dp/0310339294">Case for Faith - Lee Strobel</a></li> - <li><a href="http://www.amazon.com/dp/0849944244">Search for Significance Robert McGee</a></li> - <li><a href="http://www.amazon.com/dp/031033750X">The Purpose Driven Life - Rick Warren</a></li> - <li><a href="http://www.amazon.com/dp/0446691097">Battlefield of the Mind - Joyce Myer</a></li> - <li><a href="http://www.amazon.com/dp/1576830276">Spiritual Disciplines for the Spiritual Life - Donald Whitney</a></li> - <li><a href="http://www.amazon.com/dp/0892765054">Bodily Healing and the Atonement - Dr. T.J. McCrossan</a></li> - <li><a href="http://www.amazon.com/dp/1577700163">The Bible in Light of our Redemption - E.W. Kenyon</a></li> - <li><a href="http://www.amazon.com/dp/0310246954">The Life You Always Wanted - John Ortberg</a></li> - <li><a href="http://www.amazon.com/dp/0785261265">Good Morning Holy Spirit - Benny Hinn</a></li> -</ul> -<h3>Other</h3> -<ul> - <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> -</ul> diff --git a/src/templates/templates/deeper-disciple.ftl b/src/templates/templates/deeper-disciple.ftl deleted file mode 100644 index e9f8342..0000000 --- a/src/templates/templates/deeper-disciple.ftl +++ /dev/null @@ -1,20 +0,0 @@ -<h3>Assessments</h3> -<ul> - <li><a href="http://tda.lifeway.com" target="_blank">Transformational Disciple Assessment</a></li> -</ul> -<h3>Reading List</h3> -<ul> - <li><a href="http://www.amazon.com/dp/1576830276">Spiritual Disciplines for the Spiritual Life - Donald Whitney</a></li> - <li><a href="http://www.amazon.com/dp/0849944244">Search for Significance Robert McGee</a></li> - <li><a href="http://www.amazon.com/dp/031033750X">The Purpose Driven Life - Rick Warren</a></li> - <li><a href="http://www.amazon.com/dp/0446691097">Battlefield of the Mind - Joyce Myer</a></li> - <li><a href="http://www.amazon.com/dp/0892765054">Bodily Healing and the Atonement - Dr. T.J. McCrossan</a></li> - <li><a href="http://www.amazon.com/dp/1599792583">Fasting - Jentzen Franklin</a></li> - <li><a href="http://www.amazon.com/dp/0830768785">The Pursuit of God - A.W. Tozer</a></li> - <li><a href="http://www.amazon.com/dp/0875084885">What Shall This Man Do - Watchman Nee</a></li> - <li><a href="http://www.amazon.com/dp/B00ARFNII4">The Walk of the Spirit The Walk of Power - Dave Robertson</a></li> -</ul> -<h3>Other</h3> -<ul> - <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> -</ul> diff --git a/src/templates/templates/deeper-leader.ftl b/src/templates/templates/deeper-leader.ftl deleted file mode 100644 index e7f2d4f..0000000 --- a/src/templates/templates/deeper-leader.ftl +++ /dev/null @@ -1,3 +0,0 @@ -<ul> - <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> -</ul> diff --git a/src/templates/templates/deeper-seeker.ftl b/src/templates/templates/deeper-seeker.ftl deleted file mode 100644 index a7e2cb0..0000000 --- a/src/templates/templates/deeper-seeker.ftl +++ /dev/null @@ -1,9 +0,0 @@ -<h3>Reading List</h3> -<ul> - <li><a href="http://www.amazon.com/dp/0310339308">Case for Christ - Lee Strobel</a></li> - <li><a href="http://www.amazon.com/dp/0310339294">Case for Faith - Lee Strobel</a></li> -</ul> -<h3>Other</h3> -<ul> - <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> -</ul> diff --git a/src/templates/templates/deeper-teacher.ftl b/src/templates/templates/deeper-teacher.ftl deleted file mode 100644 index a98c132..0000000 --- a/src/templates/templates/deeper-teacher.ftl +++ /dev/null @@ -1,14 +0,0 @@ -<h3>Assessments</h3> -<ul> - <li><a href="http://tda.lifeway.com" target="_blank">Transformational Disciple Assessment</a></li> -</ul> -<h3>Reading List</h3> -<ul> - <li><a href="http://www.amazon.com/dp/0800699327">How to Think Theologically - Howard W. Stone & James O. Duke</a></li> - <li><a href="http://www.amazon.com/dp/0061920622">Simply Christian - N.T. Wright</a></li> -</ul> -<h3>Other</h3> -<ul> - <li><a href="/account/training/leader">Group Leader Orientation</a></li> - <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> -</ul> diff --git a/src/templates/templates/deeperheader.ftl b/src/templates/templates/deeperheader.ftl new file mode 100644 index 0000000..32fa9bf --- /dev/null +++ b/src/templates/templates/deeperheader.ftl @@ -0,0 +1,7 @@ +<h2>Going Deeper</h2> +<p> + This section is a list of resources provided to help you to go + deeper in your faith. It includes reading material, links to + helpful resources, etc. +</p> + diff --git a/src/templates/templates/training.ftl b/src/templates/templates/training.ftl index ca1ebbd..c5d1b32 100644 --- a/src/templates/templates/training.ftl +++ b/src/templates/templates/training.ftl @@ -2,21 +2,6 @@ <#include "/macros/common-page.ftl"> <#include "/macros/hms.ftl"> -<#switch chapter> - <#case "seeker"> - <#assign deeperinclude="/templates/deeper-seeker.ftl"> - <#break> - <#case "believer"> - <#assign deeperinclude="/templates/deeper-believer.ftl"> - <#break> - <#case "disciple"> - <#assign deeperinclude="/templates/deeper-disciple.ftl"> - <#break> - <#case "teacher"> - <#assign deeperinclude="/templates/deeper-teacher.ftl"> - <#break> -</#switch> - <@commonpage> <@noticebox> The Grow Process focuses on the topic that you want to learn @@ -66,15 +51,19 @@ </#list> </div> - <#if deeperinclude?has_content> + <#assign hasDeeper = ["seeker", "believer", "disciple", "teacher"]> + <#if hasDeeper?seq_contains(chapter)> <div id="deeper"> <h2>Going Deeper</h2> <p> - This section is a list of resources provided to help you to go + <a href="${dynamicRoot}/deeper/${chapter}.html">Click here</a> + for additional and important resources specifically for ${chapter}s. + </p> + <p> + This page contains a list of resources provided to help you to go deeper in your faith. It includes reading material, links to helpful resources, etc. </p> - <#include deeperinclude> </div> </#if> |