<{strip}> <{* アルバム一覧用テンプレート *}>
<{$action.photoalbum.photoalbum_name}>
<{include file = "photoalbum_view_main_album_list_operation.html" operationPosition="head"}> <{if $action.albumCount > 0}> <{foreach key=key item=album from=$action.albums}> <{/foreach}>
<{* リンク *}> <{if empty($album.upload_id|smarty:nodefaults)}> <{$lang.photoalbum_album_jacket_title|sprintf:$album.album_name}> <{else}> <{$lang.photoalbum_album_jacket_title|sprintf:$album.album_name}> <{/if}>
<{$lang.photoalbum_photo_count|sprintf:$album.photo_count}>
<{$album.album_name}> <{if $album.public_flag == _OFF}> <{$lang.photoalbum_public_flag_off_notice}> <{/if}> <{if $action.photoalbum.album_new_period_time <= $album.insert_time}> " alt="<{$lang._new}>" title="<{$lang._new}>" /> <{elseif $album.photo_count > 0 && $album.photo_new_period_time <= $album.photo_upload_time}> " alt="<{$lang.bbs_new}>" title="<{$lang.bbs_new}>" /> <{/if}>
<{if $album.edit_authority}> <{/if}>
<{$album.album_description|nl2br}>
<{$lang.photoalbum_album_creator}> <{include file = "photoalbum_view_handle.html" handle=$album.insert_user_name|smarty:nodefaults user_id=$album.insert_user_id}> <{$lang._separator|smarty:nodefaults}> <{$album.insert_time|timezone_date_format:$lang._date_format}> <{if $album.vote_flag == _ON}> <{$lang.photoalbum_vote_unit|sprintf:$album.album_vote_count}> <{/if}>
<{include file = "photoalbum_view_main_album_list_operation.html" operationPosition="foot"}> <{else}> <{$lang.photoalbum_no_album}> <{/if}> <{include file="../photoalbum_script.html"}> <{/strip}>