To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / plugins / redmine_bibliography / app / views / publications / _authorship_fields.html.erb @ 1394:0f918e37e1d6

History | View | Annotate | Download (931 Bytes)

1 481:dd242ea99fd3 luis
<div id="authors" class="fields">
2 1394:0f918e37e1d6 luis
  <div class="author_edit" id="<%= form_tag_id( f.object_name, :edit_author_info ) %>">
3
4
    <p><%= f.text_field :name_on_paper, :class => "author_name_on_paper" -%></p>
5
    <p><%= f.text_field :institution -%></p>
6
    <p><%= f.text_field :email -%></p>
7
8
    <p class="author_associated">
9
      <%= f.check_box :search_author_tie, :style => "float:left;" -%>
10
      <span class="author_associated_name"></span>
11 1281:e9bfba17e791 luis
    </p>
12 573:aed210f6095b chris
13 1394:0f918e37e1d6 luis
    <%= f.text_field :search_author_class -%>
14
    <%= f.text_field :search_author_id -%>
15 601:1608b3cb50cd luis
  </div>
16 1274:5ea1a213c7a5 luis
17 1377:f0da42a09a3c luis
  <div>
18
    <p>
19 1378:0b2a75f60952 luis
      <%= button_to_function l(:label_save_author), '', :id => form_tag_id(f.object_name, :edit_save_button), :class => 'author_save_btn' -%>
20 1380:fa92d13876d0 luis
21
      <%= button_to_function l(:label_edit_author), '', :id => form_tag_id(f.object_name, :edit_button), :class => 'author_edit_btn' -%>
22
23 1377:f0da42a09a3c luis
      <%= link_to_remove_fields l("remove_author"), f %>
24
    </p>
25
  </div>
26 1394:0f918e37e1d6 luis
</div>