<% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= form_tag({:action=>'create'} ,:multipart=>true,:id=>:myforms ) do %>
<% end %>
CSV
<% pagestart = params[:page] ? params[:page] : 1 if pagestart.to_i <=1 i = 1 else i = ((pagestart.to_i-1)*50)+1 i = i.to_i end if @UserLogList && @UserLogList.length >0 @UserLogList.each do |listlog| urname = "" userobj = user_detail(listlog.ad_user) urname = userobj.firstname.to_s if urname.blank? urname = userobj.username end %> <% i +=1 end else %> <% end %>
User Event Module Description Date Time Path Device/Browser ID User IP
<%= urname.blank? ? userobj.userid : urname %> <%= listlog.ad_event %> <%= listlog.ad_module %> <%= listlog.ad_description %> <%= listlog.ad_date %> <%= listlog.ad_time %> <%= listlog.ad_path %> <%= listlog.ad_device_id %> <%= listlog.ad_ip %>