Skip to content

Commit

Permalink
Record view / Series / Technical information
Browse files Browse the repository at this point in the history
For series, display technical information after list of related records. Also display the series thumbnails when there is no child.
  • Loading branch information
fxprunayre committed Oct 25, 2023
1 parent 11ff830 commit e8dda2e
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@

<div gn-record-is-replaced-by="mdView.current.record.uuid"></div>

<div
data-ng-if="!(mdView.current.record.related.uuids
&& mdView.current.record.related.uuids.length > 0)"
class="gn-margin-top"
ng-include="'../../catalog/views/default/templates/recordView/thumbnails.html'"
></div>

<div
class="gn-margin-top"
ng-include="'../../catalog/views/default/templates/recordView/summary.html'"
Expand Down Expand Up @@ -76,6 +83,25 @@
</div>
</div>


<div class="row gn-section gn-section-{{mdView.current.record.resourceType[0]}}">
<div class="col-md-12 gn-record">
<h2 data-translate="">technicalInformation</h2>
</div>
<div
class="gn-md-side gn-nopadding-top col-md-8"
>
<div
class="col-3 gn-padding-bottom-lg"
ng-include="'../../catalog/views/default/templates/recordView/technical.html'"
/>
</div>
<div class="col-md-4 gn-md-side gn-nopadding-top">
<div ng-include="'../../catalog/views/default/templates/recordView/spatial.html'" />
</div>
</div>


<div
class="row gn-section gn-section-{{mdView.current.record.resourceType[0]}}"
data-ng-if="mdView.current.record.featureTypes.length
Expand Down

0 comments on commit e8dda2e

Please sign in to comment.