OSDN Git Service

- スマートフォン対応レポジトリからマージ
[elecoma/elecoma.git] / app / views / accounts / signup_confirm_mobile_smartphone.html.erb
1 <div class="sectionHeader">会員登録</div>
2 <div id="confirmEntry">
3 <%= @customer && error_messages_for(:customer) %>
4 <%= render :partial => 'confirm', :locals  => { :customer => @customer } %>
5 <% form_for :customer, :url => {:action => 'signup_complete'} do |f| %>
6   <div>
7     <% [ :zipcode01, :zipcode02, :tel01, :tel02, :tel03,
8         :fax01, :fax02, :fax03, :sex, :occupation_id,
9         :family_name, :first_name, :family_name_kana, :first_name_kana,
10         :email, :address_city, :address_detail,
11         :birthday, :raw_password, :receive_mailmagazine, :prefecture_id,
12         :password_confirm, :email_confirm
13        ].each do | column | %>
14       <%= f.hidden_field column -%>
15     <% end %>
16
17     <%= hidden_field_tag 'password', @customer.raw_password -%>
18     <div class="my_btn4">
19        <%= submit_tag '戻る', :name=>'back', :class=>'rosy button'%>
20     <%= submit_tag '登録', :class=>'rosy button'%>
21     </div>
22   </div>
23 <% end %>
24 </div>