{include file="file:$templatedir/Header.html"}
{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 $registerDisable} {if $blogRest} {$blogRest|string_format:'あと%dブログ削除してください。'} {else} これ以上、ブログを登録できません。 {/if} {else} {if $blogRest} {$blogRest|string_format:'あと%dブログまで登録できます。'} {/if} {/if}
ブログ一覧{if $listSession.conditions && count($listSession.conditions) > 0}(検索結果){/if}
{if $listObj->getPageData()} {foreach from=$listObj->getPageData() item='_blog'} {/foreach} {else} {/if}
ブログ名{$listSession.asc|asc_symbol:$listSession.o:'blog_name':$dbValue.order_symbol} 作者名 ブログID{$listSession.asc|asc_symbol:$listSession.o:'blog_id':$dbValue.order_symbol} 記事数{$listSession.asc|asc_symbol:$listSession.o:'entry_count':$dbValue.order_symbol} コメント数{$listSession.asc|asc_symbol:$listSession.o:'comment_count':$dbValue.order_symbol} トラックバック数{$listSession.asc|asc_symbol:$listSession.o:'trackback_count':$dbValue.order_symbol}
{$_blog.blog_name|truncate_blog:24} {if $_blog.blog_type == '0'}{$_blog.user_name|truncate_blog:24}{else}{$_blog.group_name|truncate_blog:24}{/if} {$_blog.blog_id} {$_blog.entry_count} {$_blog.comment_count} {$_blog.trackback_count}
ブログがありません
{if ! $listObj->isFirstPage()}<< 前の{$listObj->numPreviousPageItems()}件{/if} {$listObj->getCurrentPageID()}/{$listObj->numPages()} {if ! $listObj->isLastPage() }次の{$listObj->numNextPageItems()}件 >>{/if}
※ブログIDをクリックすると、個々のブログのメインページを表示します。
{include file="file:$templatedir/Footer.html"}