<{* $Id: webphoto_inc_photo_desc.html,v 1.2 2010/02/07 12:46:40 ohwada Exp $ *}> <{if $show_photo_desc && ($photo.description_disp != '') }>
<{* DESCRIPTION *}> <{if $photo.description_scroll > 0 }>
<{$photo.description_disp}>
<{else}> <{$photo.description_disp}>
<{/if}>
<{/if}> <{if $show_photo_misc && $photo.show_misc }>
<{if $photo.siteurl_s != '' }> <{$lang_item_siteurl}>: <{$photo.siteurl_s}>
<{/if}> <{if $photo.artist_s != '' }> <{$lang_item_artist}>: <{$photo.artist_s}>
<{/if}> <{if $photo.album_s != '' }> <{$lang_item_album}>: <{$photo.album_s}>
<{/if}> <{if $photo.label_s != '' }> <{$lang_item_label}>: <{$photo.label_s}>
<{/if}> <{* TEXT 1 - 10 *}> <{foreach item=photo_text from=$photo.texts}> <{if $photo_text.text_s != '' }> <{$photo_text.lang}>: <{$photo_text.text_s}>
<{/if}> <{/foreach}>
<{/if}> <{* CONTENT *}> <{if $show_photo_content && ($photo.content_disp != '')}>
<{$photo.content_disp}>
<{/if}> <{* EXIF *}> <{if $show_photo_exif && $photo.is_owner && ($photo.exif_disp != '') }>
<{$photo.exif_disp}>
<{/if}>