<{* $Id: inc_photo_in_table.html,v 1.1.1.1 2008/06/21 12:22:17 ohwada Exp $ *}> <{* IMAGE PART *}> <{* NORMAL IMAGES with popbox *}> <{if $photo.is_normal_image && $use_popbox_js }> <{if $photo.thumb_width && $photo.thumb_height }> <{$photo.title_s}> <{else}> <{$photo.title_s}> <{/if}> <{* NORMAL IMAGES *}> <{elseif $photo.is_normal_image }> <{if $photo.thumb_width && $photo.thumb_height }> <{$photo.title_s}> <{else}> <{$photo.title_s}> <{/if}> <{* FILES OTHER THAN IMAGES *}> <{else}> <{if $photo.ahref_file }> <{else}> <{/if}> <{if $photo.thumb_width && $photo.thumb_height }> <{$photo.title_s}> <{else}> <{$photo.title_s}> <{/if}> <{/if}>
<{* EDIT ICON *}> <{if $photo.can_edit}> <{$lang_title_edit}> <{/if}> <{* PHOTO"S SUBJECT *}> <{$photo.title_s}>
<{* SUBMITTER *}> <{* user *}> <{if $photo.uid > 0}> <{$photo.uname_s}> <{* guest *}> <{else}> <{$photo.uname_s}> <{/if}>
<{* DATE *}> <{if $photo.datetime_disp != '' }> <{$photo.datetime_disp}>
<{/if}> <{* PLACE *}> <{if $photo.place_s != '' }> <{$photo.place_s}>
<{/if}>