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 314-319
Link Here
|
314 |
[% ELSE %] |
320 |
[% ELSE %] |
315 |
|
321 |
|
316 |
[% END %] |
322 |
[% END %] |
|
|
323 |
[% IF (SEARCH_RESULT.ShowOpenURL && OpenURLResolverURL && SEARCH_RESULT.coins) %] |
324 |
<a class="OpenURL" href="[% OpenURLResolverURL %]?[% SEARCH_RESULT.coins %]" title="[% OpenURLText %]"> |
325 |
[% IF openurlimagelocation %] |
326 |
<img src="[% openurlimagelocation %]" /> |
327 |
[% ELSIF OpenURLText %] |
328 |
[% OpenURLText %] |
329 |
[% ELSE %] |
330 |
OpenURL |
331 |
[% END %] |
332 |
</a> |
333 |
[% END %] |
317 |
|
334 |
|
318 |
<span class="results_summary publisher"> |
335 |
<span class="results_summary publisher"> |
319 |
<span class="label">Publication:</span> |
336 |
<span class="label">Publication:</span> |
320 |
- |
|
|