{* $Id: inc_photo_in_table.html,v 1.2 2008/07/05 12:54:16 ohwada Exp $ *}>
<{* IMAGE PART *}>
<{* NORMAL IMAGES with popbox *}>
<{if $photo.is_normal_image && $use_popbox_js }>
<{if $photo.thumb_width && $photo.thumb_height }>
<{else}>
<{/if}>
<{* NORMAL IMAGES & FLASH VODEO *}>
<{elseif $photo.is_normal_image || $photo.is_flash_video }>
<{if $use_pathinfo }>
<{else}>
<{/if}>
<{if $photo.thumb_width && $photo.thumb_height }>
<{else}>
<{/if}>
<{* FILES OTHER THAN IMAGES *}>
<{else}>
<{if $photo.ahref_file }>
<{elseif $use_pathinfo }>
<{else}>
<{/if}>
<{if $photo.thumb_width && $photo.thumb_height }>
<{else}>
<{/if}>
<{/if}>