{* * $Revision: 15945 $ * 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} {capture name="date"}{g->date timestamp=$it.data.originationTimestamp}{/capture} {g->text text="Date: %s" arg1=$smarty.capture.date} {$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: "}  
{include file="gallery:modules/core/templates/JavaScriptWarning.tpl" l10Domain="modules_core"} {/if}