<{strip}>
<{$lang.login_top_description|smarty:nodefaults|sprintf:$lang._regist|smarty:nodefaults}> <{if $action.error_exists == _ON}>
<{$lang.login_mobile_main_errmsg|smarty:nodefaults}>
<{$action.main_errmsg}>
<{/if}>
<{* 詳細部 *}>
enctype="multipart/form-data"<{/if}>> <{foreach from=$action.confItems item=item_list}> <{foreach from=$item_list item=item}> <{assign var="item_id" value=$item.item_id}> <{if $action.autoregist_use_items.$item_id == $item.item_id && $item.type != "label" && $item.type != "system"}>
<{$action.items_errmsg[$item_id]|smarty:nodefaults}>
<{* 会員詳細 *}> <{$item.item_name}> <{* 必須 *}> <{if $item.require_flag == _ON || $action.autoregist_use_items_req.$item_id}> <{$lang.login_require_flag|smarty:nodefaults}> <{/if}>
<{if $item.type == $smarty.const.USER_TYPE_TEXT}> <{* テキスト *}> /> <{elseif $item.type == $smarty.const.USER_TYPE_EMAIL || $item.type == $smarty.const.USER_TYPE_MOBILE_EMAIL}> <{* email *}> /> <{if $item.allow_email_reception_flag == _ON}> <{* メールを受け取る *}>
checked="checked"<{/if}> /> <{$lang.login_reception_email|smarty:nodefaults}>
<{/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}> <{assign var="select_loop_id" value=$smarty.foreach.selectloop.iteration-1}> value="<{$option.options_value}>|<{$option.options}>" <{else}> value="<{$option.options}>" <{/if}> <{if $action.error_exists == _ON}> <{if isset($option.options_value|smarty:nodefaults)}> <{if $option.options_value|$option.options == $action.items[$item_id][$select_loop_id]}>checked="checked" <{/if}>/> <{else}> <{if $option.options==$action.items[$item_id][$select_loop_id]}> checked="checked" <{/if}> /> <{/if}> <{else}> <{if $option.default_selected}> checked="checked" <{/if}>/> <{/if}> <{$option.options}>   <{/foreach}>
<{elseif $item.type == $smarty.const.USER_TYPE_RADIO}> <{* ラジオボタン *}>
> <{foreach from=$item.set_options item=option name=selectloop}> value="<{$option.options_value}>|<{$option.options}>" <{else}> value="<{$option.options}>" <{/if}> <{if $action.error_exists == _ON}> <{if isset($option.options_value|smarty:nodefaults)}> <{if $action.items[$item_id]==$option.options_value.$option.options}>checked="checked" <{/if}> <{else}> <{if $action.items[$item_id]==$option.options}>checked="checked" <{/if}> <{/if}> <{else}> <{if $option.default_selected}>checked="checked" <{/if}> <{/if}> /> <{$option.options}>   <{/foreach}>
<{elseif $item.type == $smarty.const.USER_TYPE_SELECT}> <{* セレクトリスト *}> <{elseif $item.type == $smarty.const.USER_TYPE_PASSWORD}> <{* パスワード *}> />
<{$lang.login_password_confirm|smarty:nodefaults}> <{* 必須 *}> <{$lang.login_require_flag|smarty:nodefaults}> /> <{/if}> <{if $item.description}>
<{$item.description}>
<{/if}> <{if $item.allow_public_flag == _ON}>
<{if $action.items_public[$item_id] == "1"}>checked="checked"<{/if}> /> <{else}> <{if $item.public_flag == _ON}>checked="checked"<{/if}> /> <{/if}> <{$lang.login_public_flag|smarty:nodefaults}>
<{/if}>
<{/if}> <{/foreach}> <{/foreach}> <{* 利用許諾 *}> <{if $action.autoregist_disclaimer != ""}> <{/if}> <{* 入力キー *}> <{if ($action.autoregist_use_input_key == _ON) }>
<{$lang.login_autoregist_input_key|smarty:nodefaults}> <{$lang.login_require_flag|smarty:nodefaults}>
<{/if}> <{* 各種ボタン *}>
<{* 決定 *}>     <{* キャンセル *}>
<{$token_form|smarty:nodefaults}> <{$session_form|smarty:nodefaults}>
<{/strip}>