New Annotation

<%= label_tag :annotation_marks %> <%= hidden_field_tag :doctrine_id, doctrine_id %> <%= hidden_field_tag :current_document_id, jurisprudence.id %> <%= hidden_field_tag :document_id, document.id %> <%= hidden_field_tag :document_ids, nil %> <%= select_tag "annomark_ids[]", options_from_collection_for_select(Annomark.all.order(name: :asc), :id, :name), class: "form-control default-selectize ps-0", multiple: true, prompt: "Please select" %>
<%= label_tag :document_title %> <%= text_area_tag :document_title, document.display_text, class: "form-control selected-citing-docs" %>
<%= text_field_tag :q, nil, class: "form-control", placeholder: "Search GR Number, Title or Short Title", data: { target: "annotations.q" } %>
Reference No. Title Date
<%= label_tag :phil_rep %> <%= text_field_tag :phil_rep, document.phil_rep, class: "form-control" %>
<%= label_tag :editor_notes %> <%= rich_text_area_tag :editor_notes, nil, placeholder: "Editor Notes" %>