<% if (AnnouncementSetting.first.enable_annc_dept rescue false) %>
<%= t("announcement.annc_dept") %>
<%= f.select("annc_dept", (options_for_select(AnnouncementSetting.first.annc_depts.to_a.map.with_index{|dept,i| [dept, i] },:selected => f.object.annc_dept) rescue []) , { include_blank: true, id: "annc_dept" }) %>
<% end %>
<%= t(:category) %>
<%= select_category(f, @module_app) %>
<%= t(:start_date) %>
<%= f.datetime_picker :postdate, :no_label => true, :new_record => @bulletin.new_record?, :data=>{"picker-type" => "range", "range" => "start"} %>
<%= t(:end_date) %>
<%= f.datetime_picker :deadline, :no_label => true, :new_record => @bulletin.new_record?, :data=>{"picker-type" => "range", "range" => "end"} %>
<%= f.label :is_external_link, t("announcement.is_external_link"), :class => "control-label muted" %>
<%= f.check_box :is_external_link %>
<%= f.label :external_link, t("announcement.external_link"), :class => "control-label muted" %>
<%= f.text_field :external_link %>
<%= t("announcement.external_link_hint") %>
<%= f.label :display_subtitle, t("announcement.display_subtitle"), :class => "control-label muted" %>
<%= f.check_box :display_subtitle %>
<%= f.label :display_img, t("announcement.display_img"), :class => "control-label muted" %>
<%= f.check_box :display_img %>
<% image_display_class_relation = {"full_width"=>"full-size-img","up_left_corner"=>"pull-left","up_right_corner"=>"pull-right"} %>
<%= f.label :image_display_class, t("announcement.cover_image_display_setting"), :class => "control-label muted" %>
<% image_display_class_relation.each.with_index do |(key,value),i| %>
<%= radio_button_tag "#{f.object_name}[image_display_class]", value , (f.object.image_display_class == value) %>
<%= t("announcement.#{key}") %>
<% end %>
<% if defined? Calendar %>
<%= t('announcement.add_to_calendar') %>
<%= f.check_box :add_to_calendar,onchange: 'trigger_on_add_calendar(this)' %>
>
<%= t('calendar.calendar') %>
<%= f.select :calendar_type_id, @calendar_categories.collect{|t| [ t.title, t.id ]} %>
<%= t(:start_date) %>
<%= t('announcement.blank_to_set') %>
<%= f.datetime_picker :calendar_start_date, :new_record => @bulletin.new_record?, :no_label => true, :data=>{"picker-type" => "range", "range" => "start"} %>
<%= t(:end_date) %>
<%= t('announcement.blank_to_set') %>
<%= f.datetime_picker :calendar_end_date, :new_record => @bulletin.new_record?, :no_label => true, :data=>{"picker-type" => "range", "range" => "end"} %>
<%= t('calendar.all_day') %>
<%= f.check_box :calendar_all_day %>
Select Read More Page :
<%= f.select :page_id,[["----- Select a page -----",nil]]+@module_pages %>
<%= f.hidden_field :event_id %>
<% end %>
<% if((!AnnouncementSetting.first.only_manager_can_edit_status) || (AnnouncementSetting.first.only_manager_can_edit_status && (@current_user.is_admin? || @current_user.is_manager?(@module_app))) ) %>
<%= t(:status) %>
<% if !(@reach_limit.include?('is_top') && @bulletin.is_top != true) || current_user.is_admin? %>
<%= f.check_box :is_top %> <%= t(:top) %>
<% else %>
<%= t(:top) %>
<% end %>
<% if !(@reach_limit.include?('is_hot') && @bulletin.is_hot != true) || current_user.is_admin? %>
<%= f.check_box :is_hot %> <%= t(:hot) %>
<% else %>
<%= t(:hot) %>
<% end %>
<%= f.check_box :is_hidden %> <%= t(:hide) %>
<% if !@bulletin.is_top? && !AnnouncementSetting.check_limit_for_user((@bulletin.new_record? ? current_user.id : @bulletin.create_user_id)) %>
Top limit has been reached. The bulletin wont be marked as top even if you click on it.
<% end %>
" data-for="is_top">
Top end time
<%= f.datetime_picker :top_end_date, :no_label => true, :new_record => @bulletin.new_record? %>
<%= t('announcement.open_comment')%>
<%= f.check_box :open_comment %><%= t('announcement.open') %>
<% end %>
<%= t(:tags) %>
<%= select_tags(f, @module_app) %>
<%= t(:image) %>
<% if @bulletin.image.file %>
<%= image_tag @bulletin.image %>
<% else %>
<% end %>
<%= t(:select_image) %>
<%= t(:change) %>
<%= f.file_field :image %>
<%= t(:cancel) %>
<%= f.check_box :remove_image %><%= t(:remove) %>
<% @site_in_use_locales.each do |locale| %>
<%= f.fields_for :image_description_translations do |f| %>
<%= t(:description) + " (#{t(locale.to_s)})" %>
<%= f.text_field locale, value: (@bulletin.image_description_translations[locale.to_s] rescue nil) %>
<% end %>
<% end %>
<%= f.label :custom_carousel_image_type, t("announcement.default_carousel_image_type"), :class => "control-label muted" %>
<% carousel_image_types = ["default","carousel","album"] %>
<%= f.select :custom_carousel_image_type, options_for_select(carousel_image_types.map.with_index{|type,i| [t("announcement.carousel_image_types.#{type}"),i]}.to_h,:selected => f.object.custom_carousel_image_type) %>
<%= t("announcement.carousel_image_width") %>
<%= f.text_field :custom_carousel_image_width, :placeholder => t("announcement.custom_carousel_image_width_hint") %>
<% if @bulletin && !@bulletin.bulletin_carousel_images.blank? %>
<% @bulletin.bulletin_carousel_images.each_with_index do |bulletin_carousel_image, i| %>
<%= f.fields_for :bulletin_carousel_images, bulletin_carousel_image do |f| %>
<%= render :partial => 'form_image', :object => bulletin_carousel_image, :locals => {:f => f, :i => i} %>
<% end %>
<% end %>
<% end %>
<%= hidden_field_tag 'bulletin_carousel_image_count', @bulletin.bulletin_carousel_images.count %>
<%= t(:add) %>
<%= t("announcement.enable") %>
<%= f.check_box :enable_sub_annc, {:id=>"enable_sub_annc"} %>
<%= t('announcement.enable')%>
<%= f.label :sub_annc_title_trans, t("announcement.sub_annc_title_trans"), :class => "control-label muted" %>
<%= t("announcement.display_sub_annc_date") %>
<%= f.check_box :display_sub_annc_date,:id=>"display_sub_annc_date" %>
<%= t("announcement.relation_announcements_list") %>
<%=f.object.get_sub_annc_title_trans%>
<%=t("announcement.table.date")%>
<% if f.object.sub_annc_list.count != 0 %>
<% f.object.get_sub_annc_list.each do |annc| %>
X <%= hidden_field_tag "#{f.object_name}[sub_annc_list][]", annc.id %>
<%=annc.title%>
<%=annc.display_postdate %>
<% end %>
<% end %>
<%= t(:add) %>
<%= t("announcement.email_to") %>
<%= f.check_box :email_sent, {:id=>'remind-check'} %>
<%= t('announcement.activate_email_reminder')%>
<%= render partial: 'admin/member_selects/email_selection_box', locals: {field: 'bulletin[email_member_ids][]', email_members: @bulletin.email_members} %>
<%= "#{t("announcement.other_mailaddress")}(#{t("announcement.other_mailaddress_note")})"%>
<%= f.text_area :other_mailaddress, :class=>"span12", :cols=>"25", :rows=>"10" %>
<%= t("announcement.email_sentdate") %>
<%= f.datetime_picker :email_sentdate, :no_label => true %>
<% if (@bulletin.email.is_sent rescue false) %>
<% end %>
<% @site_in_use_locales.each_with_index do |locale, i| %>
">
<%= t(:content) %>
<%= f.fields_for :text_translations do |f| %>
<%= f.cktext_area locale, rows: 5, class: "input-block-level", :value => (@bulletin.text_translations[locale] rescue nil) %>
<% end %>
<% end %>
<%= t(:file_) %>
<%= t("announcement.file_description_hint") %>
<% if @bulletin && !@bulletin.bulletin_files.blank? %>
<% @bulletin.bulletin_files.each_with_index do |bulletin_file, i| %>
<%= f.fields_for :bulletin_files, bulletin_file do |f| %>
<%= render :partial => 'form_file', :object => bulletin_file, :locals => {:f => f, :i => i} %>
<% end %>
<% end %>
<% end %>
<%= hidden_field_tag 'bulletin_file_field_count', @bulletin.bulletin_files.count %>
<%= t(:add) %>