<{strip}> <{* 写真一覧表示画面用テンプレート *}>
<{foreach item=photo from=$action.photos}>
<{assign var="photo_name" value="`$photo.photo_name`"|smarty:nodefaults|escape:"javascript"|escape:"html"}> <{$photo_name}>
<{$photo.photo_name}>
<{if $photo.edit_authority}> " alt="<{$lang._edit_title|sprintf:$photo_name}>" title="" /> ');return false;"> " alt="<{$lang._del_title|sprintf:$photo_name}>" title="" /> <{/if}>

<{/foreach}>


<{include file="../photoalbum_script.html"}> <{/strip}>