Project

General

Profile

« Previous | Next » 

Revision 62074

update Terms of Use texts and urls

View differences:

modules/uoa-repository-dashboard-gui/branches/terms-of-use/src/app/app.component.html
72 72
            </label>
73 73
            <br>
74 74
            <label>
75
              <input id="consentText" type="checkbox" formControlName="fullTextDownload"> Consent for re-use of full texts
75
              <input id="consentText" type="checkbox" formControlName="fullTextDownload"> Agree to the <a href="https://www.openaire.eu/terms-of-use-for-content-providers#consent" target="_blank">re-use of full texts</a>
76 76
            </label>
77 77
          </div>
78 78
        </tr>
modules/uoa-repository-dashboard-gui/branches/terms-of-use/src/app/pages/landing/home/home.component.html
321 321
                <div style="display: block; text-align: center">
322 322
                  <img width="55" src="../../../../assets/imgs/landing/Agreement%20color.svg">
323 323
                </div>
324
                <div class="uk-margin-bottom uk-margin-top" style="font-weight: 600">Terms of Agreement for Content Providers</div>
324
                <div class="uk-margin-bottom uk-margin-top" style="font-weight: 600">Terms of Use for Content Providers</div>
325 325
                <p>Learn more: <a href="https://www.openaire.eu/terms-of-use-for-content-providers" target="_blank">https://www.openaire.eu/terms-of-use-for-content-providers</a></p>
326 326
              </div>
327 327

  
......
752 752
            <div class="uk-first-column">
753 753
              <div class="uk-margin-medium-left uk-margin-medium-top uk-margin-medium-bottom">
754 754
                <img width="55" src="../../../../assets/imgs/landing/Agreement%20color.svg">
755
                <div class="uk-margin-bottom uk-margin-top" style="font-weight: 600">Terms of Agreement for Content Providers</div>
755
                <div class="uk-margin-bottom uk-margin-top" style="font-weight: 600">Terms of Use for Content Providers</div>
756 756
                <p>Learn more: <a href="https://www.openaire.eu/terms-of-use-for-content-providers" target="_blank">https://www.openaire.eu/terms-of-use-for-content-providers</a></p>
757 757
              </div>
758 758

  
......
820 820
            <div class="uk-first-column">
821 821
              <div class="uk-margin-medium-left uk-margin-medium-top uk-margin-medium-bottom">
822 822
                <img width="55" src="../../../../assets/imgs/landing/Agreement%20color.svg">
823
                <div class="uk-margin-bottom uk-margin-top" style="font-weight: 600">Terms of Agreement for Content Providers</div>
823
                <div class="uk-margin-bottom uk-margin-top" style="font-weight: 600">Terms of Use for Content Providers</div>
824 824
                <p>Learn more: <a href="https://www.openaire.eu/terms-of-use-for-content-providers" target="_blank">https://www.openaire.eu/terms-of-use-for-content-providers</a></p>
825 825
              </div>
826 826

  
modules/uoa-repository-dashboard-gui/branches/terms-of-use/src/app/pages/repository/update/sources-update-repo.component.html
43 43
                <li class="uk-active" aria-expanded="true"><a href="#">Update Information</a></li>
44 44
                <li aria-expanded="false" class=""><a href="#">Update Interfaces</a></li>
45 45
                <li aria-expanded="false" class=""><a href="#">Update Admins</a></li>
46
                <li aria-expanded="false" class=""><a href="#">Update Terms of Agreement</a></li>
46
                <li aria-expanded="false" class=""><a href="#">Update Terms of Use</a></li>
47 47
              </ul>
48 48
              <ul id="tabs_anim4" class="uk-switcher uk-margin">
49 49
                <li aria-hidden="false" class="uk-active" style="animation-duration: 200ms;">
modules/uoa-repository-dashboard-gui/branches/terms-of-use/src/app/shared/reusablecomponents/sources-forms/datasource-update-terms-form.component.html
26 26
    <label><input formControlName="textMining" class="uk-checkbox" type="checkbox"
27 27
                  [checked]="this.agreementForm.get('textMining').value === true"
28 28
                  (change)="emitRepo()">
29
      Consent for re-use of full texts
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 32
  <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>

Also available in: Unified diff