{* * $Revision: 16117 $ * 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($item)} {assign var=item value=$theme.item} {/if} {* Load up the EXIF data *} {g->callback type="exif.LoadExifInfo" itemId=$item.id} {if !empty($block.exif.LoadExifInfo.exifData)} {assign var="exif" value=$block.exif.LoadExifInfo} {if empty($ajax)} {if $exif.blockNum == 1} {/literal} {/if}
{/if}

{g->text text="Photo Properties"}

{if isset($exif.mode)}
{strip} {if ($exif.mode == 'summary')} {g->text text="summary"} {else} {g->text text="summary"} {/if}    {if ($exif.mode == 'detailed')} {g->text text="details"} {else} {g->text text="details"} {/if} {/strip}
{/if} {if !empty($exif.exifData)} {section name=outer loop=$exif.exifData step=2} {section name=inner loop=$exif.exifData start=$smarty.section.outer.index max=2} {/section} {/section}
{g->text text=$exif.exifData[inner].title} {$exif.exifData[inner].value}
{/if} {if empty($ajax)}
{/if} {/if}