|
Lines 167-172
Link Here
|
| 167 |
|
167 |
|
| 168 |
<!-- TABLE RESULTS START --> |
168 |
<!-- TABLE RESULTS START --> |
| 169 |
<table class="table table-striped"> |
169 |
<table class="table table-striped"> |
|
|
170 |
[%# Build OpenURL image location %] |
| 171 |
[% IF (OpenURLImageLocation && !OpenURLImageLocation.match('^https?://')) %] |
| 172 |
[% openurlimagelocation = "$interface/$theme/images/$OpenURLImageLocation" %] |
| 173 |
[% ELSE %] |
| 174 |
[% openurlimagelocation = "$OpenURLImageLocation" %] |
| 175 |
[% END %] |
| 170 |
|
176 |
|
| 171 |
<!-- Actual Search Results --> |
177 |
<!-- Actual Search Results --> |
| 172 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
178 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
|
Lines 318-323
Link Here
|
| 318 |
[% ELSE %] |
324 |
[% ELSE %] |
| 319 |
|
325 |
|
| 320 |
[% END %] |
326 |
[% END %] |
|
|
327 |
[% IF (SEARCH_RESULT.ShowOpenURL && OpenURLResolverURL && SEARCH_RESULT.coins) %] |
| 328 |
<a class="OpenURL" href="[% OpenURLResolverURL %]?[% SEARCH_RESULT.coins %]" title="[% OpenURLText %]"> |
| 329 |
[% IF openurlimagelocation %] |
| 330 |
<img src="[% openurlimagelocation %]" /> |
| 331 |
[% ELSIF OpenURLText %] |
| 332 |
[% OpenURLText %] |
| 333 |
[% ELSE %] |
| 334 |
OpenURL |
| 335 |
[% END %] |
| 336 |
</a> |
| 337 |
[% END %] |
| 321 |
|
338 |
|
| 322 |
<span class="results_summary publisher"> |
339 |
<span class="results_summary publisher"> |
| 323 |
<span class="label">Publication:</span> |
340 |
<span class="label">Publication:</span> |