<{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}>
<{* メールを受け取る *}>
<{/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}>
<{* パスワード *}>
/>
|