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 / vendor / plugins / redmine_bibliography / app / views / publications / new.html.erb @ 1052:6674e52e20bf

History | View | Annotate | Download (651 Bytes)

1
<% content_for :header_tags do %>
2
  <%= javascript_include_tag 'authors', :plugin => 'redmine_bibliography' -%>
3
  <!--<%= stylesheet_link_tag 'bibliography', :plugin => 'redmine_bibliography' -%>-->
4
<% end %>
5

    
6
<%= error_messages_for 'publication' %>
7

    
8
<h2><%=l(:label_publication_new)%></h2>
9

    
10
<div class="splitcontentleft">
11
  <p>To create a publication you can either parse a BibTeX entry or enter the publication details manually.<p>
12

    
13
    <%= render :partial => 'publications/new/bibtex' %>
14

    
15
 <!-- <%= render_tabs create_publication_tabs %> -->
16
</div>
17

    
18
<div class="splitcontentright">
19

    
20
    <%= render :partial => 'publications/new/default' %>
21

    
22

    
23
</div>