{include file="head.html"}
{include file="side_menu.html"}
{$smarty.const.SYSTEM_TITLE} {$smarty.const.SITEADMIN_TITLE}
{if $user_auth->kbn_userauth == '2'}
『管理者権限』
でログインしました。
{/if} {if $user_auth->kbn_userauth == '1'}
『運用権限』
でログインしました。
{/if}
{include file="foot.html"}