<{* $Id: webphoto_inc_photo_in_list.html,v 1.11 2009/12/24 06:55:22 ohwada Exp $ *}> <{* IMAGE PART *}> <{* INFORMATION PART *}> <{assign var="list_type" value="1" }> <{assign var="detail_type" value="0" }>
<{* POPUP IMAGE *}> <{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}>
<{include file="db:`$mydirname`_inc_photo_info.html"}>