<{* $Id: webphoto_inc_photo_in_table.html,v 1.12 2009/11/29 07:43:41 ohwada Exp $ *}> <{* IMAGE PART *}>
<{* NORMAL IMAGES with popbox *}> <{if ( $photo.onclick == 2 ) && $cfg_use_popbox }> <{if $photo.img_thumb_width && $photo.img_thumb_height }> <{$photo.title_s}> <{else}> <{$photo.title_s}> <{/if}> <{* DIRECT LINK *}> <{elseif $photo.onclick == 1 }> <{if $photo.media_url_s }> <{elseif $cfg_use_pathinfo }> <{else}> <{/if}> <{if $photo.img_thumb_width && $photo.img_thumb_height }> <{$photo.title_s}> <{else}> <{$photo.title_s}> <{/if}> <{* PHOTO PAGE *}> <{else}> <{if $cfg_use_pathinfo }> <{else}> <{/if}> <{if $photo.img_thumb_width && $photo.img_thumb_height }> <{$photo.title_s}> <{else}> <{$photo.title_s}> <{/if}> <{/if}>
<{* EDIT ICON *}> <{if $photo.can_edit}> <{$lang_title_edit}> <{/if}> <{* GROUP ICON *}> <{if !$photo.is_public}> <{$lang_icon_group}> <{/if}> <{* PHOTO"S SUBJECT *}> <{if $cfg_use_pathinfo }> <{else}> <{/if}> <{$photo.title_s}>
<{* SUBMITTER *}> <{* user *}> <{if $photo.uid > 0}> <{if $cfg_use_pathinfo }> <{else}> <{/if}> <{$photo.uname_s}> <{* guest *}> <{else}> <{$photo.uname_s}> <{/if}>
<{* DATE *}> <{if $photo.datetime_disp != '' }> <{if $cfg_use_pathinfo }> <{else}> <{/if}> <{$photo.datetime_disp}>
<{/if}> <{* PLACE *}> <{if $photo.place_s != '' }> <{if $cfg_use_pathinfo }> <{else}> <{/if}> <{$photo.place_s}>
<{/if}> <{* VIDEO *}> <{if $photo.is_video }> <{$lang_icon_video}> <{/if}> <{* DURATION *}> <{if $photo.cont_duration_disp > 0 }> <{$photo.cont_duration_disp}>
<{/if}>