Ignore:
Timestamp:
2013/08/29 22:37:43 (13 years ago)
Author:
pineray
Message:

#2361 個人情報入力欄でマスターデータを使用するように変更

Location:
branches/version-2_13-dev/data/Smarty/templates/mobile
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/mobile/entry/confirm.tpl

    r23040 r23160  
    4040 
    4141        ●性別<br> 
    42         <!--{if $arrForm.sex.value eq 1}-->男性<!--{else}-->女性<!--{/if}--><br> 
     42        <!--{assign var=key1 value="sex"}--> 
     43        <!--{$arrSex[$arrForm[$key1].value]|h}--><br> 
    4344 
    4445        ●職業<br> 
     
    6566 
    6667        ●メールマガジン<br> 
    67         <!--{if $arrForm.mailmaga_flg.value eq 2}-->希望する<!--{else}-->希望しない<!--{/if}--><br> 
     68        <!--{assign var=key1 value="mailmaga_flg"}--> 
     69        <!--{$arrMAILMAGATYPE[$arrForm[$key1].value]|h}--><br> 
    6870        <br> 
    6971 
  • branches/version-2_13-dev/data/Smarty/templates/mobile/entry/index.tpl

    r23134 r23160  
    4747 
    4848        ●性別<font color="#FF0000"> *</font><br> 
    49         <font color="#FF0000"><!--{$arrErr.sex}--></font> 
    50         <input type="radio" name="sex" value="1" <!--{if $arrForm.sex.value eq 1}-->checked<!--{/if}-->>男性&nbsp;<input type="radio" name="sex" value="2" <!--{if $arrForm.sex.value eq 2}-->checked<!--{/if}-->>女性<br> 
     49        <!--{assign var=key1 value="sex"}--> 
     50        <!--{if $arrErr[$key1]}--> 
     51            <font color="#FF0000"><!--{$arrErr[$key1]}--></font> 
     52        <!--{/if}--> 
     53        <!--{html_radios name=$key1 options=$arrSex selected=$arrForm[$key1].value separator='&nbsp;'}--><br> 
    5154 
    5255        ●職業<br> 
  • branches/version-2_13-dev/data/Smarty/templates/mobile/mypage/change.tpl

    r23134 r23160  
    4646 
    4747        【性別】<font color="#FF0000">※</font><br> 
    48         <font color="#FF0000"><!--{$arrErr.sex}--></font> 
    49         <input type="radio" name="sex" value="1" <!--{if $arrForm.sex.value eq 1}-->checked<!--{/if}-->>男性&nbsp;<input type="radio" name="sex" value="2" <!--{if $arrForm.sex eq 2}-->checked<!--{/if}-->>女性<br> 
     48        <!--{assign var=key1 value="sex"}--> 
     49        <!--{if $arrErr[$key1]}--> 
     50            <font color="#FF0000"><!--{$arrErr[$key1]}--></font> 
     51        <!--{/if}--> 
     52        <!--{html_radios name=$key1 options=$arrSex selected=$arrForm[$key1].value separator='&nbsp;'}--><br> 
    5053 
    5154        【職業】<br> 
  • branches/version-2_13-dev/data/Smarty/templates/mobile/mypage/change_confirm.tpl

    r23040 r23160  
    3636        <!--{$arrForm.name01.value|h}--> <!--{$arrForm.name02.value|h}--><br> 
    3737        <!--{$arrForm.kana01.value|h}--> <!--{$arrForm.kana02.value|h}--><br> 
    38         <!--{if $arrForm.sex.value eq 1}-->男性<!--{else}-->女性<!--{/if}--><br> 
     38        <!--{assign var=key1 value="sex"}--> 
     39        <!--{$arrSex[$arrForm[$key1].value]|h}--><br> 
    3940        <!--{$arrJob[$arrForm.job.value]|h}--><br> 
    4041        <!--{if strlen($arrForm.year.value) > 0 && strlen($arrForm.month.value) > 0 && strlen($arrForm.day.value) > 0}--><!--{$arrForm.year.value|h}-->年<!--{$arrForm.month.value|h}-->月<!--{$arrForm.day.value|h}-->日生まれ<!--{else}-->生年月日 未登録<!--{/if}--><br> 
     
    6061 
    6162        【メールマガジン゙】<br> 
    62         <!--{if $arrForm.mailmaga_flg.value eq 2}-->希望する<!--{else}-->希望しない<!--{/if}--><br> 
     63        <!--{assign var=key1 value="mailmaga_flg"}--> 
     64        <!--{$arrMAILMAGATYPE[$arrForm[$key1].value]|h}--><br> 
    6365        <br> 
    6466 
Note: See TracChangeset for help on using the changeset viewer.