|
Lines 173-178
Link Here
|
| 173 |
[% ELSE %] |
173 |
[% ELSE %] |
| 174 |
[% openurlimagelocation = "$OpenURLImageLocation" %] |
174 |
[% openurlimagelocation = "$OpenURLImageLocation" %] |
| 175 |
[% END %] |
175 |
[% END %] |
|
|
176 |
[% OpenURLTarget = '_self' %] |
| 177 |
[% IF ( OPACURLOpenInNewWindow ) %] |
| 178 |
[% OpenURLTarget = '_blank' %] |
| 179 |
[% END %] |
| 176 |
|
180 |
|
| 177 |
<!-- Actual Search Results --> |
181 |
<!-- Actual Search Results --> |
| 178 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
182 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
|
Lines 325-331
Link Here
|
| 325 |
|
329 |
|
| 326 |
[% END %] |
330 |
[% END %] |
| 327 |
[% IF (SEARCH_RESULT.ShowOpenURL && OpenURLResolverURL && SEARCH_RESULT.coins) %] |
331 |
[% IF (SEARCH_RESULT.ShowOpenURL && OpenURLResolverURL && SEARCH_RESULT.coins) %] |
| 328 |
<a class="OpenURL" href="[% OpenURLResolverURL %]?[% SEARCH_RESULT.coins %]" title="[% OpenURLText %]"> |
332 |
<a class="OpenURL" href="[% OpenURLResolverURL %]?[% SEARCH_RESULT.coins %]" title="[% OpenURLText %]" target="[% OpenURLTarget %]"> |
| 329 |
[% IF openurlimagelocation %] |
333 |
[% IF openurlimagelocation %] |
| 330 |
<img src="[% openurlimagelocation %]" /> |
334 |
<img src="[% openurlimagelocation %]" /> |
| 331 |
[% ELSIF OpenURLText %] |
335 |
[% ELSIF OpenURLText %] |