<%= 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 %>
Company Code
Company Name
Registered Email
Registered Mobile
<% if @listCompDtl == nil%>
Admin User
readonly<% end %> class="form-control" name="admin_user" id="admin_user" value="<% if @listCompDtl !=nil%><%=@listCompDtl.cmp_cell_number%><% end %>"/>
Password
<% end %>
No of users
Valid Upto
 
Search
<% end %>
<% i = 1 if @compList.length >0 @compList.each do |newcomp| %> <% i +=1 end else %> <% end %>
SL. NO. Company Code Company Name Email Mobile No Validity Action
<%=i%> <%=newcomp.cmp_companycode%> <%=newcomp.cmp_companyname%> <%=newcomp.cmp_email%> <%=newcomp.cmp_cell_number%> <%=formatted_date(newcomp.cmp_validity)%>
No record(s) found.
<%=render "layouts/popupforms"%>