diff options
Diffstat (limited to 'BSF/template/yoga/slideshow.tpl')
-rw-r--r-- | BSF/template/yoga/slideshow.tpl | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/BSF/template/yoga/slideshow.tpl b/BSF/template/yoga/slideshow.tpl new file mode 100644 index 000000000..1bbc0029f --- /dev/null +++ b/BSF/template/yoga/slideshow.tpl @@ -0,0 +1,23 @@ +{* $Id$ *} +<div id="imageHeaderBar"> + <div class="browsePath"> + {if isset($U_SLIDESHOW_STOP) } + [ <a href="{$U_SLIDESHOW_STOP}">{'slideshow_stop'|@translate}</a> ] + {/if} + </div> + <div class="imageNumber">{$PHOTO}</div> + {if $SHOW_PICTURE_NAME_ON_TITLE } + <h2 class="showtitle">{$current.TITLE}</h2> + {/if} +</div> + +<div id="imageToolBar"> + {include file=$FILE_PICTURE_NAV_BUTTONS} +</div> + +<div id="theImage"> + {$ELEMENT_CONTENT} + {if isset($COMMENT_IMG)} + <p class="showlegend">{$COMMENT_IMG}</p> + {/if} +</div> |