<{* $Id: webphoto_inc_photo_info.html,v 1.2 2008/06/21 17:15:23 ohwada Exp $ *}> <{* 1ST LINE OF INFORMATION *}> <{* EDIT ICON *}> <{if $photo.can_edit}> <{$lang_title_edit}> <{/if}> <{* PHOTO"S SUBJECT *}> <{$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}> <{$photo.info_morephotos}> <{$photo.uname_s}> <{* guest *}> <{else}> <{$lang_submitter}> <{$photo.uname_s}> <{/if}>     <{* 3RD LINE OF INFORMATION *}> <{* DATE *}> <{if $photo.datetime_disp != '' }> <{$lang_photo_datetime}> <{$photo.datetime_disp}> <{/if}> <{* PLACE *}> <{if $photo.place_s != '' }> <{$lang_photo_place}> <{$photo.place_s}> <{/if}> <{* EQUIPMENT *}> <{if $photo.equipment_s != '' }> <{$lang_photo_equipment}> <{$photo.equipment_s}> <{/if}> <{if ($photo.datetime_disp != '') || ($photo.place_s != '') || ($photo.equipment_s != '') }>
<{/if}> <{* 4TH LINE OF INFORMATION *}> <{* TAG *}> <{$lang_tags}> <{foreach name=webphoto_tags item=tag from=$photo.tags}> <{$tag.tag_name_s}> <{if ! $smarty.foreach.webphoto_tags.last }> , <{/if}> <{/foreach}> <{* CATEGORY *}> <{if $photo.cat_title_s}> <{$lang_category}> <{$photo.cat_title_s}>     <{/if}> <{* LAST UPDATED *}> <{$lang_icon_lastupdate}>: <{$photo.time_update_m}>     <{* TELL A FRIEND *}> <{if $has_tellafriend}> <{if $is_taf_module }> <{else}> <{/if}> <{$lang_tellafriend}> <{$lang_tellafriend}> <{/if}>
<{* 5TH 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}>
<{* 6TH LINE OF INFORMATION *}> <{if $show_photo_desc && $photo.show_desc }>
<{* DESCRIPTION *}> <{$photo.description_disp}>
<{* 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}> <{* 7TH LINE OF INFORMATION *}> <{* EXIF *}> <{if $show_photo_exif && $photo.is_owner && ($photo.cont_exif_disp != '') }>
<{$photo.cont_exif_disp}>
<{/if}>