From 5c0bcfa105643be69296affcd9674f7491642624 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 22 Apr 2014 20:38:43 +0000 Subject: [PATCH] Setup template output toolbox content and blocks --- Toolkit/Page.php | 12 +- templates/template.html | 315 +++++++++++++++++++--------------------- 2 files changed, 154 insertions(+), 173 deletions(-) diff --git a/Toolkit/Page.php b/Toolkit/Page.php index a5889ce..5e4cfa3 100755 --- a/Toolkit/Page.php +++ b/Toolkit/Page.php @@ -120,13 +120,13 @@ class Toolkit_Page Toolkit_NavigationFactoryAbstract $navFactory, Toolkit_Template_KeywordReplacement $keywordReplacement, $catid ) { - $this->_toolboxPage = $toolboxPage; - $this->_breadCrumbs = $breadCrumbsFactory; - $this->_pageGateway = $pageGatewayFactory->createGateway(); - $this->_paragraphGateway = $paragraphGatewayFactory->createGateway(); - $this->_navigationFactory = $navFactory; + $this->_toolboxPage = $toolboxPage; + $this->_breadCrumbs = $breadCrumbsFactory; + $this->_pageGateway = $pageGatewayFactory->createGateway(); + $this->_paragraphGateway = $paragraphGatewayFactory->createGateway(); + $this->_navigationFactory = $navFactory; $this->_keywordReplacement = $keywordReplacement; - $this->_catid = $catid; + $this->_catid = $catid; // determine the base url to use (for images and stylesheet urls) $this->mediaBaseURL = MEDIA_BASE_URL; diff --git a/templates/template.html b/templates/template.html index 00bc2c2..06d1ad6 100644 --- a/templates/template.html +++ b/templates/template.html @@ -1,210 +1,191 @@ - - -{pageTitle:h} - - -{styles:h} -{topScripts:h} - + + + {pageTitle:h} + + {styles:h} + + {topScripts:h} + - -
-
-
-

Cedarville Marine - Serving the Les Cheneaux Islands recreational boating industry since 1984

-

906.484.2815

- +
+
+
+
+ + +
+ +
+ +
+
+
+
+ {toolboxContent:h} +
+ + + +
+

Headlines

-
- -
- is82-1354654029-02462.jpeg -
This is a caption for images
-
-
-
- - - -
-

Headlines

- -
- - - -
- -
Get directions to our store Great Lakes Lake Levels (USACE) Find Us on Facebook
- + + + + + + +
Get directions to our store Great Lakes Lake Levels (USACE) Find Us on Facebook
+ + + + + - - - - - - -{bottomScripts:h} - + ); + + {bottomScripts:h} + -- 2.17.1