Lines 1-53
Link Here
|
1 |
<fieldset id="resource-standard-fieldset" class="rows"> |
1 |
<fieldset id="resource-standard-fieldset" class="rows"> |
2 |
<legend>Generic resource details</legend> |
2 |
<legend>Generic resource details</legend> |
3 |
<ol id="resource-standard-fields"> |
3 |
<ol id="resource-standard-fields"> |
4 |
<li> |
4 |
[% PROCESS ill_text_input_field id = 'title' label = t('Title') value = whole.value.other.title %] |
5 |
<label for="title">Title:</label> |
5 |
[% PROCESS ill_text_input_field id = 'author' label = t('Author') value = whole.value.other.author %] |
6 |
<input type="text" name="title" value="[% whole.value.other.title | html %]" /> |
6 |
[% PROCESS ill_text_input_field id = 'editor' label = t('Editor') value = whole.value.other.editor %] |
7 |
</li> |
7 |
[% PROCESS ill_text_input_field id = 'publisher' label = t('Publisher') value = whole.value.other.publisher %] |
8 |
<li> |
8 |
[% PROCESS ill_text_input_field id = 'published_place' label = t('Place of publication') value = whole.value.other.published_place %] |
9 |
<label for="author">Author:</label> |
9 |
[% PROCESS ill_text_input_field id = 'year' label = t('Year') value = whole.value.other.year %] |
10 |
<input type="text" name="author" id="author" value="[% whole.value.other.author | html %]" /> |
10 |
[% PROCESS ill_text_input_field id = 'part_edition' label = t('Part / Edition') value = whole.value.other.part_edition %] |
11 |
</li> |
11 |
[% PROCESS ill_text_input_field id = 'volume' label = t('Volume') value = whole.value.other.volume %] |
12 |
<li> |
12 |
[% PROCESS ill_text_input_field id = 'pages' label = t('Pages') value = whole.value.other.pages %] |
13 |
<label for="editor">Editor:</label> |
13 |
[% PROCESS ill_text_input_field id = 'isbn' label = t('ISBN') value = whole.value.other.isbn %] |
14 |
<input type="text" name="editor" id="editor" value="[% whole.value.other.editor | html %]" /> |
14 |
[% PROCESS ill_text_input_field id = 'issn' label = t('ISSN') value = whole.value.other.issn %] |
15 |
</li> |
15 |
[% PROCESS ill_text_input_field id = 'doi' label = t('DOI') value = whole.value.other.doi %] |
16 |
<li> |
|
|
17 |
<label for="publisher">Publisher:</label> |
18 |
<input type="text" name="publisher" id="publisher" value="[% whole.value.other.publisher | html %]" /> |
19 |
</li> |
20 |
<li> |
21 |
<label for="published_place">Place of publication:</label> |
22 |
<input type="text" name="published_place" id="published_place" value="[% whole.value.other.published_place | html %]" /> |
23 |
</li> |
24 |
<li> |
25 |
<label for="year">Year:</label> |
26 |
<input type="text" name="year" id="year" value="[% whole.value.other.year | html %]" /> |
27 |
</li> |
28 |
<li> |
29 |
<label for="part_edition">Part / Edition:</label> |
30 |
<input type="text" name="part_edition" id="part_edition" value="[% whole.value.other.part_edition | html %]" /> |
31 |
</li> |
32 |
<li> |
33 |
<label for="volume">Volume:</label> |
34 |
<input type="text" name="volume" id="volume" value="[% whole.value.other.volume | html %]" /> |
35 |
</li> |
36 |
<li> |
37 |
<label for="pages">Pages:</label> |
38 |
<input type="text" name="pages" id="pages" value="[% whole.value.other.pages | html %]" /> |
39 |
</li> |
40 |
<li> |
41 |
<label for="isbn">ISBN:</label> |
42 |
<input type="text" name="isbn" id="isbn" value="[% whole.value.other.isbn | html %]" /> |
43 |
</li> |
44 |
<li> |
45 |
<label for "issn">ISSN:</label> |
46 |
<input type="text" name="issn" id="issn" value="[% whole.value.other.issn | html %]" /> |
47 |
</li> |
48 |
<li> |
49 |
<label for="doi">DOI:</label> |
50 |
<input type="text" name="doi" id="doi" value="[% whole.value.other.doi | html %]" /> |
51 |
</li> |
52 |
</ol> |
16 |
</ol> |
53 |
</fieldset> |
17 |
</fieldset> |