OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
42
app/Domain/Auth/Templates/userInvite5.blade.php
Normal file
42
app/Domain/Auth/Templates/userInvite5.blade.php
Normal file
@@ -0,0 +1,42 @@
|
||||
@extends($layout)
|
||||
|
||||
@section('content')
|
||||
|
||||
<x-auth::onboardingProgress :percentComplete="100" current="" :completed="['account', 'theme', 'personalization', 'time']" />
|
||||
|
||||
<h2>🎉 Your Leantime journey is about to begin</h2>
|
||||
|
||||
<div class="regcontent">
|
||||
|
||||
<form id="resetPassword" action="" method="post">
|
||||
|
||||
<input type="hidden" name="step" value="5"/>
|
||||
<input type="hidden" name="complete" value="1"/>
|
||||
|
||||
{{ $tpl->displayInlineNotification() }}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="ticketBox tw-p-[20px]">
|
||||
<span class="fancyLink">Did you know?</span><br />
|
||||
<span style="font-size:16px;">Setting Intentions has been shown to <strong>more than double the success rate</strong> of completing a task.</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<x-global::undrawSvg image="undraw_adventure_map_hnin.svg" maxWidth="60%" maxHeight="300px"></x-global::undrawSvg>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p><br />From here, we'll help you turn your task list into a project and goals.
|
||||
Then we'll work<br /> together to identify your most important tasks so you can create some
|
||||
intentions<br />to get the work done.</p> <br />
|
||||
|
||||
<br />
|
||||
<x-global::forms.button tag="input" inputType="submit" contentRole="primary" labelText="Complete Sign up" name="createAccount" />
|
||||
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user