{include file="file:$templatedir/Header.html"} {csrf}
{include file="file:$templatedir/UserMenu.html"}
ポータルTOP > {$blogsToSelect.$blog_sys_id|truncate_blog:32} > コメント一覧
{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}
{* foreachelseではデータがない時に$listObj->getPageData()が空の配列を返す為、else側に行かない *} {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"}