From 7f956e71b91f32ff6ca87ea6a0f56cc0f02c7005 Mon Sep 17 00:00:00 2001 From: vdigital Date: Tue, 26 Aug 2008 14:18:42 +0000 Subject: Swift Theme Creator (minor changes): partly functional version. git-svn-id: http://piwigo.org/svn/trunk@2487 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/SwiftThemeCreator/theme_creator.tpl | 146 ++++++++++++++++++++-------- 1 file changed, 105 insertions(+), 41 deletions(-) (limited to 'plugins/SwiftThemeCreator/theme_creator.tpl') diff --git a/plugins/SwiftThemeCreator/theme_creator.tpl b/plugins/SwiftThemeCreator/theme_creator.tpl index bc8604e85..14bbd26ec 100644 --- a/plugins/SwiftThemeCreator/theme_creator.tpl +++ b/plugins/SwiftThemeCreator/theme_creator.tpl @@ -14,12 +14,12 @@ You can update later the result as you need.'|@translate}
{'Template'|@translate} - {html_options name=template options=$template_options selected=$main.template_options} + {html_options name=template options=$template_options selected=$main.template_sel}
{'New theme to be created'|@translate} - +
@@ -77,55 +77,58 @@ You can update later the result as you need.'|@translate} {'Header background selection '|@translate} - - - + - + + - + + + + + -
- {'Use of a picture background'|@translate} {* No / 24H Random public picture / Fixed RRL *} - - + + {* No / 24H Random public picture / Fixed URL *}
- {'Source category'|@translate} - - - - {html_options style="margin: 0 0 0 10px;" name=src_category options=$src_category select=$main.src_category} + + + + {html_options style="margin: 0 0 0 10px;" name=src_category options=$src_category selected=$main.src_category}
- {'Picture relative local path'|@translate} - - - + + +
+   + + + + +
{'Width limit in pixels'|@translate} @@ -136,7 +139,7 @@ You can update later the result as you need.'|@translate}
+ {'Display mode'|@translate} {* As is / truncated / resized *} {html_radios name='background_mode' class="radio" options=$background_mode_options selected=$main.background_mode} @@ -146,7 +149,68 @@ You can update later the result as you need.'|@translate}

-   - +   +   +

- \ No newline at end of file + +
+ {'Just a yoga preview... '|@translate} +
+ {* Preview header *}
+ {if ($main.background=='fixed')} + +

{'"Fixed header" preview'|@translate}

+ {/if} + {if ($main.background=='random')} + +

{'"Random header" preview'|@translate}

+ {/if} + {if ($main.background=='off')} +

{'"No header" preview'|@translate}

+ {/if} +
+ {* Preview menubar *}
+
+
{'Preview'|@translate}
+
+ +

{'Preview'|@translate}

+
+
+
+ {* Preview content *}
+

{'home'|@translate}

+ +
+
+ +{'...to get an idea of the expected result. Preview is based on yoga-like template only.'|@translate} +
\ No newline at end of file -- cgit v1.2.3