templates base
This commit is contained in:
parent
1f95f86829
commit
137b9f9a6a
8 changed files with 253 additions and 3 deletions
33
storage/templates/tabler/app/auth/apptabler_forgot.html
Normal file
33
storage/templates/tabler/app/auth/apptabler_forgot.html
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{{template "base_header" .}}
|
||||
<div class="page page-center">
|
||||
<div class="container container-tight py-4">
|
||||
<div class="text-center mb-4">
|
||||
{{template "tabler_navbar_logo" .}}
|
||||
</div>
|
||||
|
||||
<form class="card card-md" action="/user/forgot" method="post" autocomplete="off" novalidate>
|
||||
<div class="card-body">
|
||||
<h2 class="card-title text-center mb-4">Forgot password</h2>
|
||||
|
||||
<p class="text-secondary mb-4">Enter your email address and your password will be reset and emailed to you.</p>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Email address</label>
|
||||
<input type="email" class="form-control" placeholder="Enter email">
|
||||
</div>
|
||||
|
||||
<div class="form-footer">
|
||||
<button type="submit" class="btn btn-primary w-100">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><path d="M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z"></path><path d="M3 7l9 6l9 -6"></path></svg>
|
||||
Send me new password
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div class="text-center text-secondary mt-3">
|
||||
Forget it, <a href="/user/login">send me back</a> to the sign in screen.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{template "base_footer" .}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue