Lines 49-54
Link Here
|
49 |
|
49 |
|
50 |
[% BLOCK journal_text_input_fields %] |
50 |
[% BLOCK journal_text_input_fields %] |
51 |
[% PROCESS ill_text_input_field id = 'title' label = t('Title') value = whole.value.other.title %] |
51 |
[% PROCESS ill_text_input_field id = 'title' label = t('Title') value = whole.value.other.title %] |
|
|
52 |
[% PROCESS ill_text_input_field id = 'publisher' label = t('Publisher') value = whole.value.other.publisher %] |
52 |
[% PROCESS ill_text_input_field id = 'volume' label = t('Volume') value = whole.value.other.volume %] |
53 |
[% PROCESS ill_text_input_field id = 'volume' label = t('Volume') value = whole.value.other.volume %] |
53 |
[% PROCESS ill_text_input_field id = 'issue' label = t('Issue number') value = whole.value.other.issue %] |
54 |
[% PROCESS ill_text_input_field id = 'issue' label = t('Issue number') value = whole.value.other.issue %] |
54 |
[% PROCESS ill_text_input_field id = 'year' label = t('Year') value = whole.value.other.year %] |
55 |
[% PROCESS ill_text_input_field id = 'year' label = t('Year') value = whole.value.other.year %] |
55 |
- |
|
|