{* $Id: webphoto_main_imagemanager.html,v 1.1.1.1 2008/06/21 12:29:27 ohwada Exp $ *}>
<{$sitename}> <{$lang_imgmanager}>
<{strip}> <{* header *}>
<{* --- category select form --- *}>
<{$cat_options}>
<{if $can_add}>
<{/if}>
<{* === phorto list table === *}> <{if $image_total > 0}>
<{$pagenav}>
<{$lang_imagename}>
<{$lang_image}>
<{$lang_imagesize}>
<{$lang_align}>
<{* --- photo list begin --- *}> <{foreach from=$photos item=photo}>
<{if $photo.can_edit}>
<{/if}> <{$photo.nicename}>
<{if $photo.thumb_width && $photo.thumb_height }>
<{else}>
<{/if}>
<{$photo.cont_width}> x <{$photo.cont_height}>
(<{$photo.cont_ext}>)
<{* thumbnail or icon *}> <{if $makethumb || ! $photo.is_normal }>
<{/if}> <{* normal photo *}> <{if $photo.is_normal}>
<{/if}>
<{/foreach}> <{* --- photo list end --- *}>
<{/if}> <{* === phorto list table end === *}>
<{$pagenav}>
<{/strip}>