Lines 1-81
Link Here
|
1 |
[%- BLOCK patron_fields -%] |
1 |
[%- BLOCK patron_fields -%] |
2 |
[%- SWITCH name -%] |
2 |
[%- SWITCH name -%] |
3 |
[%- CASE 'standard' -%]<span>Standard</span> |
3 |
[%- CASE 'standard' -%]Standard |
4 |
[%- CASE 'full_address' -%]<span>Full address</span> |
4 |
[%- CASE 'full_address' -%]Full address |
5 |
[%- CASE 'all_emails' -%]<span>All emails</span> |
5 |
[%- CASE 'all_emails' -%]All emails |
6 |
[%- CASE 'all_phones' -%]<span>All phones</span> |
6 |
[%- CASE 'all_phones' -%]All phones |
7 |
[%- CASE 'borrowernumber' -%]<span>Borrowernumber</span> |
7 |
[%- CASE 'borrowernumber' -%]Borrowernumber |
8 |
[%- CASE 'cardnumber' -%]<span>Card number</span> |
8 |
[%- CASE 'cardnumber' -%]Card number |
9 |
[%- CASE 'surname' -%]<span>Surname</span> |
9 |
[%- CASE 'surname' -%]Surname |
10 |
[%- CASE 'firstname' -%]<span>First name</span> |
10 |
[%- CASE 'firstname' -%]First name |
11 |
[%- CASE 'middle_name' -%]<span>Middle name</span> |
11 |
[%- CASE 'middle_name' -%]Middle name |
12 |
[%- CASE 'title' -%]<span>Salutation</span> |
12 |
[%- CASE 'title' -%]Salutation |
13 |
[%- CASE 'othernames' -%]<span>Other name</span> |
13 |
[%- CASE 'othernames' -%]Other name |
14 |
[%- CASE 'initials' -%]<span>Initials</span> |
14 |
[%- CASE 'initials' -%]Initials |
15 |
[%- CASE 'pronouns' -%]<span>Pronouns</span> |
15 |
[%- CASE 'pronouns' -%]Pronouns |
16 |
[%- CASE 'streetnumber' -%]<span>Street number</span> |
16 |
[%- CASE 'streetnumber' -%]Street number |
17 |
[%- CASE 'streettype' -%]<span>Street type</span> |
17 |
[%- CASE 'streettype' -%]Street type |
18 |
[%- CASE 'address' -%]<span>Address</span> |
18 |
[%- CASE 'address' -%]Address |
19 |
[%- CASE 'address2' -%]<span>Address 2</span> |
19 |
[%- CASE 'address2' -%]Address 2 |
20 |
[%- CASE 'city' -%]<span>City</span> |
20 |
[%- CASE 'city' -%]City |
21 |
[%- CASE 'state' -%]<span>State</span> |
21 |
[%- CASE 'state' -%]State |
22 |
[%- CASE 'zipcode' -%]<span>ZIP/Postal code</span> |
22 |
[%- CASE 'zipcode' -%]ZIP/Postal code |
23 |
[%- CASE 'country' -%]<span>Country</span> |
23 |
[%- CASE 'country' -%]Country |
24 |
[%- CASE 'email' -%]<span>Primary email</span> |
24 |
[%- CASE 'email' -%]Primary email |
25 |
[%- CASE 'phone' -%]<span>Primary phone</span> |
25 |
[%- CASE 'phone' -%]Primary phone |
26 |
[%- CASE 'mobile' -%]<span>Mobile phone</span> |
26 |
[%- CASE 'mobile' -%]Mobile phone |
27 |
[%- CASE 'fax' -%]<span>Fax</span> |
27 |
[%- CASE 'fax' -%]Fax |
28 |
[%- CASE 'emailpro' -%]<span>Secondary email</span> |
28 |
[%- CASE 'emailpro' -%]Secondary email |
29 |
[%- CASE 'phonepro' -%]<span>Secondary phone</span> |
29 |
[%- CASE 'phonepro' -%]Secondary phone |
30 |
[%- CASE 'B_streetnumber' -%]<span>Alternate street number</span> |
30 |
[%- CASE 'B_streetnumber' -%]Alternate street number |
31 |
[%- CASE 'B_streettype' -%]<span>Alternate street type</span> |
31 |
[%- CASE 'B_streettype' -%]Alternate street type |
32 |
[%- CASE 'B_address' -%]<span>Alternate address</span> |
32 |
[%- CASE 'B_address' -%]Alternate address |
33 |
[%- CASE 'B_address2' -%]<span>Alternate address line 2</span> |
33 |
[%- CASE 'B_address2' -%]Alternate address line 2 |
34 |
[%- CASE 'B_city' -%]<span>Alternate city</span> |
34 |
[%- CASE 'B_city' -%]Alternate city |
35 |
[%- CASE 'B_state' -%]<span>Alternate state</span> |
35 |
[%- CASE 'B_state' -%]Alternate state |
36 |
[%- CASE 'B_zipcode' -%]<span>Alternate zip code</span> |
36 |
[%- CASE 'B_zipcode' -%]Alternate zip code |
37 |
[%- CASE 'B_country' -%]<span>Alternate country</span> |
37 |
[%- CASE 'B_country' -%]Alternate country |
38 |
[%- CASE 'B_email' -%]<span>Alternate email</span> |
38 |
[%- CASE 'B_email' -%]Alternate email |
39 |
[%- CASE 'B_phone' -%]<span>Alternate phone</span> |
39 |
[%- CASE 'B_phone' -%]Alternate phone |
40 |
[%- CASE 'dateofbirth' -%]<span>Date of birth</span> |
40 |
[%- CASE 'dateofbirth' -%]Date of birth |
41 |
[%- CASE 'branchcode' -%]<span>Library (code)</span> |
41 |
[%- CASE 'branchcode' -%]Library (code) |
42 |
[%- CASE 'categorycode' -%]<span>Category (code)</span> |
42 |
[%- CASE 'categorycode' -%]Category (code) |
43 |
[%- CASE 'dateenrolled' -%]<span>Registration date</span> |
43 |
[%- CASE 'dateenrolled' -%]Registration date |
44 |
[%- CASE 'dateexpiry' -%]<span>Expiry date</span> |
44 |
[%- CASE 'dateexpiry' -%]Expiry date |
45 |
[%- CASE 'gonenoaddress' -%]<span>Gone no address</span> |
45 |
[%- CASE 'gonenoaddress' -%]Gone no address |
46 |
[%- CASE 'lost' -%]<span>Lost card</span> |
46 |
[%- CASE 'lost' -%]Lost card |
47 |
[%- CASE 'debarred' -%]<span>Restricted</span> |
47 |
[%- CASE 'debarred' -%]Restricted |
48 |
[%- CASE 'debarredcomment' -%]<span>Restriction reason</span> |
48 |
[%- CASE 'debarredcomment' -%]Restriction reason |
49 |
[%- CASE 'contactname' -%]<span>Guarantor surname</span> |
49 |
[%- CASE 'contactname' -%]Guarantor surname |
50 |
[%- CASE 'contactfirstname' -%]<span>Guarantor firstname</span> |
50 |
[%- CASE 'contactfirstname' -%]Guarantor firstname |
51 |
[%- CASE 'contacttitle' -%]<span>Guarantor title</span> |
51 |
[%- CASE 'contacttitle' -%]Guarantor title |
52 |
[%- CASE 'guarantorid' -%]<span>Guarantor ID</span> |
52 |
[%- CASE 'guarantorid' -%]Guarantor ID |
53 |
[%- CASE 'borrowernotes' -%]<span>Circulation note</span> |
53 |
[%- CASE 'borrowernotes' -%]Circulation note |
54 |
[%- CASE 'relationship' -%]<span>Guarantor relationship</span> |
54 |
[%- CASE 'relationship' -%]Guarantor relationship |
55 |
[%- CASE 'sex' -%]<span>Gender</span> |
55 |
[%- CASE 'sex' -%]Gender |
56 |
[%- CASE 'flags' -%]<span>Permissions (code)</span> |
56 |
[%- CASE 'flags' -%]Permissions (code) |
57 |
[%- CASE 'userid' -%]<span>Username</span> |
57 |
[%- CASE 'userid' -%]Username |
58 |
[%- CASE 'opacnote' -%]<span>OPAC note</span> |
58 |
[%- CASE 'opacnote' -%]OPAC note |
59 |
[%- CASE 'contactnote' -%]<span>Contact note</span> |
59 |
[%- CASE 'contactnote' -%]Contact note |
60 |
[%- CASE 'sort1' -%]<span>Sort 1</span> |
60 |
[%- CASE 'sort1' -%]Sort 1 |
61 |
[%- CASE 'sort2' -%]<span>Sort 2</span> |
61 |
[%- CASE 'sort2' -%]Sort 2 |
62 |
[%- CASE 'altcontactfirstname' -%]<span>Alternate contact first name</span> |
62 |
[%- CASE 'altcontactfirstname' -%]Alternate contact first name |
63 |
[%- CASE 'altcontactsurname' -%]<span>Alternate contact surname</span> |
63 |
[%- CASE 'altcontactsurname' -%]Alternate contact surname |
64 |
[%- CASE 'altcontactaddress1' -%]<span>Alternate contact address</span> |
64 |
[%- CASE 'altcontactaddress1' -%]Alternate contact address |
65 |
[%- CASE 'altcontactaddress2' -%]<span>Alternate contact address 2</span> |
65 |
[%- CASE 'altcontactaddress2' -%]Alternate contact address 2 |
66 |
[%- CASE 'altcontactaddress3' -%]<span>Alternate contact city</span> |
66 |
[%- CASE 'altcontactaddress3' -%]Alternate contact city |
67 |
[%- CASE 'altcontactstate' -%]<span>Alternate contact state</span> |
67 |
[%- CASE 'altcontactstate' -%]Alternate contact state |
68 |
[%- CASE 'altcontactzipcode' -%]<span>Alternate contact ZIP/postal code</span> |
68 |
[%- CASE 'altcontactzipcode' -%]Alternate contact ZIP/postal code |
69 |
[%- CASE 'altcontactcountry' -%]<span>Alternate contact country</span> |
69 |
[%- CASE 'altcontactcountry' -%]Alternate contact country |
70 |
[%- CASE 'altcontactphone' -%]<span>Alternate contact phone</span> |
70 |
[%- CASE 'altcontactphone' -%]Alternate contact phone |
71 |
[%- CASE 'smsalertnumber' -%]<span>SMS alert number</span> |
71 |
[%- CASE 'smsalertnumber' -%]SMS alert number |
72 |
[%- CASE 'sms_provider_id' -%]<span>SMS provider</span> |
72 |
[%- CASE 'sms_provider_id' -%]SMS provider |
73 |
[%- CASE 'privacy' -%]<span>Privacy (code)</span> |
73 |
[%- CASE 'privacy' -%]Privacy (code) |
74 |
[%- CASE 'privacy_guarantor_checkouts' -%]<span>Guarantor can view checkouts</span> |
74 |
[%- CASE 'privacy_guarantor_checkouts' -%]Guarantor can view checkouts |
75 |
[%- CASE 'updated_on' -%]<span>Last updated</span> |
75 |
[%- CASE 'updated_on' -%]Last updated |
76 |
[%- CASE 'lastseen' -%]<span>Last seen</span> |
76 |
[%- CASE 'lastseen' -%]Last seen |
77 |
[%- CASE 'checkprevcheckout' -%]<span>Check previous checkout</span> |
77 |
[%- CASE 'checkprevcheckout' -%]Check previous checkout |
78 |
[%- CASE DEFAULT -%] |
78 |
[%- CASE DEFAULT -%] |
79 |
[%- END -%] |
79 |
[%- END -%] |
80 |
[%- END -%] |
80 |
[%- END -%] |
81 |
[%- BLOCK patron_fields_dropdown -%] |
81 |
[%- BLOCK patron_fields_dropdown -%] |
82 |
- |
|
|