<%= 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 %>
Name [*]
Mandat. For [*]
checked<% end %> value="Y"/> Manufac.
checked<% end %> value="Y"/> Distributor
Position
<% if session[:LOCKED_EXPIRY] && session[:LOCKED_EXPIRY]=='Y' %>
 
<% end %>
 
Search
<% end %>
<% pagestart = params[:page] ? params[:page] : 1 if pagestart.to_i <=1 i = 1 else i = ((pagestart.to_i-1)*10)+1 i = i.to_i end if @MstGroup.count >0 @MstGroup.each do |gps| %> <% i +=1 end else %> <% end %>
SL.No. Name Manufacture(Mandatory) Distributor(Mandatory) Position Action
<%=i%> <%=gps.sn_name%> <% if gps.sn_manufacture != '' && gps.sn_manufacture != nil && gps.sn_manufacture == 'Y' %> Yes <% else %> No <% end %> <% if gps.sn_distributor != '' && gps.sn_distributor != nil && gps.sn_distributor == 'Y' %> Yes <% else %> No <% end %> <%=gps.sn_position%>
No Records Found
<%= will_paginate(@MstGroup)%>