<%= f.submit "Save", name: "commit", value: "Save", class: "fn_btn hh2 thmc2 thmtxt" %> <%= submit_tag "Cancel", :type => "button", class: "bt-cancel fn_btn hh2 thmc2 thmtxt" %>
Entry Year
Language
Share
  • <%= f.text_area :paper_title, size: "20x2", placeholder: "Paper Title", class: "s_grid_6 s_grid"%>
  • <%= f.text_field :journal_title, size: "20", placeholder: "Journal Title", class: "s_grid_6 s_grid", "autocomplete-list" => "journal_title_autocomplete_list" %>
  • <%= label_tag("", "Journal Level") %>
      <% @level_types.each_with_index do |level_type, i| %>
    • <%= check_box_tag "writing_journal[journal_level_type_ids][]", level_type.id, @writing_journal.journal_level_type_ids.include?(level_type.id), id: "field-#{i}" %><%= label_tag("field-#{i}", level_type.title) %>
    • <% end %>
  • <%= label_tag("", "ISSN(ISBN)", class: "s_grid_2 s_grid") %><%= f.text_field :isbn, size: "20", placeholder: "829872987", class: "s_grid_4 s_grid"%>
  • <%= label_tag("", "Volume No.", class: "s_grid_2 s_grid") %><%= f.text_field :vol_no, size: "20", placeholder: "829872987", class: "s_grid_4 s_grid"%>
  • <%= label_tag("", "Issue No.", class: "s_grid_2 s_grid") %><%= f.text_field :issue_no, size: "20", placeholder:"829872987", class: "s_grid_4 s_grid"%>
  • <%= label_tag("", "Total Pages", class: "s_grid_2 s_grid") %><%= f.text_field :total_pages, size: "20", placeholder:"20", class: "s_grid_4 s_grid"%>
  • <%= label_tag("", "Pages", class: "s_grid_2 s_grid") %><%= label_tag("", "from", class: "s_grid_1 s_grid") %><%= f.text_field :form_to_start, size: "10", placeholder: "1", class: "s_grid_1 s_grid"%><%= label_tag("", "to", class: "s_grid_1 s_grid") %><%= f.text_field :form_to_end, size: "10", placeholder: "20", class: "s_grid_1 s_grid"%>
  • <%= label_tag("", "Reference URL", class: "s_grid_2 s_grid") %><%= f.text_field :url, size: "20", placeholder: "www.sample.com", class: "s_grid_4 s_grid"%>
  • <%= f.text_area :authors, size: "20x2", placeholder: "Authors", class: "s_grid_6 s_grid", "autocomplete-list" => "coauthor_autocomplete_list"%>
    • <%= label_tag("", "Date of Publication", class: "s_grid_4 s_grid") %>
    • <%= f.date_select :publication_date, {:use_month_numbers => true, :start_year => Time.now.year, :end_year => 1930, :order => [:year, :month, :day] }, {:class => 's_grid_2 s_grid'} %>
  • <%= f.text_field :keywords, size: "20", value: @writing_journal.keywords ||= "Keywords", class: "s_grid_6 s_grid"%>
  • <%= f.label :year ,:class => "s_grid_2 s_grid" %>
    <%= select_year((@writing_journal.year ? @writing_journal.year.to_i : DateTime.now.year), {:start_year => DateTime.now.year, :end_year => 1930}, {:name => 'writing_journal[year]', :class => "s_grid_4 s_grid"} ) %>
  • <%= f.label :language ,:class => "s_grid_2 s_grid" %>
  • <%= f.text_field :tag, size: "20", value: "Tag", class: "s_grid_6 s_grid"%>
  • <%= label_tag("", "Full Text", class: "s_grid_2 s_grid") %>
    <% @writing_journal.writing_journal_files.each_with_index do |writing_journal_file, i| %> <%= f.fields_for :writing_journal_files, writing_journal_file do |f| %> <%= render :partial => 'form_file', :object => writing_journal_file, :locals => {:f => f, :i => i} %> <% end %> <% end %>
    File File Name
    <%= hidden_field_tag 'plugin_file_field_count', @writing_journal.writing_journal_files.count %> add
  • <%= f.text_area :note, size: "20x2", plcaeholder: "Note", class: "s_grid_6 s_grid"%>
    • <%= f.text_area :abstract, size: "20x26", placeholder: "Abstract", class: "s_grid_6 s_grid"%>
    <%= javascript_include_tag "archive_plugin_form" %>