[% USE Koha %] [% USE Branches %] [% USE Categories %]
Enter patron card number or partial name:
Search fields: [% IF searchfieldstype == "standard" %] Standard [% ELSE %] Standard [% END %] [% IF searchfieldstype == "surname" %] Surname [% ELSE %] Surname [% END %] [% IF searchfieldstype == "email" %] Email [% ELSE %] Email [% END %] [% IF searchfieldstype == "borrowernumber" %] Borrower number [% ELSE %] Borrower number [% END %] [% IF searchfieldstype == "userid" %] Username [% ELSE %] Username [% END %] [% IF searchfieldstype == "phone" %] Phone number [% ELSE %] Phone number [% END %] [% IF searchfieldstype == "address" %] Street Address [% ELSE %] Street Address [% END %] [% IF searchfieldstype == "dateofbirth" %] Date of birth [% ELSE %] Date of birth [% END %] [% IF searchfieldstype == "sort1" %] Sort field 1 [% ELSE %] Sort field 1 [% END %] [% IF searchfieldstype == "sort2" %] Sort field 2 [% ELSE %] Sort field 2 [% END %]
Search type: [% IF searchtype == 'start_with' %] Starts with Contains [% ELSE %] Starts with Contains [% END %]
Library: [% SET branches = Branches.all( selected => branchcode_filter, only_my_group => 1 ) %] [% IF branches.size != 1 %] Any [% END %] [% FOREACH b IN branches %] [% IF b.selected %] [% b.branchname %] [% ELSE %] [% b.branchname |html %] [% END %] [% END %]
Category: [% SET categories = Categories.all() %] Any [% FOREACH category IN categories %] [% IF category.categorycode == categorycode_filter %] [% category.description |html %] [% ELSE %] [% category.description |html %] [% END %] [% END %]
Scan a barcode to check in:
Scan a barcode to renew:
Enter search keywords: