{include file="file:$templatedir/Header.html"} {csrf}
{include file="file:$templatedir/AdminMenu.html"}
ポータルTOP > 管理者設定 > ブログ一覧 > コメント一覧 << 戻る
{if $successes}
{foreach from=$successes item=_success}
{$_success}
{/foreach}
{/if} {if $errors}
{foreach from="$errors" item="_error"}
{$_error}
{/foreach}
{/if}
コメント一覧{if $listSession.conditions && count($listSession.conditions) > 0}(検索結果){/if}
{if $listObj->getPageData()} {foreach from=$listObj->getPageData() item='_item'} {/foreach} {else} {/if}
投稿日時{$listSession.asc|asc_symbol:$listSession.o:'comment_date':$dbValue.order_symbol} タイトル 投稿記事{$listSession.asc|asc_symbol:$listSession.o:'entry_title':$dbValue.order_symbol} コメント投稿者
{$_item.open_status|local_word:$dbValue.comment_public} {$_item.comment_date|date_format:'%m/%d %H:%M'} {$_item.comment_title|truncate_blog:24} {$_item.entry_title|truncate_blog:24} {if $_item.user_sys_id}{$_item.name|truncate_blog:24}{else}{$_item.comment_name|truncate_blog:24}{/if}
コメントはありません。
{if ! $listObj->isFirstPage()}<< 前の{$listObj->numPreviousPageItems()}件{/if} {$listObj->getCurrentPageID()}/{$listObj->numPages()} {if !$listObj->isLastPage() }次の{$listObj->numNextPageItems() }件 >>{/if}
<< 戻る
{include file="file:$templatedir/Footer.html"}