#set($title = "会員変更確認") #parse( "/WEB-INF/view/common/preHeader_mb.vm" ) #parse( "/WEB-INF/view/common/header_mb.vm" ) #set($regist-url = $tools.getEncodeUrl('/user/userEdit/editRegist/'))
会員更新確認ページ
■基本情報

氏名(氏)
$!escape.html($!userEditForm.firstName) ##
氏名(名)
$!escape.html($!userEditForm.lastName) ##
氏名(氏カナ)
$!escape.html($!userEditForm.firstNameKana) ##
氏名(名カナ)
$!escape.html($!userEditForm.lastNameKana) ##
パソコン E-mail
$!userEditForm.pcEmail ##
携帯電話 E-mail
$!userEditForm.mbEmail ##
ログイン名
$!escape.html($!userEditForm.loginId) ##
パスワード
******** ##
パスワード確認
******** ##

■ご自宅の住所の登録

郵便番号
$!userEditForm.zipCode ##


都道府県
$!userEditForm.prefectureName ##

市区町村
$!escape.html($!userEditForm.cityName) ##

それ以降の住所
$!escape.html($!userEditForm.areaName) ##
アパート・ビル・マンション
$!escape.html($!userEditForm.buildingName) ##
電話番号
$!userEditForm.telNo

■属性情報

性別
#if($!userEditForm.genderCd == "0")男性 #elseif($!userEditForm.genderCd == "1")女性 #else #end ##
生年月日
$!userEditForm.birthdayY年$!userEditForm.birthdayM月$!userEditForm.birthdayD日 ## ## ##



戻る
#makeToken()