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 / new.html.erb @ 1286:d0d6bbe9f2e0

History | View | Annotate | Download (561 Bytes)

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

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

    
9
<%= labelled_form_for @publication, :url => { :project_id  => @project, :action => :create } do |f| -%>
10
    <%= render :partial => 'form', :locals => { :f => f }  %>
11
    <div style="clear:both"></div>
12
    <%= f.submit %>
13
<% end %>