{* * $Revision: 17175 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *} {if !empty($theme.imageViews)} {assign var="image" value=$theme.imageViews[$theme.imageViewsIndex]} {/if}
{g->block type="search.SearchBlock"}
{if !empty($theme.item.title)}

{$theme.item.title|markup}

{/if} {if !empty($theme.item.description)}

{$theme.item.description|markup}

{/if} {g->block type="core.ItemInfo" item=$theme.item showDate=true showOwner=$theme.params.showImageOwner class="giInfo"} {g->block type="core.PhotoSizes" class="giInfo"} {if !empty($theme.userLinks)} {g->block type="core.ItemLinks" useDropdown=false links=$theme.userLinks class="floatrix-userLinks"} {/if}
{if !empty($theme.navigator)}
{g->block type="core.Navigator" navigator=$theme.navigator reverseOrder=true}
{/if}
{if !empty($theme.imageViews)} {capture name="fallback"} {g->text text="Download %s" arg1=$theme.sourceImage.itemTypeName.1} {/capture} {if $image.viewInline} {if count($theme.imageViews) > 1} {capture assign="imageViewLink"} {if $theme.imageViewsIndex==1 && count($theme.imageViews)==2} {else} {assign var="imageViewsLink" value=$theme.imageViewsIndex+1} {if $imageViewsLink==count($theme.imageViews)} {assign var="imageViewsLink" value=$theme.imageViewsIndex-1} {/if} {/if} {/capture} {/if} {if isset($theme.photoFrame)} {g->container type="imageframe.ImageFrame" frame=$theme.photoFrame width=$image.width height=$image.height} {if isset($imageViewLink)}{$imageViewLink}{/if} {g->image id="%ID%" item=$theme.item image=$image fallback=$smarty.capture.fallback class="%CLASS%"} {if isset($imageViewLink)}{/if} {/g->container} {else} {if isset($imageViewLink)}{$imageViewLink}{/if} {g->image item=$theme.item image=$image fallback=$smarty.capture.fallback} {if isset($imageViewLink)}{/if} {/if} {else} {$smarty.capture.fallback} {/if} {else} {g->text text="There is nothing to view for this item."} {/if}
{if $theme.pageUrl.view != 'core.ShowItem' && $theme.params.dynamicLinks == 'jumplink'} {/if} {* Download link for item in original format *} {if !empty($theme.sourceImage) && $theme.sourceImage.mimeType != $theme.item.mimeType} {/if} {* Show any other photo blocks (comments, exif etc) *} {foreach from=$theme.params.photoBlocks item=block} {g->block type=$block.0 params=$block.1} {/foreach}
{if !empty($theme.navigator)}
{g->block type="core.Navigator" navigator=$theme.navigator reverseOrder=true}
{/if} {g->block type="core.GuestPreview" class="gbBlock"} {* Our emergency edit link, if the user removes all blocks containing edit links *} {g->block type="core.EmergencyEditItemLink" class="gbBlock" checkBlocks="sidebar,photo"}