{$photo=$data} {if $view} {if $view == 'tags'}

Photo Tags

Complete list of tags for current photo

{if $tags} {foreach $tags as $tag} {/foreach} {/if}
# Tag Hash Tag Tagged By Date
{$tag.ptag_id} {$tag.ptag_key} {if $tag.ptag_isuser} {$tag.ptag_username} {else} {$tag.ptag_username} {/if} {$tag.ptag_by_username} {$tag.date_added|niceTime:true} Delete Tag
{if !$tags} {if $smarty.get.search == 'do'}
No tags found for current criteria
{else}
This photo has no tags ..
{/if} {/if}
{/if} {if $view == 'exif'}

Exif Data

Exif data is a record of the settings a camera used to take a photo. This information is embedded into the files the camera saves

{if $exif.rest}
Other Information {foreach $exif.rest as $name => $value} {if $value} {/if} {/foreach}
{$name|format_exif_camelCase|capitalize}: {$value}
{/if}
Dates {if $exif.dates.taken} {/if}
Taken on: {$exif.dates.taken} ( {$exif.dates.taken|niceTime} )
{lang code='Added on %s'|sprintf:'here'}: {$exif.dates.uploaded} ( {$exif.dates.uploaded|niceTime} )
{if $exif.base}
Base Information {foreach $exif.base as $name => $base} {if $base} {/if} {/foreach}
{lang code="$name"|capitalize} {$base}
{/if}
{/if} {else}

Edit Photo : {$photo.photo_title}

This is a complete list of information that is displayed or used for displaying a photo.

{$colors=get_photo_meta_value($photo.photo_id,'colors')} {if $photo.ptags_count > 0} Photo Tags {/if} {if $colors} View Colors {/if} {if $photo.exif_data == 'yes'} Exif Data {/if}
{get_photo details=$photo size='l' width='360' output='html' style='display:block; margin:auto;'}
Important Details
{$photo.username}
Required Fields {foreach from=$requiredFields item=field}
{$field.class='input-xlarge'} {$formObj->createField($field)} {if $field.hint_2}

{$field.hint_2}

{/if}
{/foreach}
Other Fields {foreach from=$otherFields item=field}
{$field.class='input-xlarge'} {if $field.type=='checkbox' || $field.type=='radiobutton'} {$field.sep=' '} {if $field.type=='checkbox'} {$field.class='checkbox'} {else} {$field.class='radio'} {/if} {/if} {$formObj->createField($field)} {if $field.hint_2}

{$field.hint_2}

{/if}
{/foreach}
Photos Stats and Info

of 10

{if $colors} {$basedir=$smarty.const.STYLES_DIR} {include file="$basedir/global/colors.html" colors=$colors|json_decode} {/if} {/if}