Revision 60814
Added by Argiro Kokogiannaki over 3 years ago
result-preview.component.html | ||
---|---|---|
1 | 1 |
<div *ngIf="result"> |
2 | 2 |
<!-- Before title --> |
3 | 3 |
<div class="uk-grid uk-flex uk-flex-middle"> |
4 |
<div *ngIf="properties.enermapsURL && showEnermaps" class="uk-width-auto"> |
|
5 |
<a [href]="properties.enermapsURL" target="_blank" ><img *ngIf="result.enermapsId" |
|
6 |
class="uk-width-medium" [src]="properties.enermapsURL + '/images/' + result.enermapsId + '.png'" alt="Enermaps tool preview"> |
|
7 |
</a> |
|
8 |
</div> |
|
4 | 9 |
<div class="uk-width-expand"> |
5 | 10 |
<div> |
6 | 11 |
<!-- deposit searchPage URL --> |
... | ... | |
282 | 287 |
</div> |
283 | 288 |
</div> |
284 | 289 |
</div> |
285 |
<div *ngIf="properties.enermapsURL && showEnermaps" class="uk-width-auto"> |
|
286 |
<a [href]="properties.enermapsURL" target="_blank" ><img *ngIf="result.enermapsId" |
|
287 |
class="uk-width-medium" [src]="properties.enermapsURL + '/images/' + result.enermapsId + '.png'" alt="Enermaps tool preview"> |
|
288 |
</a> |
|
289 |
</div> |
|
290 | 290 |
</div> |
291 | 291 |
<!--&& loggedIn --> |
292 | 292 |
<div *ngIf="(result.pop_inf && result.DOI) || |
Also available in: Unified diff
[Library|Trunk]
Tabs:
- use CustomClass directive instead of statistics
- update it in landing pages
Enermaps Integration:
- Result LAnding at a new tab with enermaps tool
- Image on the left of the result preview component