{* * $Revision: 1.32 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *} {if empty($SlideShow.itemList)}
{g->text text="This album has no photos to show in a slideshow."} {g->text text="Back to Album View"}
{else} {foreach from=$SlideShow.itemList key=i item=it}
{foreach from=$it.sources key=j item=source} {/foreach} {$it.data.title|markup} {$it.data.summary|markup} {if isset($it.exif.DateTime)} {$it.exif.DateTime.title}: {$it.exif.DateTime.value} {else} {capture name="date"}{g->date timestamp=$it.data.modificationTimestamp}{/capture} {g->text text="Date: %s" arg1=$smarty.capture.date} {/if} {$it.data.description|markup}
{/foreach}
{g->text text="[-]"}
{g->text text="Stop"}   {g->text text="Pause"}   {g->text text="Back One Image"}   {g->text text="Show More Info"}   {g->text text="delay: "}   {g->text text="direction: "}   {g->text text="max size: "}  
{/if}