From bf4012291a878c3f22fa318595e2ca7881c2978a Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 27 Feb 2008 20:25:18 +0000 Subject: Resolved issue 0000807: New slideshow features git-svn-id: http://piwigo.org/svn/trunk@2218 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/icon/dec_period.png | Bin 0 -> 1087 bytes template/yoga/icon/dec_period_unactive.png | Bin 0 -> 1169 bytes template/yoga/icon/inc_period.png | Bin 0 -> 1209 bytes template/yoga/icon/inc_period_unactive.png | Bin 0 -> 1255 bytes template/yoga/icon/pause.png | Bin 0 -> 1597 bytes template/yoga/icon/play.png | Bin 0 -> 1568 bytes template/yoga/icon/slideshow.png | Bin 1229 -> 1264 bytes template/yoga/icon/start_repeat.png | Bin 0 -> 1691 bytes template/yoga/icon/stop_repeat.png | Bin 0 -> 1683 bytes template/yoga/icon/stop_slideshow.png | Bin 0 -> 1245 bytes template/yoga/index.tpl | 4 ++ template/yoga/picture.tpl | 104 ++++++++--------------------- template/yoga/picture_nav_buttons.tpl | 91 +++++++++++++++++++++++++ template/yoga/slideshow.tpl | 11 ++- 14 files changed, 130 insertions(+), 80 deletions(-) create mode 100644 template/yoga/icon/dec_period.png create mode 100644 template/yoga/icon/dec_period_unactive.png create mode 100644 template/yoga/icon/inc_period.png create mode 100644 template/yoga/icon/inc_period_unactive.png create mode 100644 template/yoga/icon/pause.png create mode 100644 template/yoga/icon/play.png create mode 100644 template/yoga/icon/start_repeat.png create mode 100644 template/yoga/icon/stop_repeat.png create mode 100644 template/yoga/icon/stop_slideshow.png create mode 100644 template/yoga/picture_nav_buttons.tpl (limited to 'template/yoga') diff --git a/template/yoga/icon/dec_period.png b/template/yoga/icon/dec_period.png new file mode 100644 index 000000000..1e2425e78 Binary files /dev/null and b/template/yoga/icon/dec_period.png differ diff --git a/template/yoga/icon/dec_period_unactive.png b/template/yoga/icon/dec_period_unactive.png new file mode 100644 index 000000000..1df2f1bc3 Binary files /dev/null and b/template/yoga/icon/dec_period_unactive.png differ diff --git a/template/yoga/icon/inc_period.png b/template/yoga/icon/inc_period.png new file mode 100644 index 000000000..c750a9dfc Binary files /dev/null and b/template/yoga/icon/inc_period.png differ diff --git a/template/yoga/icon/inc_period_unactive.png b/template/yoga/icon/inc_period_unactive.png new file mode 100644 index 000000000..ac1c7ca03 Binary files /dev/null and b/template/yoga/icon/inc_period_unactive.png differ diff --git a/template/yoga/icon/pause.png b/template/yoga/icon/pause.png new file mode 100644 index 000000000..6a3928c51 Binary files /dev/null and b/template/yoga/icon/pause.png differ diff --git a/template/yoga/icon/play.png b/template/yoga/icon/play.png new file mode 100644 index 000000000..dfde7e96a Binary files /dev/null and b/template/yoga/icon/play.png differ diff --git a/template/yoga/icon/slideshow.png b/template/yoga/icon/slideshow.png index 455d73fdf..0d5c80713 100644 Binary files a/template/yoga/icon/slideshow.png and b/template/yoga/icon/slideshow.png differ diff --git a/template/yoga/icon/start_repeat.png b/template/yoga/icon/start_repeat.png new file mode 100644 index 000000000..74272979e Binary files /dev/null and b/template/yoga/icon/start_repeat.png differ diff --git a/template/yoga/icon/stop_repeat.png b/template/yoga/icon/stop_repeat.png new file mode 100644 index 000000000..f1cc1b564 Binary files /dev/null and b/template/yoga/icon/stop_repeat.png differ diff --git a/template/yoga/icon/stop_slideshow.png b/template/yoga/icon/stop_slideshow.png new file mode 100644 index 000000000..120466a0b Binary files /dev/null and b/template/yoga/icon/stop_slideshow.png differ diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl index 534031493..a388d904b 100644 --- a/template/yoga/index.tpl +++ b/template/yoga/index.tpl @@ -27,6 +27,10 @@
  • (?)
  • + +
  • {lang:slideshow}
  • + +
  • {lang:mode_normal_hint}
  • diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 7c5f34231..e5e62333e 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -30,55 +30,33 @@
    - -
    - {lang:slideshow} - {lang:picture_show_metadata} - - {lang:download} - - {PLUGIN_PICTURE_ACTIONS} - - {favorite.FAVORITE_ALT} - - - {lang:representative} - - - {lang:link_info_image} - - - {lang:caddie} - -
    - - +
    + + {lang:slideshow} + + + {lang:slideshow_stop} + + {lang:picture_show_metadata} + + {lang:download} + + {PLUGIN_PICTURE_ACTIONS} + + {favorite.FAVORITE_ALT} + + + {lang:representative} + + + {lang:link_info_image} + + + {lang:caddie} + +
    + {NAV_BUTTONS} +
    @@ -228,31 +206,3 @@ - \ No newline at end of file diff --git a/template/yoga/picture_nav_buttons.tpl b/template/yoga/picture_nav_buttons.tpl new file mode 100644 index 000000000..a25e2639f --- /dev/null +++ b/template/yoga/picture_nav_buttons.tpl @@ -0,0 +1,91 @@ + + + + diff --git a/template/yoga/slideshow.tpl b/template/yoga/slideshow.tpl index aef05a228..1be2c5a81 100644 --- a/template/yoga/slideshow.tpl +++ b/template/yoga/slideshow.tpl @@ -10,9 +10,14 @@

    {TITLE}

    + +
    + {NAV_BUTTONS} +
    +
    {ELEMENT_CONTENT} - -

    {legend.COMMENT_IMG}

    - + +

    {legend.COMMENT_IMG}

    +
    -- cgit v1.2.3