<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %>
 
<%=form_for @mstXEmpEdit, url:{ :action=>:update } do |f| %>
Name [*]
Type [*]
Email [*]
Mobile No. [*]
Address
Pin
 
Adhar No 
 
Pan No 
 
Department
Designation
Qualification
State [*]
<% stcodes = [] if @mstXEmpEdit && @mstXEmpEdit.emp_state_code!=nil && @mstXEmpEdit.emp_state_code!='' stcodes = @mstXEmpEdit.emp_state_code.split(',') end %>
 
 
 
<% if @myAddAld %>
<% end %>
 
 
Search
checked="checked"<% end %>/> 
checked="checked"<% end %>/> 
checked="checked"<% end %>/>  
<% 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 @mstEmployeeData.count >0 @mstEmployeeData.each do |gps| %> <% i +=1 end else %> <% end %>
SL. NO. Name Email Phone Action
<%=i%> <%=gps.emp_name%> <%=gps.emp_email%> <%=gps.emp_mobile%> <% if @myEditAld %> <% end %> <% if @myDeletAld %> <% end %>
No Records Found
<%= will_paginate(@mstEmployeeData)%>
<%=render "layouts/popupforms"%>