Project

General

Profile

« Previous | Next » 

Revision 62559

Added by John Balasis over 1 year ago

finaly after so much rage it works probaply...

View differences:

app.component.html
56 56
  <form class="" [formGroup]="agreementForm">
57 57
    <div formArrayName="terms">
58 58
      <table class="table">
59
        <tr>
60
          Thanks for being part of OpenAIRE. Please confirm the acceptance of our datasources policy.
61
        </tr>
59
        <tr>Thanks for being part of OpenAIRE. Please confirm the acceptance of our datasources policy.</tr>
62 60
        <br>
63
        <tr>
64
          Being registered in OpenAIRE, you are giving consent to OpenAIRE to download, transform and enrich the metadata records, publishing them in the OpenAIRE Research Graph.
61
        <tr>Being registered in OpenAIRE, you are giving consent to OpenAIRE to download, transform and enrich the
62
          metadata records, publishing them in the OpenAIRE Research Graph.
65 63
        </tr>
66 64
        <tbody>
67 65
        <tr class="el-item" *ngFor="let term of terms.controls; let i=index">
68 66
          <br> {{term.get('name').value}} <br>
69 67
          <div [formGroupName]="i">
70 68
            <label>
71
              <input id="consentTerms" type="checkbox" formControlName="consentTermsOfUse"> Accept the <a href="https://www.openaire.eu/terms-of-use-for-content-providers" target="_blank">Terms of Use</a>
69
              <input id="consentTerms" type="checkbox" formControlName="consentTermsOfUse">
70
              Accept the <a href="https://www.openaire.eu/terms-of-use-for-content-providers" target="_blank">Terms of Use</a>
72 71
            </label>
73 72
            <br>
74 73
            <label>
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>
74
              <input id="consentText" type="checkbox" formControlName="fullTextDownload">Agree to the
75
              <a href="https://www.openaire.eu/terms-of-use-for-content-providers#consent" target="_blank">
76
              re-use of full texts</a>
76 77
            </label>
77 78
          </div>
78 79
        </tr>
79 80
        </tbody>
80
        <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>
81
        <p class="uk-text-meta">Note: OpenAIRE will not provide the full text files for public distribution,
82
          the users will access from the original datasource.
83
        </p>
81 84
      </table>
82 85
    </div>
83 86
  </form>

Also available in: Unified diff