Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECOMMONS-1643 #13

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@
<div *ngIf="mediaViewer.image || mediaViewer.video" class="mb-2">
<ds-themed-media-viewer [item]="object"></ds-themed-media-viewer>
</div>

<div *ngIf="object.metadata['dc.description.embargo']" class="mb-2">
<h5>Access Restricted</h5>
<p>Access to this document is restricted. Some items have been embargoed at the request of the author, but will
be made publicly available after the "No Access Until" date.</p>
<p>During the embargo period, you may request access to the item by clicking the link to the restricted file(s)
and completing the request form. If we have contact information for a Cornell author, we will contact the author
and request permission to provide access. If we do not have contact information for a Cornell author, or the
author denies or does not respond to our inquiry, we will not be able to provide access. For more information,
<a href="https://guides.library.cornell.edu/ecommons/findtheses">review our policies for restricted content</a>.
</p>
</div>

<ds-themed-item-page-file-section [item]="object"></ds-themed-item-page-file-section>

<ds-generic-item-page-field [item]="object"
Expand Down Expand Up @@ -278,12 +291,12 @@ <h5>Permanent Link(s)</h5>
<ds-item-page-accessibility-field [item]="object"
[fields]="['schema.accessibilityFeature']"
[label]="'Accessibility Feature'"
[separator]="', '">
[separator]="'; '">
</ds-item-page-accessibility-field>
<ds-item-page-accessibility-field [item]="object"
[fields]="['schema.accessibilityHazard']"
[label]="'Accessibility Hazard'"
[separator]="', '">
[separator]="'; '">
</ds-item-page-accessibility-field>
<ds-generic-item-page-field [item]="object"
[fields]="['schema.accessibilitySummary']"
Expand Down
Loading