<{* $Id: webphoto_inc_photo_info.html,v 1.4 2008/11/02 00:17:37 ohwada Exp $ *}> <{* 1ST LINE OF INFORMATION *}> <{* EDIT ICON *}> <{if $photo.can_edit}> <{$lang_title_edit}> <{/if}> <{* PHOTO"S SUBJECT *}> <{if $use_pathinfo }> <{else}> <{/if}> <{$photo.title_s}> <{* NEW ICON *}> <{if $photo.is_newphoto}> <{$lang_icon_new}> <{/if}> <{* UPDATE ICON *}> <{if $photo.is_updatedphoto}> <{$lang_icon_update}> <{/if}> <{* POPULAR ICON *}> <{if $photo.is_popularphoto}> <{$lang_icon_popular}> <{/if}>
<{* 2ND LINE OF INFORMATION *}> <{* SUBMITTER *}> <{* user *}> <{if $photo.uid > 0}> <{$lang_submitter}> <{if $use_pathinfo }> <{else}> <{/if}> <{$photo.info_morephotos}> <{$photo.uname_s}> <{* guest *}> <{else}> <{$lang_submitter}> <{$photo.uname_s}> <{/if}>     <{* DATE *}> <{if $photo.datetime_disp != '' }> <{if $use_pathinfo }> <{else}> <{/if}> <{$lang_photo_datetime}> <{$photo.datetime_disp}> <{/if}> <{* PLACE *}> <{if $photo.place_s != '' }> <{if $use_pathinfo }> <{else}> <{/if}> <{$lang_photo_place}> <{$photo.place_s}> <{/if}> <{* EQUIPMENT *}> <{if $photo.equipment_s != '' }> <{if $use_pathinfo }> <{else}> <{/if}> <{$lang_photo_equipment}> <{$photo.equipment_s}> <{/if}> <{* VIDEO *}> <{if $photo.is_video }> <{$lang_icon_video}> <{/if}> <{* DURATION *}> <{if $photo.cont_duration_disp != '' }> <{$photo.cont_duration_disp}> <{/if}>
<{* 3RD LINE OF INFORMATION *}> <{* TAG *}> <{$lang_tags}> <{foreach name=webphoto_tags item=tag from=$photo.tags}> <{if $use_pathinfo }> <{else}> <{/if}> <{$tag.tag_name_s}> <{if ! $smarty.foreach.webphoto_tags.last }> , <{/if}> <{/foreach}> <{* CATEGORY *}> <{if $photo.cat_title_s}> <{if $use_pathinfo }> <{else}> <{/if}> <{$lang_category}> <{$photo.cat_title_s}>     <{/if}> <{* LAST UPDATED *}> <{$lang_icon_lastupdate}>: <{$photo.time_update_m}>     <{* SIZE *}> <{if $photo.cont_size_disp != '' }> <{$lang_photo_cont_size}> <{$photo.cont_size_disp}> <{/if}>
<{* 4TH LINE OF INFORMATION *}> <{* HIT COUNTS *}> <{$lang_icon_hits}> <{$photo.hits}>   <{* COMMENT COUNTS *}> <{$lang_icon_comments}> <{$photo.comments}>     <{* RANK & RATING *}> <{if $has_rateview}> <{if $photo.rating > 0}> <{$photo.rating}> <{$photo.info_votes}> <{else}> <{$photo.info_votes}> <{$photo.info_votes}> <{/if}> <{/if}> <{* VOTE BUTTON *}> <{if $has_ratevote}> <{$lang_votethis}> <{$lang_votethis}> <{/if}> <{* TELL A FRIEND *}> <{if $has_tellafriend}> <{if $is_taf_module }> <{else}> <{/if}> <{$lang_tellafriend}> <{$lang_tellafriend}> <{/if}>
<{* 5TH LINE OF INFORMATION *}> <{if $show_photo_desc && $photo.show_desc }>
<{* DESCRIPTION *}> <{$photo.description_disp}>
<{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}> <{* 6TH LINE OF INFORMATION *}> <{* EXIF *}> <{if $show_photo_exif && $photo.is_owner && ($photo.cont_exif_disp != '') }>
<{$photo.cont_exif_disp}>
<{/if}>