Changeset 23160 for branches/version-2_13-dev/data/Smarty/templates/mobile
- Timestamp:
- 2013/08/29 22:37:43 (13 years ago)
- Location:
- branches/version-2_13-dev/data/Smarty/templates/mobile
- Files:
-
- 4 edited
-
entry/confirm.tpl (modified) (2 diffs)
-
entry/index.tpl (modified) (1 diff)
-
mypage/change.tpl (modified) (1 diff)
-
mypage/change_confirm.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/Smarty/templates/mobile/entry/confirm.tpl
r23040 r23160 40 40 41 41 ●性別<br> 42 <!--{if $arrForm.sex.value eq 1}-->男性<!--{else}-->女性<!--{/if}--><br> 42 <!--{assign var=key1 value="sex"}--> 43 <!--{$arrSex[$arrForm[$key1].value]|h}--><br> 43 44 44 45 ●職業<br> … … 65 66 66 67 ●メールマガジン<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> 68 70 <br> 69 71 -
branches/version-2_13-dev/data/Smarty/templates/mobile/entry/index.tpl
r23134 r23160 47 47 48 48 ●性別<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}-->>男性 <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=' '}--><br> 51 54 52 55 ●職業<br> -
branches/version-2_13-dev/data/Smarty/templates/mobile/mypage/change.tpl
r23134 r23160 46 46 47 47 【性別】<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}-->>男性 <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=' '}--><br> 50 53 51 54 【職業】<br> -
branches/version-2_13-dev/data/Smarty/templates/mobile/mypage/change_confirm.tpl
r23040 r23160 36 36 <!--{$arrForm.name01.value|h}--> <!--{$arrForm.name02.value|h}--><br> 37 37 <!--{$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> 39 40 <!--{$arrJob[$arrForm.job.value]|h}--><br> 40 41 <!--{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> … … 60 61 61 62 【メールマガジン゙】<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> 63 65 <br> 64 66
Note: See TracChangeset
for help on using the changeset viewer.
