|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/.trash/app.bak17jan25/Views/admin/pages/primary/store/ |
Upload File : |
<?= $this->extend('admin/layout/store/loginstore') ?>
<?= $this->section('content') ?>
<div class="d-flex flex-column flex-root">
<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" >
<div class="d-flex flex-center flex-column flex-column-fluid p-10 pb-lg-20">
<a href="#">
<img alt="logo register" class="center" style="width: auto;height: 50px;filter: drop-shadow(0px 0px 5px #FFFFFF);"
src="<?= base_url('assets/theme/admin/images/logo_100.png') ?>" />
</a>
<div class="w-lg-500px bg-body rounded shadow-sm p-10 p-lg-15 mx-auto">
<?php
$attr = array('class' => 'form w-100', 'id' => "kt_sign_in_form");
echo form_open('/forgotstore', $attr) ?>
<div class="text-center mb-10">
<!--begin::Title-->
<h1 class="text-dark mb-3">Forgot Password ?</h1>
<div class="text-gray-400 fw-bold fs-4">Masukkan email untuk reset password.</div>
<!--end::Link-->
</div>
<div class="fv-row mb-10">
<label class="form-label fs-6 fw-bolder text-dark">Email</label>
<?= input_field('user_email', 'form-control form-control-lg form-control-solid', 'user_email', 'email', 'E-mail terhubung dengan username', '', 'autocomplete="off"') ?>
</div>
<div class="d-flex flex-center flex-column-auto mb-10">
<div class="g-recaptcha" data-sitekey="6Lcgyd4gAAAAADnBt4NEf05mn_bEIDR5K80H1HZH"></div>
</div>
<div class="d-flex flex-wrap justify-content-center pb-lg-0">
<?= input_field('login_button', 'btn btn-lg btn-primary fw-bolder me-4', 'login_button', 'submit', '', 'Submit') ?>
<a href="<?= site_url('authstore') ?>" class="btn btn-lg btn-light-primary fw-bolder">Batal</a>
</div>
<?= form_close() ?>
</div>
<!--end::Wrapper-->
</div>
<!--end::Footer-->
</div>
<!--end::Authentication - Sign-in-->
</div>
<!--end::Root-->
<!--end::Main-->
<?= swal_error($error, $message) ?>
<?= $this->endSection() ?>
<!-- end: Section -->