Lines 93-101
Link Here
|
93 |
|
93 |
|
94 |
[%# display the search results %] |
94 |
[%# display the search results %] |
95 |
|
95 |
|
96 |
|
96 |
<div class="page-section"> |
97 |
[% IF ( total ) %] |
97 |
[% IF ( total ) %] |
98 |
<h1>Records found in the catalog</h1> |
98 |
<h2>Records found in the catalog</h2> |
99 |
<div> |
99 |
<div> |
100 |
[% total | html %] result(s) found in catalog, |
100 |
[% total | html %] result(s) found in catalog, |
101 |
<a href="#searchresult-breeding">[% breeding_count | html %] result(s) found in reservoir</a> |
101 |
<a href="#searchresult-breeding">[% breeding_count | html %] result(s) found in reservoir</a> |
Lines 202-211
Link Here
|
202 |
[% END %] |
202 |
[% END %] |
203 |
[% END %] |
203 |
[% END %] |
204 |
[% END # /IF total %] |
204 |
[% END # /IF total %] |
|
|
205 |
</div> |
205 |
|
206 |
|
206 |
[% IF ( query ) %] |
207 |
[% IF ( query ) %] |
207 |
<hr /> |
208 |
|
208 |
<div id="searchresult-breeding"> |
209 |
<div id="searchresult-breeding" class="page-section"> |
209 |
<h2>Records found in the reservoir</h2> |
210 |
<h2>Records found in the reservoir</h2> |
210 |
[% IF ( breeding_loop ) %] |
211 |
[% IF ( breeding_loop ) %] |
211 |
<table id="reservoir-table"> |
212 |
<table id="reservoir-table"> |
212 |
- |
|
|