{include file="file:$templatedir/Header.html"} {csrf}
{include file="file:$templatedir/UserMenu.html"}
ポータルTOP > {$blogsToSelect.$blog_sys_id|smarty:nodefaults|truncate_blog:32|neo_escape} > お気に入り一覧
{if $successes}
{foreach from=$successes item=_success}
{$_success}
{/foreach}
{/if} {if $errors}
{foreach from="$errors" item="_error"}
{$_error}
{/foreach}
{/if}
お気に入り一覧
{if $heightUpDown > 2 || !$listObj->isFirstPage()} {/if} {if $listObj->getPageData()} {foreach from=$listObj->getPageData() item='_item'} {/foreach} {else} {/if}
{if $heightUpDown > 2}{/if}
タイトル
{$_item.favorite_public|local_word:$dbValue.favorite_public} {$_item.favorite_name|smarty:nodefaults|truncate_blog:64|neo_escape}
お気に入りはありません。
{if ! $listObj->isFirstPage()}<< 前の{$listObj->numPreviousPageItems()}件{/if} {$listObj->getCurrentPageID()}/{$listObj->numPages()} {if ! $listObj->isLastPage() }次の{$listObj->numNextPageItems()}件 >>{/if}
{include file="file:$templatedir/Footer.html"}