whoami7 - Manager
:
/
home
/
kckglobal
/
cloud.kckglobal.net
/
bkp
/
application
/
views
/
themes
/
perfex
/
views
/
Upload File:
files >> /home/kckglobal/cloud.kckglobal.net/bkp/application/views/themes/perfex/views/forgot_password.php
<?php defined('BASEPATH') or exit('No direct script access allowed'); ?> <div class="mtop40"> <div class="col-md-4 col-md-offset-4 text-center forgot-password-heading"> <h1 class="tw-font-semibold mbot20"><?php echo _l('customer_forgot_password_heading'); ?></h1> </div> <div class="col-md-4 col-md-offset-4"> <div class="panel_s"> <div class="panel-body"> <?php echo form_open($this->uri->uri_string(), ['id' => 'forgot-password-form']); ?> <?php echo validation_errors('<div class="alert alert-danger text-center">', '</div>'); ?> <?php if ($this->session->flashdata('message-danger')) { ?> <div class="alert alert-danger"> <?php echo $this->session->flashdata('message-danger'); ?> </div> <?php } ?> <?php echo render_input('email', 'customer_forgot_password_email', '', 'email'); ?> <div class="form-group"> <button type="submit" class="btn btn-primary btn-block"><?php echo _l('customer_forgot_password_submit'); ?></button> </div> <?php echo form_close(); ?> </div> </div> </div> </div>
Copyright ©2021 || Defacer Indonesia