From 3e933f5960cd2aaf843bde4933d7d8e33017cb95 Mon Sep 17 00:00:00 2001 From: Michael Andrewartha Date: Thu, 11 Mar 2010 01:34:30 +0000 Subject: [PATCH] added page templates --- templates/Layout/Page2MultiFormTestPage.ss | 49 ++++++++++++++++++++++ templates/Layout/Page3MultiFormTestPage.ss | 49 ++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 templates/Layout/Page2MultiFormTestPage.ss create mode 100644 templates/Layout/Page3MultiFormTestPage.ss diff --git a/templates/Layout/Page2MultiFormTestPage.ss b/templates/Layout/Page2MultiFormTestPage.ss new file mode 100644 index 0000000..4dab913 --- /dev/null +++ b/templates/Layout/Page2MultiFormTestPage.ss @@ -0,0 +1,49 @@ + + +
+ <% if Menu(2) %> + <% include SideBar %> +
+ <% end_if %> + + <% if Level(2) %> + <% include BreadCrumbs %> + <% end_if %> + +

$Title

+ + <% if Content %> +
+ $Content +
+ <% end_if %> + <% if Page2MultiForm %> + <% control Page2MultiForm %><% include MultiFormProgressList %><% end_control %> + $Page2MultiForm + <% end_if %> + <% if Form %> + $Form + <% end_if %> + + $PageComments + + + $ContactForm + <% if Menu(2) %> +
+ <% end_if %> +
\ No newline at end of file diff --git a/templates/Layout/Page3MultiFormTestPage.ss b/templates/Layout/Page3MultiFormTestPage.ss new file mode 100644 index 0000000..0d3baf2 --- /dev/null +++ b/templates/Layout/Page3MultiFormTestPage.ss @@ -0,0 +1,49 @@ + + +
+ <% if Menu(2) %> + <% include SideBar %> +
+ <% end_if %> + + <% if Level(2) %> + <% include BreadCrumbs %> + <% end_if %> + +

$Title

+ + <% if Content %> +
+ $Content +
+ <% end_if %> + <% if Page3MultiForm %> + <% control Page3MultiForm %><% include MultiFormProgressList %><% end_control %> + $Page3MultiForm + <% end_if %> + <% if Form %> + $Form + <% end_if %> + + $PageComments + + + $ContactForm + <% if Menu(2) %> +
+ <% end_if %> +
\ No newline at end of file