Project

General

Profile

« Previous | Next » 

Revision 62207

show 'Date of Acceptance of the Terms of Use' under Update ToU tab

View differences:

modules/uoa-repository-dashboard-gui/trunk/src/app/domain/typeScriptClasses.ts
178 178
  name: string;
179 179
  consentTermsOfUse: boolean;
180 180
  fullTextDownload: boolean;
181
  // consentTermsOfUseDate: Date;
181
  consentTermsOfUseDate: Date;
182 182
}
183 183

  
184 184
export class Organization {
modules/uoa-repository-dashboard-gui/trunk/src/app/shared/reusablecomponents/sources-forms/datasource-update-terms-form.component.html
29 29
      Agree to the <a href="https://www.openaire.eu/terms-of-use-for-content-providers#consent" target="_blank">re-use of full texts</a>
30 30
    </label>
31 31
  </form-inline>
32
  <p class="">Date of Acceptance of the Terms of Use: {{selectedRepo.consentTermsOfUseDate ? (selectedRepo.consentTermsOfUseDate | date) : '-'}}</p>
32 33
  <p class="uk-text-meta">Note: OpenAIRE will not provide the full text files for public distribution, the users will access from the original datasource.</p>
33 34
  <div *ngIf="showButton" class="form-group">
34 35
    <button class="uk-button uk-button-primary updateRepoInfoButton" type="button" (click)="updateRepo()">Update Information</button>

Also available in: Unified diff