<{strip}> <{*権限設定画面-権限追加(権限編集)*}>
<{* タイトル *}>
<{if ($action.authority.role_authority_id > 0) }> <{$lang.authority_general_title|smarty:nodefaults}> <{else}> <{$lang.authority_general_add_title|smarty:nodefaults}> <{/if}>
<{* 操作説明 *}>
<{if ($action.authority.role_authority_id > 0) }> <{$lang.authority_description|smarty:nodefaults}> <{else}> <{$lang.authority_add_description|smarty:nodefaults}> <{/if}>
<{* 詳細部 *}>
<{* 権限名 *}> <{* ベース権限 *}>
<{if ($action.authority.system_flag==_ON) }> <{assign var="attribute" value=" disabled='disabled'"}> <{else}> <{assign var="attribute" value=" onchange=\"authorityCls['$id'].chgAuthority(this.form); return false;\""}> <{/if}>
<{* 権限説明 *}>
<{$smarty.const._AUTH_ADMIN_NAME}><{$smarty.const._SEPARATOR2}> <{$lang.authority_desc_admin|smarty:nodefaults}>
<{$smarty.const._AUTH_CHIEF_NAME}><{$smarty.const._SEPARATOR2}> <{$lang.authority_desc_chief|smarty:nodefaults}>
<{$smarty.const._AUTH_MODERATE_NAME}><{$smarty.const._SEPARATOR2}> <{$lang.authority_desc_moderate|smarty:nodefaults}>
<{$smarty.const._AUTH_GENERAL_NAME}><{$smarty.const._SEPARATOR2}> <{$lang.authority_desc_general|smarty:nodefaults}>
<{$smarty.const._AUTH_GUEST_NAME}><{$smarty.const._SEPARATOR2}> <{$lang.authority_desc_guest|smarty:nodefaults}>
<{* 各種ボタン *}>
<{* 次へボタン *}> disabled="true" <{/if}>/> <{* キャンセルボタン *}>
<{include file="authority_script.html"}> <{/strip}>