<% for card in @previous_cards %> <% end %>

<%= image_tag "creditcard.gif", :id => 'creditcard-image' %> <% param_prefix = "payment_source[#{payment_method.id}]" %>

<%= text_field_tag "#{param_prefix}[number]", '', :class => 'required', :size => 19, :maxlength => 19 %> *  

<%= select_month(Date.today, :prefix => param_prefix, :field_name => 'month', :use_month_numbers => true, :class => 'required') %> <%= select_year(Date.today, :prefix => param_prefix, :field_name => 'year', :start_year => Date.today.year, :end_year => Date.today.year + 15, :class => 'required') %> *

<%= text_field_tag "#{param_prefix}[verification_value]", '', :class => 'required', :size => 5 %> * (<%= t("whats_this") %>)