Lines 3-36
Link Here
|
3 |
[% USE Asset %] |
3 |
[% USE Asset %] |
4 |
[% USE AuthorisedValues %] |
4 |
[% USE AuthorisedValues %] |
5 |
|
5 |
|
6 |
[% BLOCK form_label %] |
6 |
[%- BLOCK form_label -%] |
7 |
[% SWITCH label %] |
7 |
[%- SWITCH label -%] |
8 |
[% CASE 'barcode' %]<span>Barcode</span> |
8 |
[%- CASE 'barcode' %]<span>Barcode</span> |
9 |
[% CASE 'itemcallnumber' %]<span>Call number</span> |
9 |
[%- CASE 'itemcallnumber' %]<span>Call number</span> |
10 |
[% CASE 'stocknumber' %]<span>Inventory number</span> |
10 |
[%- CASE 'stocknumber' %]<span>Inventory number</span> |
11 |
[% CASE 'title' %]<span>Title</span> |
11 |
[%- CASE 'title' %]<span>Title</span> |
12 |
[% CASE 'author' %]<span>Author</span> |
12 |
[%- CASE 'author' %]<span>Author</span> |
13 |
[% CASE 'publishercode' %]<span>Publisher</span> |
13 |
[%- CASE 'publishercode' %]<span>Publisher</span> |
14 |
[% CASE 'publicationyear' %]<span>Publication date</span> |
14 |
[%- CASE 'publicationyear' %]<span>Publication date</span> |
15 |
[% CASE 'collectiontitle' %]<span>Collection title</span> |
15 |
[%- CASE 'collectiontitle' %]<span>Collection title</span> |
16 |
[% CASE 'isbn' %]<span>ISBN</span> |
16 |
[%- CASE 'isbn' %]<span>ISBN</span> |
17 |
[% CASE 'issn' %]<span>ISSN</span> |
17 |
[%- CASE 'issn' %]<span>ISSN</span> |
18 |
[% CASE 'homebranch' %]<span>Home library</span> |
18 |
[%- CASE 'homebranch' %]<span>Home library</span> |
19 |
[% CASE 'holdingbranch' %]<span>Current library</span> |
19 |
[%- CASE 'holdingbranch' %]<span>Current library</span> |
20 |
[% CASE 'All libraries' %]<span>All libraries</span> |
20 |
[%- CASE 'All libraries' %]<span>All libraries</span> |
21 |
[% CASE 'location' %]<span>Shelving location</span> |
21 |
[%- CASE 'location' %]<span>Shelving location</span> |
22 |
[% CASE 'All locations' %]<span>All locations</span> |
22 |
[%- CASE 'All locations' %]<span>All locations</span> |
23 |
[% CASE 'itype' %]<span>Item type</span> |
23 |
[%- CASE 'itype' %]<span>Item type</span> |
24 |
[% CASE 'All item types' %]<span>All item types</span> |
24 |
[%- CASE 'All item types' %]<span>All item types</span> |
25 |
[% CASE 'ccode' %]<span>Collection</span> |
25 |
[%- CASE 'ccode' %]<span>Collection</span> |
26 |
[% CASE 'All collection codes' %]<span>All collections</span> |
26 |
[%- CASE 'All collection codes' %]<span>All collections</span> |
27 |
[% CASE 'notforloan' %]<span>Status</span> |
27 |
[%- CASE 'notforloan' %]<span>Status</span> |
28 |
[% CASE 'All statuses' %]<span>All statuses</span> |
28 |
[%- CASE 'All statuses' %]<span>All statuses</span> |
29 |
[% CASE 'damaged' %]<span>Damaged</span> |
29 |
[%- CASE 'damaged' %]<span>Damaged</span> |
30 |
[% CASE 'itemlost' %]<span>Lost</span> |
30 |
[%- CASE 'itemlost' %]<span>Lost</span> |
31 |
[% CASE 'withdrawn' %]<span>Withdrawn</span> |
31 |
[%- CASE 'withdrawn' %]<span>Withdrawn</span> |
32 |
[% END %] |
32 |
[%- END -%] |
33 |
[% END %] |
33 |
[%- END -%] |
34 |
|
34 |
|
35 |
[% BLOCK form_field_select %] |
35 |
[% BLOCK form_field_select %] |
36 |
<div class="form-field form-field-select"> |
36 |
<div class="form-field form-field-select"> |
37 |
- |
|
|