Lines 15-26
Link Here
|
15 |
[% END %] |
15 |
[% END %] |
16 |
|
16 |
|
17 |
[%# Display a complex patron search form %] |
17 |
[%# Display a complex patron search form %] |
18 |
[%# - Search: <input> %] |
18 |
[%# - Search: input %] |
19 |
[%# You can then pass a list of filters %] |
19 |
[%# You can then pass a list of filters %] |
20 |
[%# - branch: <select library list> %] |
20 |
[%# - branch: select library list %] |
21 |
[%# - category: <select patron category list> %] |
21 |
[%# - category: select patron category list %] |
22 |
[%# - search_field: <select patron field list> %] |
22 |
[%# - search_field: select patron field list %] |
23 |
[%# - search_type: <select "contain" or "start with"> %] |
23 |
[%# - search_type: select 'contain' or 'start with' %] |
24 |
[% BLOCK patron_search_filters %] |
24 |
[% BLOCK patron_search_filters %] |
25 |
<form id="patron_search_form"> |
25 |
<form id="patron_search_form"> |
26 |
<fieldset class="brief"> |
26 |
<fieldset class="brief"> |
27 |
- |
|
|