<%= 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 %>
Question [*]
 
Answer [*]
 
Page Link
 
Status
 
Position
 
 
 
Enter To Search
<% 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 @MstXFaq.count >0 @MstXFaq.each do |gps| %> <% i +=1 end else %> <% end %>
Sl.No. Question Answer Position Status Action
<%=i%> <%=gps.fq_question%> <%=gps.fq_answer%> <%=gps.faq_position%> <% if gps.fq_status=='Y'%>Active<% else%>Inactive <% end %>
No Records Found
<%= will_paginate(@MstXFaq, :params => { :controller => "faq", :action => "index" })%>
<% end %>