To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / vendor / plugins / redmine_bibliography / app / views / publications / _bibtex_fields.html.erb @ 461:841b2e40895d
History | View | Annotate | Download (572 Bytes)
| 1 |
<p>
|
|---|---|
| 2 |
<%= f.label :year, l(:year) %> <%= f.text_field :year %> |
| 3 |
</p>
|
| 4 |
<p>
|
| 5 |
<%= f.label :chapter, l(:chapter) %> <%= f.text_field :chapter %> |
| 6 |
</p>
|
| 7 |
<p>
|
| 8 |
<%= f.label :editor, l(:editor) %> <%= f.text_field :editor %> |
| 9 |
</p>
|
| 10 |
<p>
|
| 11 |
<%= f.label :booktitle, l(:booktitle) %> <%= f.text_field :booktitle %> |
| 12 |
</p>
|
| 13 |
<p>
|
| 14 |
<%= f.label :publisher, l(:publisher) %> <%= f.text_field :publisher %> |
| 15 |
</p>
|
| 16 |
<p>
|
| 17 |
<%= f.label :pages, l(:pages) %> <%= f.text_field :pages %> |
| 18 |
</p>
|