<%=@breadcumb%>
<%=@record_form_title%> | |||
---|---|---|---|
><%=t('olympiamanagement.'+record_item.to_s)%> | ><%=(@school_data[record_item.to_s].nil? ? ' '.html_safe : @school_data[record_item.to_s]) %> | <% end %>
<%=@remark_texts%> |
<%=t('olympiamanagement.'+field_name.to_s)%> | <% end %>||
<%= "#{i+1}" %> | <%elsif th_name != 'birth_date'%> <% @value = field[th_name] %> <% @index = @field_infos.map{|hash| hash.keys[0]}.index(th_name) rescue nil%> <% if !@index.nil? %> <% (['String','Year','select_num','File'].include?(@field_infos.map{|hash| hash.values[0]}[@index]['type'])) ? (nil) : (@value=(@field_infos.map{|hash| hash.values[0]}[@index]['values'][I18n.locale.to_s][@value.to_i].to_s rescue @value))%> <% end %><%= @value %> | <% else %><%= "#{field.StudentBirthYear}-#{field.StudentBirthMonth}-#{field.StudentBirthDay}" %> | <% end %> <% end %>