{include file="file:$templatedir/Header.html"} {csrf}
{include file="file:$templatedir/GadminMenu.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 $userRest} {$userRest|string_format:'あと%dユーザー削除してください。'} {else} 現在のライセンスではこれ以上、ユーザーを登録できません。 {/if} {else} {if $userRest} {$userRest|string_format:'あと%dユーザーまで登録できます。'} {/if} {/if}
{if ! $registerDisable} {/if}
※個人ブログ使用許可を禁止にした場合、該当ユーザーのブログ内データは全て削除されます。(許可に戻してもデータは復活しません)
ユーザー一覧 [{$group_name|smarty:nodefaults|truncate_blog:25|neo_escape|default:"すべて"}]
{foreach from=$pager->getPageData() item='_item'} {foreachelse} {/foreach}
許可{$listSession.asc|asc_symbol:$listSession.o:'allow_blog':$dbValue.order_symbol} 氏名{$listSession.asc|asc_symbol:$listSession.o:'kana':$dbValue.order_symbol} ログインID{$listSession.asc|asc_symbol:$listSession.o:'userid':$dbValue.order_symbol} グループ メールアドレス 代理
{if $_item.allow_blog}{else}個人ブログ使用禁止{/if} {if $_item.skype}[Skypeで接続]{/if}{$_item.name} {$_item.userid} {foreach from=$_item.groups item=__item key=__key name=groups}{if $__key|smarty:nodefaults == $_item.defgroup}{/if}{$__item|smarty:nodefaults}{if $__key|smarty:nodefaults == $_item.defgroup}{/if}{if !$smarty.foreach.groups.last},{/if}{/foreach} {$_item.mail}{$_item.mail|isshow:"
"} {$_item.mailmobile}{$_item.mailmobile|isshow:"
"} {$_item.mailprivate}{$_item.mailprivate|isshow:"
"} {$_item.mailother}{$_item.mailother|isshow:"
"}
ログイン
該当条件のユーザーは存在しません。
{if !$pager->isFirstPage()}<< 前の{$pager->numPreviousPageItems()}件{/if} {$pager->getCurrentPageID()}/{$pager->numPages()} {if !$pager->isLastPage()}次の{$pager->numNextPageItems()}件 >>{/if}
{if ! $registerDisable} {/if}
{include file="file:$templatedir/Footer.html"}