unclean SPARC

This commit is contained in:
STEINNI
2025-08-27 07:03:09 +00:00
commit f308460931
430 changed files with 54426 additions and 0 deletions
@@ -0,0 +1,186 @@
<style>
.coaching-applicant > header {
background: url('/app/assets/images/cards/applicant-dashboard.jpg');
background-position: center;
background-size: cover !important;
background-repeat: no-repeat;
border-bottom: 4px solid white !important;
}
.coaching-applicant .info {
min-width: 240px;
}
</style>
<article eiccard media class="coaching-applicant">
<header>
<h1>My coaching for [proposal_acronym]</h1>
<h2>[coaching_title] <button eicbutton xsmall primary rounded icon="icon-edit"></button></h2>
</header>
<section>
<div class="cols-2 left">
<div class="info">
<article eiccard collapsable>
<header>
<h1>Coaching Summary</h1>
</header>
<section>
<div>
<label small>started</label>
<span><b>12 dec. 2023</b></span>
</div>
<div>
<label small>credits</label>
<span xlarge><b>6 <span small>(3 days)</span></b></span>
</div>
</section>
<footer>
<div class="cols-2 ">
<button eicbutton xsmall danger>abort</button>
<button eicbutton xsmall secondary>request credits</button>
</div>
</footer>
</article>
<article eiccard collapsable>
<header>
<h1>Participants</h1>
<h2><span eicchip xsmall success>2 active</span></h2>
</header>
<section>
<ul nonbulleted=""><li class="cols-2 right middle">
<div>
<div><b>Michael FALLISE</b></div>
<div xsmall class="props">
CFO Chief Financial Officer
<a href="mailto:Michael.FALLISE@ext.ec.europa.eu">Michael.FALLISE@ext.ec.europa.eu</a>
</div>
</div>
<span class="actions"></span>
</li><li class="cols-2 right middle">
<div>
<div><b>Michael SCHWEDA</b></div>
<div xsmall class="props">
Coach
<a href="mailto:Michael.SCHWEDA@ext.ec.europa.eu">Michael.SCHWEDA@ext.ec.europa.eu</a>
</div>
</div>
<span class="actions"></span>
</li>
</ul>
</section>
<footer>
<div class="cols-1 right">
<button eicbutton xsmall primary>add participant</button>
</div>
</footer>
</article>
</div>
<div>
<div eicstatechart></div>
<article eiccard class="panel priorities">
<header>
<h1>Priorities</h1>
<h2><span eicchip xsmall success>priorities defined</span></h2>
</header>
<section>
<div eicalert info>Indicate your challenge and the topics you wish to improve with a coach, for the availability invitations to your shortlist.</div>
<form>
<div>
<label>Biggest Business development challenge</label>
<textarea eictextarea name="challenge" data-name="Challenge" data-type="text" class="required validate-maxlength:1000" placeholder="What is the major challenge for the swift development of your business? (max 1000 chars.)"></textarea>
</div>
<div>
<label>Business development topics</label>
<ul></ul>
</div>
<div>
<label>Any Other question/remark</label>
<textarea eictextarea name="remarks" class="validate-maxlength:200" data-name="Remarks" data-type="text" placeholder="Put any other topic or issue to illustrate your coaching objective. (max 200 chars.)"></textarea>
</div>
</form>
</section>
</article>
<article eiccard class="panel invitations">
<header>
<h1>Coach selection</h1>
<h2><span eicchip xsmall success>coach selected</span></h2>
</header>
<section>
<div>
<menu eictab class="tabs-extended">
<li>step1</li>
<li>step2</li>
</menu>
</div>
<div class="step">
<div eicalert info>
1. Browse coach profiles by matching their experience in industries and markets to your project, add a keyword if you wish.<br/>
2. Check their summaries or CVs and create a shortlist that you will ask for availability to coach with your project.
</div>
<form class="filters form">
<input eicinput type="search" name="q" data-type="text" data-path="Keywords" placeholder="enter a keyword (or coach name)" />
<div class="cols-2 right bottom">
<div>
<label small>Industry domain experience</label>
<select eicselect multiple="multiple" name="industries" data-type="array" data-path="IndustrialDomains/IndustrialDomainRef" class="free-select multiple lookup"></select>
</div>
<button eicbutton primary><i class="icon-search"></i></button>
</div>
</form>
</div>
<div class="step">
<div eicdatagrid class="coaches" footer="hidden"></div>
</div>
</section>
</article>
<article eiccard class="panel plan">
<header>
<h1>Coaching plan</h1>
<h2><span eicchip xsmall warning>plan approval</span></h2>
</header>
<section>
<div eicalert info>
Now that you have selected your coach, (s)he will submit the discussed coaching objectives into the EISMEA coaching system.<br/>
As soon as the approved coaching plan appears in your dashboard, the coach and you can start working together.
</div>
<div>
<label>Your coaching priorities</label>
<div class="challenge">
<label>Your challenge</label>
<span></span>
</div>
<div>
<label>Focused topics</label>
<ul class="topics"></ul>
</div>
<div class="remarks">
<label>remark/question</label>
<span></span>
</div>
</div>
</section>
</article>
<article eiccard class="panel timesheet">
<header>
<h1>Timesheet</h1>
</header>
<section></section>
</article>
<article eiccard class="panel evaluation">
<header>
<h1>Evaluation</h1>
</header>
<section></section>
</article>
<article eiccard class="panel closed">
<header>
<h1>Evaluation</h1>
</header>
<section></section>
</article>
</div>
</div>
</section>
</article>