piwigo/template/yoga/slideshow.tpl
2008-02-29 01:25:13 +00:00

23 lines
531 B
Smarty

{* $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>