<{strip}> <{if $item.type == $smarty.const.USER_TYPE_TEXT}> <{* テキスト *}> onblur="userinfCls['<{$id}>'].focusItem(<{$item.item_id}>, false); userinfCls['<{$id}>'].updItems(event.type, this, <{$item.item_id}>, '<{$item.type}>');" onkeypress="if (event.keyCode == 13) {this.onblur(event);}" onfocus="userinfCls['<{$id}>'].focusItem(<{$item.item_id}>, true);" /> <{elseif $item.type == $smarty.const.USER_TYPE_EMAIL || $item.type == $smarty.const.USER_TYPE_MOBILE_EMAIL}> <{* email *}> onblur="userinfCls['<{$id}>'].focusItem(<{$item.item_id}>, false); userinfCls['<{$id}>'].updItems(event.type, this, <{$item.item_id}>, '<{$item.type}>');" onkeypress="if (event.keyCode == 13) {this.onblur(event);}" onfocus="userinfCls['<{$id}>'].focusItem(<{$item.item_id}>, true);" /> <{if $item.allow_email_reception_flag == _ON}> <{* メールを受け取る *}>
<{/if}> <{elseif $item.type == $smarty.const.USER_TYPE_TEXTAREA}> <{elseif $item.type == $smarty.const.USER_TYPE_FILE}> <{* ファイル *}>
/>
<{elseif $item.type == $smarty.const.USER_TYPE_CHECKBOX}> <{* チェックボックス *}>
> <{foreach from=$item.set_options item=option name=selectloop}> <{/foreach}>
<{elseif $item.type == $smarty.const.USER_TYPE_RADIO}> <{* ラジオボタン *}>
> <{foreach from=$item.set_options item=option name=selectloop}> <{/foreach}>
<{elseif $item.type == $smarty.const.USER_TYPE_SELECT}> <{* セレクトリスト *}>
<{elseif $item.type == $smarty.const.USER_TYPE_PASSWORD}> <{if ($smarty.session._system_user_id==$user.user_id) || !($action.public_flag_colname == "under_public_flag")}> <{* システム管理者か、自分より低い権限であれば、現在のパスワードがわからなくても変更を許す *}> <{/if}>
/>
/>
/>
<{/if}> <{if $item.description}>
<{$item.description}>
<{/if}> <{*if $item.allow_public_flag == _ON && $item.other_public_flag == USER_NO_PUBLIC*}> <{if $item.allow_public_flag == _ON}> <{* TODO:後に修正 *}> <{* 公開するかどうか *}> <{* すでに必ず非公開であるならば、設定させない *}>
<{/if}> <{/strip}>