|
Lines 300-306
Link Here
|
| 300 |
|
300 |
|
| 301 |
<!-- Actual Search Results --> |
301 |
<!-- Actual Search Results --> |
| 302 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
302 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
| 303 |
<tr> |
303 |
<tr class="bibliorow" data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]"> |
| 304 |
[% # Cell 1: Checkbox %] |
304 |
[% # Cell 1: Checkbox %] |
| 305 |
[% IF ( SEARCH_RESULT.title ) %] |
305 |
[% IF ( SEARCH_RESULT.title ) %] |
| 306 |
[% check_title = SEARCH_RESULT.title %] |
306 |
[% check_title = SEARCH_RESULT.title %] |
| 307 |
- |
|
|