Files
WrenchBoradWeb/www/application/views/site3/external/view_resetpass.php
T
2022-06-11 23:36:12 -04:00

73 lines
3.1 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<!--begin::Head-->
<head>
<meta name="title" content="WrenchBoard: Find a Freelancer | Sell Professional Services" />
<?php include("header_contents.php");?>
<script src='https://www.hCaptcha.com/1/api.js' async defer></script>
</head>
<!--end::Head-->
<!--begin::Body-->
<body id="kt_body" class="bg-body">
<!--begin::Main-->
<!--begin::Root-->
<div class="d-flex flex-column flex-root">
<!--begin::Authentication - Password reset -->
<div class="d-flex flex-column flex-column-fluid bgi-position-y-bottom position-x-center bgi-no-repeat bgi-size-contain bgi-attachment-fixed" style="background-image: url(site3/assets/media/background/home.jpg">
<!--begin::Content-->
<div class="d-flex flex-center flex-column flex-column-fluid p-10 pb-lg-20">
<!--begin::Logo-->
<a href="/" class="mb-12">
<img alt="WrenchBoard" src="/assets/ext/images/wrenchboard.png" class="h-40px" />
</a>
<!--end::Logo-->
<!--begin::Wrapper-->
<div class="w-lg-500px bg-body rounded shadow-sm p-10 p-lg-15 mx-auto">
<!--begin::Form-->
<form class="form w-100" novalidate="novalidate" action="/password_recovery" method="POST">
<!--begin::Heading-->
<div class="text-center mb-10">
<!--begin::Title-->
<h1 class="text-dark mb-3">Forgot Password ?</h1>
<!--end::Title-->
<!--begin::Link-->
<div class="text-gray-400 fw-bold fs-4">Enter your email to reset your password.</div>
<!--end::Link-->
</div>
<!--begin::Heading-->
<!--begin::Input group-->
<div class="fv-row mb-10">
<label class="form-label fw-bolder text-gray-900 fs-6">Email</label>
<input class="form-control form-control-solid" type="email" placeholder="Your Username/Email" name="email" value="" autocomplete="off" />
</div>
<div class="fv-row mb-10" style="text-align:center;">
<div class="h-captcha" data-sitekey="<?php echo $hcaptcha_site_key; ?>"></div>
</div>
<!--end::Input group-->
<!--begin::Actions-->
<?php echo $action_message; ?>
<div class="d-flex flex-wrap justify-content-center pb-lg-0">
<button type="submit" id="kt_password_reset_submit" class="btn btn-lg btn-primary fw-bolder me-4">
<span class="indicator-label">Submit</span>
<span class="indicator-progress">Please wait...
<span class="spinner-border spinner-border-sm align-middle ms-2"></span></span>
</button>
<a href="/" class="btn btn-lg btn-light-primary fw-bolder">Cancel</a>
</div>
<!--end::Actions-->
</form>
<!--end::Form-->
</div>
<!--end::Wrapper-->
</div>
<!--end::Content-->
<?php include("footer_links.php");?>
</div>
</div>
<script src="/site3/assets/plugins/global/plugins.bundle.js"></script>
<script src="/site3/assets/js/scripts.bundle.js"></script>
<script src="assets/js/custom/authentication/password-reset/password-reset.js"></script>
</body>
<!--end::Body-->
</html>