Revision 1026:b42553f6df71 vendor/plugins/redmine_bibliography/app/views/publications

View differences:

vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb
4 4

  
5 5
<div class="box">
6 6
  <h3>Publication Info</h3>
7
  <%=h show_cite_proc_entry(@publication)%>
8

  
9
  <br />  
10
  <br />
11
  <h4>Bibtex Code</h4>
12
  <%= text_area_tag :bibtex_code, h(print_bibtex_entry(@publication)), :readonly => true, :rows => 6, :style => 'width:90%' %>
13

  
7
  <%= show_cite_proc_entry(@publication)%>
8
  
9
  <h3>Bibtex Format</h3>
10
    <%=h print_bibtex_entry(@publication) %>
14 11
</div>
15 12

  
16 13
<div class="box">
......
31 28
  <%= sortable_element("authorships", :url => { :controller => :publications, :action => :sort_author_order }, :handle => "handle") %>
32 29
<%- end -%>
33 30

  
31
<%- if @publication.bibtex_entry != nil -%>
32
  <%= show_bibtex_fields(@publication.bibtex_entry) %>
33
<%- end -%>
34

  
34 35
<% unless @publication.external_url.blank? %>
35 36
  <h4>
36 37
    <%= l(:field_external_url) %>

Also available in: Unified diff