39 lines
2.7 KiB
HTML
39 lines
2.7 KiB
HTML
<style>
|
|
.onboarding.applicant { max-width: 50vw; }
|
|
.onboarding.applicant .legalname { font-weight: bold; }
|
|
</style>
|
|
<div class="onboarding applicant">
|
|
<section class="search">
|
|
<p>In order to apply, your organisation must be registered withe the European Commission.<br>
|
|
Please provide the PIC (Participant Identification Code) of the organisation you are representing.</p>
|
|
<div class="cols-2 right top">
|
|
<input eicinput type="search" class="required validate-number" data-path="query" hint="The PIC number of a company is at least 9 digit long number" placeholder="Enter a PIC number and press enter..." />
|
|
<button eicbutton primary icon="icon-search" class="search"></button>
|
|
</div>
|
|
</section>
|
|
<section class="result">
|
|
|
|
</section>
|
|
<section class="how-to">
|
|
If your organisation is not registered yet,
|
|
you may apply for the PIC using the<br>
|
|
<a href="https://ec.europa.eu/info/funding-tenders/opportunities/portal/participant/register" target="_blank">Participant Register in the</a>
|
|
<a href="https://ec.europa.eu/info/funding-tenders/opportunities/portal/participant/register" target="_blank">Funding & Tenders Portal</a>
|
|
</section>
|
|
<section class="unregistered-pic">
|
|
<input type="hidden" data-path="pic" value="" />
|
|
<alert eicalert info>This organisation is not registered in the platform.<br/>By continuing the registration process, you will become administrator of this organisation.<br/>The organisation administrator will be notified by email and in charge of accepting or denying any later user registration request on this organisation.</alert>
|
|
<section>
|
|
<input eiccheckbox type="checkbox" data-path="optin" data-type="ignore" class="required" label="Hereby, I confirm that I hold the legal right to administrate this organisation" value="yes" />
|
|
</section>
|
|
</section>
|
|
<section class="registered-pic">
|
|
<input type="hidden" data-path="pic" value="" />
|
|
<alert eicalert info>This organisation has already been registered by another user of the platform. In order to complete the registration, an access request will be sent tho the current administrator of the organisation. Once your request validated, you will get access to your organisation.</alert>
|
|
<section>
|
|
<textarea name="justification" eictextarea class=""
|
|
placeholder="You may provide an explaination to the administrator about your access request"></textarea>
|
|
<input eiccheckbox type="checkbox" data-path="optin" data-type="ignore" class="required" label="Hereby, I confirm that I have the legal right to access to this organisation" value="yes" />
|
|
</section>
|
|
</section>
|
|
</div> |