<% # encoding: utf-8 %>

<%= @news_bulletin.title[I18n.locale] %>

<%= dislpay_view_count(@news_bulletin) %> <%= display_date(@news_bulletin.postdate) %> <% unit = @news_bulletin.unit_list_for_anc.title[I18n.locale] rescue nil %> <%= " | " if unit %> <%= unit %>
<%#= image_tag(@news_bulletin.image.url, :size => "320x240") if @news_bulletin.image.file %> <%= link_to image_tag(@news_bulletin.image.url, :size => "320x240"), @news_bulletin.image.url, {:target => '_blank', :title => @news_bulletin.image_identifier} if @news_bulletin.image.file %>
<%= @news_bulletin.text[I18n.locale].html_safe %>
<% if @news_bulletin.news_bulletin_links.size > 0 %>
<% end %> <% if @news_bulletin.news_bulletin_files.size > 0 %>
<% @news_bulletin.news_bulletin_files.each do | bfile | %> <%= link_to bfile.filetitle[I18n.locale], bfile.file.url, {:target => '_blank', :title => bfile.description} if bfile.file.file %> <% end %>
<% end %>
<%= render "shared/addthis_toolbox"%>