<%= render "layouts/portlet-config" %>
<%= render "layouts/theme-panel" %>
<%=render'layouts/breadcrumbs'%>
<% if flash[:error] %>
×
<%= flash[:error] %>
<% end %>
<%= form_tag({:action=>'create'} ,:multipart=>true,:id=>:myforms ) do %>
<% end %>
<%
i = 1
if @announcementListed && @announcementListed.length >0
@announcementListed.each do |newanc|
departmt = ""
deprtsobj = get_department_detail(newanc.ans_posteddashboard)
if deprtsobj
departmt = deprtsobj.departDescription
else
departmt = "All"
end
%>
<%
i +=1
end
end
%>
Sl. No. | Publish Date | Publish Time | Department | Announcement | Status | Action |
---|---|---|---|---|---|---|
<%=i%> | <%=format_oblig_date(newanc.ans_publishdate)%> | <%=newanc.ans_publishtime%> | <%=departmt%> | <%=newanc.ans_announcment%> | <%=newanc.ans_status%> |