From 67135f0a9aa797403ed51a4744ed8a34149957ce Mon Sep 17 00:00:00 2001 From: Zaphod Date: Wed, 28 Mar 2012 19:35:03 +0000 Subject: feature 2588: modifications on index.tpl & slideshow.tpl New classes & ID: On index.tpl: .calendarTitleBar for titrePage when a calendar title is shown .calendarTitle for second h2 in titrePage On slideshow.tpl: #slideshow to indicate that we are on slideshow page git-svn-id: http://piwigo.org/svn/trunk@13788 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/index.tpl | 4 ++-- themes/default/template/slideshow.tpl | 42 ++++++++++++++++++----------------- 2 files changed, 24 insertions(+), 22 deletions(-) (limited to 'themes') diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index 34fa425a8..f5cc8c16c 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -1,7 +1,7 @@ {$MENUBAR} {if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if}
-
+{* *} diff --git a/themes/default/template/slideshow.tpl b/themes/default/template/slideshow.tpl index c37996ebe..8a2304b8a 100644 --- a/themes/default/template/slideshow.tpl +++ b/themes/default/template/slideshow.tpl @@ -1,22 +1,24 @@ - +
+
+
+ {if isset($U_SLIDESHOW_STOP) } + [ {'stop the slideshow'|@translate} ] + {/if} +

{$current.TITLE}

+
+
-
- {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} -
+
+
{$PHOTO}
+ {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} +
-
-
- {$ELEMENT_CONTENT} - {if isset($COMMENT_IMG)} -

{$COMMENT_IMG}

- {/if} -
-
+
+
+ {$ELEMENT_CONTENT} + {if isset($COMMENT_IMG)} +

{$COMMENT_IMG}

+ {/if} +
+
+
-- cgit v1.2.3