Revision 1063:6f464526403b vendor/plugins/redmine_bibliography/app

View differences:

vendor/plugins/redmine_bibliography/app/views/projects/_bibliography_box.html.erb
17 17
       <dd>
18 18
         <%= link_to("[More Details]", {:controller => :publications, :action => :show, :id => publication.id, :project_id => @project.id}) -%> 
19 19
         
20
         <%= link_to_function "[Bibtex]", onclick="toggleBibtex(this)" -%> 
20
         <%= link_to_function "[B<small>IB</small>T<sub>E</sub>X]", onclick="toggleBibtex(this)" -%> 
21 21
       </dd>
22 22
       <dd class="bibtex-textarea collapsed" style="display: none;">
23 23
         <textarea readonly><%= publication.print_entry(:bibtex) -%></textarea>         
vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb
2 2

  
3 3
<div class="box">
4 4
  <h3>Publication Info</h3>
5
  <%= show_cite_proc_entry(@publication)%>
5
  <p><%= show_cite_proc_entry(@publication)%></p>
6 6

  
7
  <h3>Bibtex Format</h3>
8
    <%=h print_bibtex_entry(@publication) %>
7
  <h3>B<small>IB</small>T<sub>E</sub>X Format</h3>
8
  <pre><%=h print_bibtex_entry(@publication) %></pre>
9 9
</div>
10 10

  
11 11
<div class="box">

Also available in: Unified diff