2017-11-27 19:33:42 +00:00
|
|
|
<div class="onboarding-container">
|
2019-01-11 14:03:03 +00:00
|
|
|
<div class="stage-1">
|
|
|
|
<div class="form-group">
|
|
|
|
<label for="stage-1-firstname">First name</label>
|
|
|
|
<input id="stage-1-firstname" type="text" value="" class="form-control form-control-lg">
|
2018-12-21 11:46:51 +00:00
|
|
|
</div>
|
2019-01-11 14:03:03 +00:00
|
|
|
<div class="form-group">
|
|
|
|
<label for="stage-1-lastname">Last name</label>
|
|
|
|
<input id="stage-1-lastname" type="text" value="" class="form-control form-control-lg">
|
|
|
|
</div>
|
2019-05-28 10:59:48 +01:00
|
|
|
<Ui::UiSpacer @size="300" />
|
2022-03-01 22:40:51 -05:00
|
|
|
{{ui/ui-button id="stage-1-next" color=constants.Color.Green light=true icon=constants.Icon.ArrowRight label=(localize 'next')}}
|
2019-01-11 14:03:03 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="stage-2">
|
|
|
|
<div class="form-group">
|
|
|
|
<label for="stage-2-password">Choose Password</label>
|
|
|
|
<input id="stage-2-password" type="password" value="" class="form-control form-control-lg">
|
|
|
|
<small class="form-text text-muted">Between 6 and 50 characters</small>
|
2016-07-07 18:54:16 -07:00
|
|
|
|
2018-12-21 11:46:51 +00:00
|
|
|
</div>
|
2019-01-11 14:03:03 +00:00
|
|
|
<div class="form-group">
|
|
|
|
<label for="stage-2-password-confirm">Confirm Password</label>
|
|
|
|
<input id="stage-2-password-confirm" type="password" value="" class="form-control form-control-lg">
|
|
|
|
<small class="form-text text-muted">Re-type your chosen password</small>
|
2018-12-21 11:46:51 +00:00
|
|
|
</div>
|
2019-05-28 10:59:48 +01:00
|
|
|
<Ui::UiSpacer @size="300" />
|
2022-03-01 22:40:51 -05:00
|
|
|
{{ui/ui-button id="stage-2-next" color=constants.Color.Green light=true icon=constants.Icon.ArrowRight label=(localize 'signin')}}
|
2019-01-11 14:03:03 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="stage-3">
|
|
|
|
<p class="wait">Please wait...</p>
|
2018-12-21 11:46:51 +00:00
|
|
|
</div>
|
2016-07-07 18:54:16 -07:00
|
|
|
</div>
|
|
|
|
|