<{* $Id: webphoto_inc_photo_in_list.html,v 1.1.1.1 2008/06/21 12:29:27 ohwada Exp $ *}> <{* IMAGE PART *}> <{* INFORMATION 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}>
<{include file="db:`$mydirname`_inc_photo_info.html"}>