From 3102d8bce3426d9cf41aeaf201c360d342677770 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 9 Apr 2016 14:22:20 -0700 Subject: Switching from Ivy+Ant to Maven. --- src/templates/pages/deeper/believer.html.ftl | 51 ---------------------------- src/templates/pages/deeper/disciple.html.ftl | 49 -------------------------- src/templates/pages/deeper/leader.html.ftl | 23 ------------- src/templates/pages/deeper/seeker.html.ftl | 30 ---------------- src/templates/pages/deeper/teacher.html.ftl | 42 ----------------------- 5 files changed, 195 deletions(-) delete mode 100644 src/templates/pages/deeper/believer.html.ftl delete mode 100644 src/templates/pages/deeper/disciple.html.ftl delete mode 100644 src/templates/pages/deeper/leader.html.ftl delete mode 100644 src/templates/pages/deeper/seeker.html.ftl delete mode 100644 src/templates/pages/deeper/teacher.html.ftl (limited to 'src/templates/pages/deeper') diff --git a/src/templates/pages/deeper/believer.html.ftl b/src/templates/pages/deeper/believer.html.ftl deleted file mode 100644 index 2bf9150..0000000 --- a/src/templates/pages/deeper/believer.html.ftl +++ /dev/null @@ -1,51 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <#if errorMessage??> - <@noticebox class="visible"> - ${errorMessage?html} - - <#else> - <@noticebox> - - - -
-
- <#include "/templates/deeperheader.ftl"> - -

Assessments

-
    -
  • - Spiritual Gifts Assessment -

    - 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. -

    -
  • -
-

Reading List

- -

Other

- -
-
- diff --git a/src/templates/pages/deeper/disciple.html.ftl b/src/templates/pages/deeper/disciple.html.ftl deleted file mode 100644 index dd7fc13..0000000 --- a/src/templates/pages/deeper/disciple.html.ftl +++ /dev/null @@ -1,49 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <#if errorMessage??> - <@noticebox class="visible"> - ${errorMessage?html} - - <#else> - <@noticebox> - - - -
-
- <#include "/templates/deeperheader.ftl"> - -

Assessments

-
    -
  • - Transformational Disciple Assessment -

    - 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. -

    -
  • -
-

Reading List

- -

Other

- -
-
- diff --git a/src/templates/pages/deeper/leader.html.ftl b/src/templates/pages/deeper/leader.html.ftl deleted file mode 100644 index 371c367..0000000 --- a/src/templates/pages/deeper/leader.html.ftl +++ /dev/null @@ -1,23 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <#if errorMessage??> - <@noticebox class="visible"> - ${errorMessage?html} - - <#else> - <@noticebox> - - - -
- -
- diff --git a/src/templates/pages/deeper/seeker.html.ftl b/src/templates/pages/deeper/seeker.html.ftl deleted file mode 100644 index ed0b21a..0000000 --- a/src/templates/pages/deeper/seeker.html.ftl +++ /dev/null @@ -1,30 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <#if errorMessage??> - <@noticebox class="visible"> - ${errorMessage?html} - - <#else> - <@noticebox> - - - -
- -
- - diff --git a/src/templates/pages/deeper/teacher.html.ftl b/src/templates/pages/deeper/teacher.html.ftl deleted file mode 100644 index f0046f2..0000000 --- a/src/templates/pages/deeper/teacher.html.ftl +++ /dev/null @@ -1,42 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <#if errorMessage??> - <@noticebox class="visible"> - ${errorMessage?html} - - <#else> - <@noticebox> - - - -
-
- <#include "/templates/deeperheader.ftl"> - -

Assessments

-
    -
  • - Transformational Disciple Assessment -

    - 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. -

    -
  • -
-

Reading List

- -

Other

- -
-
- -- cgit v1.2.3