From 820c4d45a4b8378f0a6a7c2582f8bb288e347f04 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 13 Aug 2014 17:01:45 -0400 Subject: [PATCH] toolbox template output photos below the paragraphs --- templates/toolbox.html | 112 +++++++++++++++++++++-------------------- 1 file changed, 57 insertions(+), 55 deletions(-) diff --git a/templates/toolbox.html b/templates/toolbox.html index 17b818f..fd335a9 100644 --- a/templates/toolbox.html +++ b/templates/toolbox.html @@ -1,70 +1,72 @@ {if:isHomePage} - -

{toolboxContent.primaryParagraph[title]}

-{toolboxContent.primaryParagraph[description]:h} - + +

{toolboxContent.primaryParagraph[title]}

+ {toolboxContent.primaryParagraph[description]:h} + {else:} - -
- {if:toolboxContent.primaryParagraph[image]} -
- {toolboxContent.primaryParagraph[image]:h} -
-
-

{toolboxContent.primaryParagraph[title]}

- {toolboxContent.primaryParagraph[description]:h} -
- {else:} -
-

{toolboxContent.primaryParagraph[title]}

- {toolboxContent.primaryParagraph[description]:h} + +
+ {if:toolboxContent.primaryParagraph[image]} +
+ {toolboxContent.primaryParagraph[image]:h} +
+
+

{toolboxContent.primaryParagraph[title]}

+ {toolboxContent.primaryParagraph[description]:h} +
+ {else:} +
+

{toolboxContent.primaryParagraph[title]}

+ {toolboxContent.primaryParagraph[description]:h} +
+ {end:}
+ + {if:toolboxContent.profile} + {toolboxContent.profile:h} {end:} -
-{if:toolboxContent.profile} - {toolboxContent.profile:h} -{end:} + {if:toolboxContent.searchForm} + {toolboxContent.searchForm:h} + {end:} -{if:toolboxContent.searchForm} - {toolboxContent.searchForm:h} -{end:} + {if:toolboxContent.searchResults} + {toolboxContent.searchResults:h} + {end:} -{if:toolboxContent.searchResults} - {toolboxContent.searchResults:h} -{end:} + {if:toolboxContent.staticPageContent} +
+
+ {toolboxContent.staticPageContent:h} +
+
+ {end:} -{if:toolboxContent.staticPageContent} -
-
- {toolboxContent.staticPageContent:h} -
-
-{end:} -{if:toolboxContent.photos} -{toolboxContent.photos:h} -{end:} -
- {if:section[image]} -
- {section[image]:h} -
-
-

{section[title]}

- {section[description]:h} - {section[files]:h} -
- {else:} -
-

{section[title]}

- {section[description]:h} - {section[files]:h} +
+ {if:section[image]} +
+ {section[image]:h} +
+
+

{section[title]}

+ {section[description]:h} + {section[files]:h} +
+ {else:} +
+

{section[title]}

+ {section[description]:h} + {section[files]:h} +
+ {end:}
+ {if:toolboxContent.photos} + {toolboxContent.photos:h} {end:} -
- {end:} + + {if:toolboxContent.nav}
    -- 2.17.1