Ignore:
Timestamp:
2013/08/30 18:20:03 (11 years ago)
Author:
m_uehara
Message:

#2348 r23142, r23154 - r23156, r23160 - r23162 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/Smarty/templates/mobile/entry/index.tpl

    r23140 r23168  
    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> 
Note: See TracChangeset for help on using the changeset viewer.