<{* $Id: webphoto_main_imagemanager.html,v 1.2 2008/09/12 22:57:45 ohwada Exp $ *}> <{$sitename}> <{$lang_imgmanager}> <{strip}> <{* header *}> <{* --- category select form --- *}> <{if $show_cat_form }>
<{if $can_add}> <{/if}>
<{else}>
<{$lang_no_category}>
<{/if}> <{* === phorto list table === *}> <{if $image_total > 0}> <{* --- photo list begin --- *}> <{foreach from=$photos item=photo}> <{/foreach}> <{* --- photo list end --- *}>
<{$lang_imagename}> <{$lang_image}> <{$lang_imagesize}> <{$lang_align}>
<{if $photo.can_edit}> <{$lang_title_edit}> <{/if}> <{$photo.nicename}> <{if $photo.thumb_width && $photo.thumb_height }> <{$photo.nicename}> <{else}> <{$photo.nicename}> <{/if}> <{$photo.cont_width}> x <{$photo.cont_height}>
(<{$photo.cont_ext}>)
<{* thumbnail or icon *}> <{if $makethumb || ! $photo.is_normal }> <{$lang_left}> <{$lang_center}> <{$lang_right}>

<{/if}> <{* normal photo *}> <{if $photo.is_normal}> <{$lang_left}> <{$lang_center}> <{$lang_right}> <{/if}>
<{/if}> <{* === phorto list table end === *}> <{/strip}>