<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %> <%= form_tag({:action=>'create'} ,:multipart=>true,:id=>'myForms' ) do %>
Card Type
From Card No.
Upto Card No.
<% i = 1 if @searchList!=nil && @searchList.length >0 @searchList.each do |carddt| %> <% i +=1 end %> <% else %> <% end %>
SL.No. Card No Value Valid Upto Active Y/N
<%=i%> <%=carddt.pcd_generate%> <%=currency_formatted(carddt.pcd_cardvalue)%> <%=formatted_date(carddt.pcd_validity)%> <%=carddt.pcd_cardstatus%>
No Record(s) Found.
 
<% end %>