<{$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 === *}>