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/macros/common-page.ftl | 29 ------ src/templates/macros/common.ftl | 4 - src/templates/macros/content.ftl | 7 -- src/templates/macros/hms.ftl | 25 ----- src/templates/macros/noticebox.ftl | 10 -- src/templates/pages/assessment.html.ftl | 43 --------- src/templates/pages/contact.html.ftl | 18 ---- 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 --------- src/templates/pages/index.html.ftl | 50 ---------- src/templates/pages/learnmore.html.ftl | 107 ---------------------- src/templates/pages/login.html.ftl | 41 --------- src/templates/pages/newaccount.html.ftl | 27 ------ src/templates/pages/verification.html.ftl | 17 ---- src/templates/pages/version.ftl | 1 - src/templates/templates/assessment-results.ftl | 34 ------- src/templates/templates/banner.ftl | 6 -- src/templates/templates/communityfeed.ftl | 41 --------- src/templates/templates/deeperheader.ftl | 7 -- src/templates/templates/error.ftl | 17 ---- src/templates/templates/footer.ftl | 16 ---- src/templates/templates/getstarted-button.ftl | 7 -- src/templates/templates/gitversion.ftl | 1 - src/templates/templates/header.ftl | 15 --- src/templates/templates/index-hero.ftl | 8 -- src/templates/templates/nav.ftl | 21 ----- src/templates/templates/newbeliever.ftl | 41 --------- src/templates/templates/question-circle.ftl | 23 ----- src/templates/templates/question-image.ftl | 17 ---- src/templates/templates/question-quad.ftl | 19 ---- src/templates/templates/question-slider.ftl | 18 ---- src/templates/templates/question-text.ftl | 17 ---- src/templates/templates/stage-complete.ftl | 58 ------------ src/templates/templates/stage-teacher-forward.ftl | 47 ---------- src/templates/templates/survey.ftl | 53 ----------- src/templates/templates/training.ftl | 87 ------------------ src/templates/utils/dump.ftl | 98 -------------------- 40 files changed, 1225 deletions(-) delete mode 100644 src/templates/macros/common-page.ftl delete mode 100644 src/templates/macros/common.ftl delete mode 100644 src/templates/macros/content.ftl delete mode 100644 src/templates/macros/hms.ftl delete mode 100644 src/templates/macros/noticebox.ftl delete mode 100644 src/templates/pages/assessment.html.ftl delete mode 100644 src/templates/pages/contact.html.ftl 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 delete mode 100644 src/templates/pages/index.html.ftl delete mode 100644 src/templates/pages/learnmore.html.ftl delete mode 100644 src/templates/pages/login.html.ftl delete mode 100644 src/templates/pages/newaccount.html.ftl delete mode 100644 src/templates/pages/verification.html.ftl delete mode 100644 src/templates/pages/version.ftl delete mode 100644 src/templates/templates/assessment-results.ftl delete mode 100644 src/templates/templates/banner.ftl delete mode 100644 src/templates/templates/communityfeed.ftl delete mode 100644 src/templates/templates/deeperheader.ftl delete mode 100644 src/templates/templates/error.ftl delete mode 100644 src/templates/templates/footer.ftl delete mode 100644 src/templates/templates/getstarted-button.ftl delete mode 100644 src/templates/templates/gitversion.ftl delete mode 100644 src/templates/templates/header.ftl delete mode 100644 src/templates/templates/index-hero.ftl delete mode 100644 src/templates/templates/nav.ftl delete mode 100644 src/templates/templates/newbeliever.ftl delete mode 100644 src/templates/templates/question-circle.ftl delete mode 100644 src/templates/templates/question-image.ftl delete mode 100644 src/templates/templates/question-quad.ftl delete mode 100644 src/templates/templates/question-slider.ftl delete mode 100644 src/templates/templates/question-text.ftl delete mode 100644 src/templates/templates/stage-complete.ftl delete mode 100644 src/templates/templates/stage-teacher-forward.ftl delete mode 100644 src/templates/templates/survey.ftl delete mode 100644 src/templates/templates/training.ftl delete mode 100644 src/templates/utils/dump.ftl (limited to 'src/templates') diff --git a/src/templates/macros/common-page.ftl b/src/templates/macros/common-page.ftl deleted file mode 100644 index 1780036..0000000 --- a/src/templates/macros/common-page.ftl +++ /dev/null @@ -1,29 +0,0 @@ -<#macro commonpage> - <#compress> - - - - Grow Process - - - - - - - - -
- <#include "/templates/banner.ftl"> - <#include "/templates/header.ftl"> - - <#nested> - -
-
- - <#include "/templates/footer.ftl"> - - - - - diff --git a/src/templates/macros/common.ftl b/src/templates/macros/common.ftl deleted file mode 100644 index d388a4e..0000000 --- a/src/templates/macros/common.ftl +++ /dev/null @@ -1,4 +0,0 @@ -<#include "content.ftl"> -<#include "noticebox.ftl"> -<#assign dynamicRoot = ""> -<#assign staticRoot = ""> diff --git a/src/templates/macros/content.ftl b/src/templates/macros/content.ftl deleted file mode 100644 index eaf0b17..0000000 --- a/src/templates/macros/content.ftl +++ /dev/null @@ -1,7 +0,0 @@ -<#macro content class=""> -
-
- <#nested> -
-
- diff --git a/src/templates/macros/hms.ftl b/src/templates/macros/hms.ftl deleted file mode 100644 index 339b8a9..0000000 --- a/src/templates/macros/hms.ftl +++ /dev/null @@ -1,25 +0,0 @@ -<#macro hms seconds> - <#assign h = (seconds / 3600)?int /> - <#assign m = (seconds % 3600 / 60)?int /> - <#assign s = (seconds % 3600 % 60)?int /> - - <#if (h < 10)> - <#assign h = "0${h}" /> - - - <#if (m < 10)> - <#assign m = "0${m}" /> - - - <#if (s < 10)> - <#assign s = "0${s}" /> - - - <#if (seconds >= 3600)> - ${h}:${m}:${s} - <#elseif (seconds >= 60)> - ${m}:${s} - <#else> - ${s} seconds - - diff --git a/src/templates/macros/noticebox.ftl b/src/templates/macros/noticebox.ftl deleted file mode 100644 index 34ef994..0000000 --- a/src/templates/macros/noticebox.ftl +++ /dev/null @@ -1,10 +0,0 @@ -<#macro noticebox class=""> -
-
-

- - <#nested> -

-
-
- diff --git a/src/templates/pages/assessment.html.ftl b/src/templates/pages/assessment.html.ftl deleted file mode 100644 index 3737dc6..0000000 --- a/src/templates/pages/assessment.html.ftl +++ /dev/null @@ -1,43 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <@noticebox> - - - <@content class="text"> -

Assessment

- -

- Welcome to the start of GROW and the GROW personal assessment. The - purpose of this 18-question assessment will identify where you are - in the spiritual development process: -

- -

- Growth Process -

- -

- Upon completion of the assessment, you will be invited to join the - process at the appropriate stage. For example if the assessment - returns a “believer” result, you will be invited to start the - Believer level of this process. -

- -

- Once you have completed this level, you will be invited to begin the next stage of GROW. -

- -

- Let's get with your personal GROW assessment now, it will only take a few minutes. -

- - - -
- Begin Assessment ➙ -
- - - diff --git a/src/templates/pages/contact.html.ftl b/src/templates/pages/contact.html.ftl deleted file mode 100644 index c84e047..0000000 --- a/src/templates/pages/contact.html.ftl +++ /dev/null @@ -1,18 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <@noticebox> - - - <@content class="text"> -

Contact Us

- -

- If you have any questions about GROW, please email us at connect@myfoursquarechurch.com or call us at 253-848-9111. -

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

- -
-
- diff --git a/src/templates/pages/index.html.ftl b/src/templates/pages/index.html.ftl deleted file mode 100644 index 59a5e38..0000000 --- a/src/templates/pages/index.html.ftl +++ /dev/null @@ -1,50 +0,0 @@ -<#include "/macros/common.ftl"> - - - - Grow Process - - - - - - - - -
- <#include "/templates/banner.ftl"> -
-

- - <#if config.getDomain() != "prod"> - ${config.getDomain()} - -

- - <#include "/templates/nav.ftl"> -
- - <#include "/templates/index-hero.ftl"> - - <@content> -

Welcome to GROW

-

- GROW is an on-line web based spiritual formation - process created by Foursquare Puyallup church with you in mind, to - assist you in your journey to discover God, and to be an effective - follower of Jesus Christ. -

- - - - - -
-
- -<#include "/templates/footer.ftl"> - - - diff --git a/src/templates/pages/learnmore.html.ftl b/src/templates/pages/learnmore.html.ftl deleted file mode 100644 index f69b075..0000000 --- a/src/templates/pages/learnmore.html.ftl +++ /dev/null @@ -1,107 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <@noticebox> - - - <@content class="text"> -

Learn More

- -

What is GROW?

-

- GROW is a comprehensive spiritual formation and discipleship tool - that is specifically designed to help you grow and mature as a - follower of Jesus Christ. -

-

- GROW is an innovative, web based process that incorporates multiple - media elements for learning including assessments, videos, written - materials, interactive tools, community forums, etc. -

-

- GROW is designed to be experienced in a variety of ways to meet all - the possible scenarios and environments for learning: -

- - -

Why GROW?

-

- Disciple means "learner" and our goal is to help you be an - effective learner and grow in the knowledge of Jesus Christ, the - Word of God, and the essentials of your faith. This will cause the - transformation God promises you will experience, and that - transformation will in turn change your life! -

-

- Every individual is in one of four stages of spiritual formation: -

-

Seeker, Believer, Disciple, Teacher

-

- Our goal is to help you identify where you are, and to help you get to - the next stage of development and spiritual maturity. -

-

- We believe that Jesus last command in Matthew 28:19 should be our - highest priority: -

-
- "Therefore go and make disciples of all nations, baptizing them in - the name of the Father and of the Son and of the Holy Spirit..." -
-

- At Foursquare Puyallup, we - are passionate about people discovering God, - entering into a personal relationship with Jesus Christ, and then - realizing their full potential in Christ as a follower of His. -

- -

It is in our mission statement:

- -
- We present the Gospel message in such a way that Seekers become - Believers, Believers become Disciples, Disciples become Teachers and - Teachers lead this process. -
- -

And it's our #5 Core value as a church:

- -
- We value leadership development. We help Seekers to become - Believers, Believers to become Disciples and Disciples to become - Teachers. We want to encourage and cheer the development process. -
- -

- We have created the GROW process for that very purpose, and in - fulfillment of God's call on the church. -

- -

How does GROW work?

-

Here is how it works:

- - -

Now it's your turn to act!

-

Get started now in your journey by taking the GROW assessment.

- - - - <#include "/templates/getstarted-button.ftl"> - - diff --git a/src/templates/pages/login.html.ftl b/src/templates/pages/login.html.ftl deleted file mode 100644 index b88ea74..0000000 --- a/src/templates/pages/login.html.ftl +++ /dev/null @@ -1,41 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <#if errorMessage??> - <@noticebox class="visible"> - ${errorMessage?html} - - <#else> - <@noticebox> - - - -
-
-
Puyallup Foursquare
-
-
-
-

Login using your Foursquare Community Groups / Online Giving login.

-

-

-
-

-

-

-
-

-

-

Don't have an account? Sign up!

-
-
-
-
Acts 2:42
-
Leadership Development
-
-
-
-
- - diff --git a/src/templates/pages/newaccount.html.ftl b/src/templates/pages/newaccount.html.ftl deleted file mode 100644 index edfd196..0000000 --- a/src/templates/pages/newaccount.html.ftl +++ /dev/null @@ -1,27 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <#if errorMessage??> - <@noticebox class="visible"> - ${errorMessage?html} - - <#else> - <@noticebox> - - - - <@content> -

- Fill out the form below to create a new Puyallup Foursquare InFellowship account. -

-
-

-

-

-

-
- - - - diff --git a/src/templates/pages/verification.html.ftl b/src/templates/pages/verification.html.ftl deleted file mode 100644 index e81b005..0000000 --- a/src/templates/pages/verification.html.ftl +++ /dev/null @@ -1,17 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <@noticebox> - - - <@content> -

- We have sent you a verification email. - You will be taken back to the login page after you activate your account. -

- - - - - diff --git a/src/templates/pages/version.ftl b/src/templates/pages/version.ftl deleted file mode 100644 index d8a38a2..0000000 --- a/src/templates/pages/version.ftl +++ /dev/null @@ -1 +0,0 @@ -Current version <#include "/templates/gitversion.ftl"> diff --git a/src/templates/templates/assessment-results.ftl b/src/templates/templates/assessment-results.ftl deleted file mode 100644 index 12c45b7..0000000 --- a/src/templates/templates/assessment-results.ftl +++ /dev/null @@ -1,34 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <@noticebox> - - - <@content class="text"> -

Congratulations!

- -

Congratulations for completing your GROW assessment!

- -

Based on your responses you have been identified as a ${stage?cap_first}.

- -

- So what's next? Now you begin the process of GROWing. The button - below will take you to the ${stage?cap_first} page. -

- -

Here you will find everything you need to begin the GROW process and start your journey.

- -

- We are genuinely excited for you. Each phase of the GROW process - will produce positive quantifiable and quality results in your life, as - you learn, and then apply this learning in your life. -

- - -
- Begin GROWing ➙ -
- - - diff --git a/src/templates/templates/banner.ftl b/src/templates/templates/banner.ftl deleted file mode 100644 index 3a2d23b..0000000 --- a/src/templates/templates/banner.ftl +++ /dev/null @@ -1,6 +0,0 @@ -<#assign bannerResult = get("bannerData", "riap://component/backend/banner")> -<#if bannerResult.succeeded == true> - <#if (bannerData.html!"") != ""> - - - diff --git a/src/templates/templates/communityfeed.ftl b/src/templates/templates/communityfeed.ftl deleted file mode 100644 index 71b33bc..0000000 --- a/src/templates/templates/communityfeed.ftl +++ /dev/null @@ -1,41 +0,0 @@ -<#escape x as x?html> -
-

Discussion Forum

- - <#assign max_threads = 5> - <#assign threads = feeddata.getThreads(chapter, max_threads)> - <#list threads as thread> - <#assign messages = feeddata.getMessages(chapter, thread.id)> -
-
-

Q: ${thread.message.message!""}

-
By ${thread.message.author.firstName}
-
Answer
-
- - <#list messages as msg> -
-

A: ${msg.message!""}

-
By ${thread.message.author.firstName}
- <#if msg_has_next && msg_index == 0> -
(show more answers)
- -
- -
- -
-
-
- - -
-
-
-
- diff --git a/src/templates/templates/deeperheader.ftl b/src/templates/templates/deeperheader.ftl deleted file mode 100644 index 32fa9bf..0000000 --- a/src/templates/templates/deeperheader.ftl +++ /dev/null @@ -1,7 +0,0 @@ -

Going Deeper

-

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

- diff --git a/src/templates/templates/error.ftl b/src/templates/templates/error.ftl deleted file mode 100644 index 4f46839..0000000 --- a/src/templates/templates/error.ftl +++ /dev/null @@ -1,17 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <@noticebox> - - - <@content> -

An Error has Occurred

- -

An error has occurred. If you continue to see this message, please contact us.

-

Error: ${errorMessage}

- - - - - diff --git a/src/templates/templates/footer.ftl b/src/templates/templates/footer.ftl deleted file mode 100644 index 8ea05fe..0000000 --- a/src/templates/templates/footer.ftl +++ /dev/null @@ -1,16 +0,0 @@ - - diff --git a/src/templates/templates/getstarted-button.ftl b/src/templates/templates/getstarted-button.ftl deleted file mode 100644 index b0baaee..0000000 --- a/src/templates/templates/getstarted-button.ftl +++ /dev/null @@ -1,7 +0,0 @@ -
- <#if user??> - Get Started! ➙ - <#else> - Get Started! ➙ - -
diff --git a/src/templates/templates/gitversion.ftl b/src/templates/templates/gitversion.ftl deleted file mode 100644 index 09e2f95..0000000 --- a/src/templates/templates/gitversion.ftl +++ /dev/null @@ -1 +0,0 @@ -@repository.version@ diff --git a/src/templates/templates/header.ftl b/src/templates/templates/header.ftl deleted file mode 100644 index 0911bbc..0000000 --- a/src/templates/templates/header.ftl +++ /dev/null @@ -1,15 +0,0 @@ -
-

- <#if user??> - Grow Process - <#else> - Grow Process - - <#if config.getDomain() != "prod"> - ${config.getDomain()} - - Foursqaure Church -

- - <#include "/templates/nav.ftl"> -
diff --git a/src/templates/templates/index-hero.ftl b/src/templates/templates/index-hero.ftl deleted file mode 100644 index 023475a..0000000 --- a/src/templates/templates/index-hero.ftl +++ /dev/null @@ -1,8 +0,0 @@ -
- -
- diff --git a/src/templates/templates/nav.ftl b/src/templates/templates/nav.ftl deleted file mode 100644 index c1f22ae..0000000 --- a/src/templates/templates/nav.ftl +++ /dev/null @@ -1,21 +0,0 @@ -<#macro navLink href> -
  • - class="current" - - href="${href}"><#nested>
  • - - - diff --git a/src/templates/templates/newbeliever.ftl b/src/templates/templates/newbeliever.ftl deleted file mode 100644 index 226b054..0000000 --- a/src/templates/templates/newbeliever.ftl +++ /dev/null @@ -1,41 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <@noticebox> - - - <@content class="text"> -

    New Believers

    -

    - CONGRATULATIONS on your new relationship with Jesus Christ. - It is vital to grow in your understanding of God and of Jesus - Christ and the Holy Spirit as you begin your new journey of - faith in Jesus. -

    -

    - You may not feel a sense of urgency to begin, to get the full - understanding of your “new birth” as the Bible - calls it. But trust us when we tell you that to delay in your - growing in the knowledge of Jesus and His life for you, will - only hinder you as a follower of Jesus. -

    -

    - The SEEKER series of four videos you are about to watch - provides you with very important foundational elements of - God's love for you and his gift of salvation through Jesus. -

    -

    - Watch them in their entirety! The last video will lead in a - prayer of salvation that you have already done at church. You - are free to pray it again, but it is not necessary, you are - SAVED! -

    -

    - Now click GET STARTED and create your LOGIN and start GROWing! -

    - - - <#include "/templates/getstarted-button.ftl"> - - diff --git a/src/templates/templates/question-circle.ftl b/src/templates/templates/question-circle.ftl deleted file mode 100644 index fbb2e61..0000000 --- a/src/templates/templates/question-circle.ftl +++ /dev/null @@ -1,23 +0,0 @@ -

    ${question.question}

    -<#if question.description??> -

    - ${question.description} -

    - - -

    Move the white dot to answer the question.

    - -
    -
    - ${question.topLeft} - ${question.topRight} -
    -
    -
    -
    -
    - ${question.bottomLeft} - ${question.bottomRight} -
    -
    - diff --git a/src/templates/templates/question-image.ftl b/src/templates/templates/question-image.ftl deleted file mode 100644 index 280c4aa..0000000 --- a/src/templates/templates/question-image.ftl +++ /dev/null @@ -1,17 +0,0 @@ -

    ${question.question}

    -<#if question.description??> -

    - ${question.description} -

    - - -
    - <#list question.answers?keys as answerid> - <#if selectedAnswerId?? && answerid == selectedAnswerId> - - <#else> - - - -
    - diff --git a/src/templates/templates/question-quad.ftl b/src/templates/templates/question-quad.ftl deleted file mode 100644 index f84dcff..0000000 --- a/src/templates/templates/question-quad.ftl +++ /dev/null @@ -1,19 +0,0 @@ -

    ${question.question}

    -<#if question.description??> -

    - ${question.description} -

    - - -

    Move the white dot to answer the question.

    - -
    -
    ${question.top}
    -
    -
    ${question.left}
    -
    -
    ${question.right}
    -
    -
    ${question.bottom}
    -
    - diff --git a/src/templates/templates/question-slider.ftl b/src/templates/templates/question-slider.ftl deleted file mode 100644 index 08b6bd0..0000000 --- a/src/templates/templates/question-slider.ftl +++ /dev/null @@ -1,18 +0,0 @@ -

    ${question.question}

    -<#if question.description??> -

    - ${question.description} -

    - - -

    Slide the slider to answer the question.

    - -
    -
    -
    - <#list question.answers?keys as answerid> -
    ${question.answers[answerid].text}
    - - -
    -
    diff --git a/src/templates/templates/question-text.ftl b/src/templates/templates/question-text.ftl deleted file mode 100644 index ac5b846..0000000 --- a/src/templates/templates/question-text.ftl +++ /dev/null @@ -1,17 +0,0 @@ -

    ${question.question}

    -<#if question.description??> -

    - ${question.description} -

    - - -
    - <#list question.answers?keys as answerid> - <#if selectedAnswerId?? && answerid == selectedAnswerId> -
    ${question.answers[answerid].text}
    - <#else> -
    ${question.answers[answerid].text}
    - - -
    - diff --git a/src/templates/templates/stage-complete.ftl b/src/templates/templates/stage-complete.ftl deleted file mode 100644 index 72dc780..0000000 --- a/src/templates/templates/stage-complete.ftl +++ /dev/null @@ -1,58 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <@noticebox> - - - <@content class="text"> -

    Congratulations!

    - -

    - Congratulations on the completion of the ${stage?cap_first} level of the GROW process. -

    - -

    - We strongly encourage you move to the next stage of GROW. However, - before you do that, let’s review a key component to ensure you - experience the transformation and benefits of what you have already - learned: Implementation. -

    - -

    - Learning is important, we should all be continuous learners, - otherwise we stagnate. -

    - -

    - However to learn new information and then not implement or employ - that learning in our life, will make us smarter but not necessarily - wiser or better. -

    - -

    - For many there is a “knowing, doing gap” in their lives. They know - a lot, but they don’t do anything with what they know, and they remain - “stuck”. -

    - -

    - We know that for your new knowledge and learning to have an impact - on your life you must implement it. -

    - -

    - You were given some tips for how to act on the new knowledge you - have. We encourage you to be proactive and intentional in closing the - gap between what you know and what you do, to experience all that God - has for you. -

    - - - - <#if nextstage??> -
    - Continue GROWing ➙ -
    - - diff --git a/src/templates/templates/stage-teacher-forward.ftl b/src/templates/templates/stage-teacher-forward.ftl deleted file mode 100644 index e8f186d..0000000 --- a/src/templates/templates/stage-teacher-forward.ftl +++ /dev/null @@ -1,47 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <@noticebox> - - - <@content class="text"> -

    Welcome

    - -

    - Welcome to the "Leader" portion of GROW. This portion of the GROW - process is intended for those who either: -

    - - - -

    - This section of GROW contains two elements: Teacher and Group Leader -

    - -
      -
    1. Teacher: If you are considering leading in the church in any - capacity; on a team in ministry, or as a Community Group leader you must - complete Teacher
    2. - -
    3. Group Leader: If you are considering leading a Community Group, - you must complete BOTH Teacher and Group Leader
    4. -
    - -

    - We trust you will enjoy these teachings, learn and grow and be better - equipped to serve God regardless of how or where you serve or lead. -

    - - - - <#if nextstage??> -
    - Continue GROWing ➙ -
    - - diff --git a/src/templates/templates/survey.ftl b/src/templates/templates/survey.ftl deleted file mode 100644 index d770461..0000000 --- a/src/templates/templates/survey.ftl +++ /dev/null @@ -1,53 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <@noticebox> - The Grow Process focuses on the topic that you want to learn - about. Our 'Assessment' test will give you the right courses - fit for your level. - - -
    -
    -
    - -
    -
    - - - - -
    - <#switch question.type> - <#case "text"> - <#include "/templates/question-text.ftl"> - <#break> - <#case "image"> - <#include "/templates/question-image.ftl"> - <#break> - <#case "slider"> - <#include "/templates/question-slider.ftl"> - <#break> - <#case "quad"> - <#include "/templates/question-quad.ftl"> - <#break> - <#case "circle"> - <#include "/templates/question-circle.ftl"> - <#break> - -
    -
    -
    - - diff --git a/src/templates/templates/training.ftl b/src/templates/templates/training.ftl deleted file mode 100644 index c5d1b32..0000000 --- a/src/templates/templates/training.ftl +++ /dev/null @@ -1,87 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> -<#include "/macros/hms.ftl"> - -<@commonpage> - <@noticebox> - The Grow Process focuses on the topic that you want to learn - about. Our 'Assessment' test will give you the right courses - fit for your level. - - -
    -
    -
    - -
    - - -
    - "${chapter?capitalize} Chapter Progress:" -
    -
    ${chapterProgress}%
    -
    - - <#assign sidebar=showfeed || deeperinclude?has_content> - -
    style="width: 70%"> - <#assign allowed = true> - <#list videos as video> -
    style="margin-right: 30px"> -
    ${video.title}
    -

    <#if video.number != "0">${video.number}. ${video.title}

    - <@hms seconds=video.length /> - <#if (video.pdf!"") != ""> - Outline - - <#if !allowUserToSkip && allowed && !video.completed> - <#assign allowed = false> - -
    - -
    - - <#assign hasDeeper = ["seeker", "believer", "disciple", "teacher"]> - <#if hasDeeper?seq_contains(chapter)> -
    -

    Going Deeper

    -

    - Click here - for additional and important resources specifically for ${chapter}s. -

    -

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

    -
    - - - <#if showfeed!false> - <#include "/templates/communityfeed.ftl"> - -
    - -
    -
    Close Video
    -
    - -
    -
    - - - - diff --git a/src/templates/utils/dump.ftl b/src/templates/utils/dump.ftl deleted file mode 100644 index 6491a25..0000000 --- a/src/templates/utils/dump.ftl +++ /dev/null @@ -1,98 +0,0 @@ -<#-- dump.ftl - -- - -- Generates tree representations of data model items. - -- - -- Usage: - -- <#import "dump.ftl" as dumper> - -- - -- <#assign foo = something.in["your"].data[0].model /> - -- - -- <@dumper.dump foo /> - -- - -- When used within html pages you've to use
    -tags to get the wanted
    -  -- result:
    -  -- 
    -  -- <@dumper.dump foo />
    -  -- 
    -  -->
    -
    -<#-- The black_list contains bad hash keys. Any hash key which matches a 
    -  -- black_list entry is prevented from being displayed.
    -  -->
    -<#assign black_list = ["class"] />
    -
    -
    -<#-- 
    -  -- The main macro.
    -  -->
    -  
    -<#macro dump data>
    -(root)
    -<#if data?is_enumerable>
    -<@printList data,[] />
    -<#elseif data?is_hash_ex>
    -<@printHashEx data,[] />
    -
    -
    -
    -<#-- private helper macros. it's not recommended to use these macros from 
    -  -- outside the macro library.
    -  -->
    -
    -<#macro printList list has_next_array>
    -<#local counter=0 />
    -<#list list as item>
    -<#list has_next_array+[true] as has_next><#if !has_next>    <#else>  | 
    -<#list has_next_array as has_next><#if !has_next>    <#else>  | <#t>
    -<#t><@printItem item?if_exists,has_next_array+[item_has_next], counter />
    -<#local counter = counter + 1/>
    -
    -
    -
    -<#macro printHashEx hash has_next_array>
    -<#list hash?keys as key>
    -<#list has_next_array+[true] as has_next><#if !has_next>    <#else>  | 
    -<#list has_next_array as has_next><#if !has_next>    <#else>  | <#t>
    -<#t><@printItem hash[key]?if_exists,has_next_array+[key_has_next], key />
    -
    -
    -
    -<#macro printItem item has_next_array key>
    -<#if item?is_method>
    -  +- ${key} = ?? (method)
    -<#elseif item?is_enumerable>
    -  +- ${key}
    -  <@printList item, has_next_array /><#t>
    -<#elseif item?is_hash_ex && omit(key?string)><#-- omit bean-wrapped java.lang.Class objects -->
    -  +- ${key} (omitted)
    -<#elseif item?is_hash_ex>
    -  +- ${key}
    -  <@printHashEx item, has_next_array /><#t>
    -<#elseif item?is_number>
    -  +- ${key} = ${item}
    -<#elseif item?is_string>
    -  +- ${key} = "${item}"
    -<#elseif item?is_boolean>
    -  +- ${key} = ${item?string}
    -<#elseif item?is_date>
    -  +- ${key} = ${item?string("yyyy-MM-dd HH:mm:ss zzzz")}
    -<#elseif item?is_transform>
    -  +- ${key} = ?? (transform)
    -<#elseif item?is_macro>
    -  +- ${key} = ?? (macro)
    -<#elseif item?is_hash>
    -  +- ${key} = ?? (hash)
    -<#elseif item?is_node>
    -  +- ${key} = ?? (node)
    -
    -
    -
    -<#function omit key>
    -    <#local what = key?lower_case>
    -    <#list black_list as item>
    -        <#if what?index_of(item) gte 0>
    -            <#return true>
    -        
    -    
    -    <#return false>
    -
    \ No newline at end of file
    -- 
    cgit v1.2.3