PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/hotebooking.site/wp-content/themes/traveler/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/hotebooking.site/wp-content/themes/traveler/template-reset-pasword.php

<?php
/**
 * Template Name: Reset Password
 */
do_action('st_before_reset_password_template');
get_header("full");
?>
<div class="login full-center">
    <div class="container">
        <div class="row row-wrap" data-gutter="60">
            <div class="col-xs-12 col-sm-4 col-sm-offset-4">
                <form action="#" class="form-reset-password" method="post">
                    <?php 
                        while( have_posts() ): the_post();
                    ?>
                        <h3 class="text-center"><?php the_title(); ?></h3>
                        <div class="description"><?php the_content(); ?></div>
                        <div class="input-group">
                            <span class="input-group-addon bgr-main"><i class="fa fa-envelope"></i></span>
                            <input type="text" class="form-control" placeholder="Email" name="email" value="<?php echo STInput::request('email', ''); ?>">
                        </div>
                        <div class="form-group">
                            <?php wp_nonce_field( 'security', 'security_field' ); ?>
                            <input type="hidden" name="action" value="reset_password">
                            <input class="btn btn-primary form-control" type="submit" name="submit" value="<?php echo __('Reset', 'traveler'); ?>">
                        </div>
                        <div class="form-group">
                            <?php echo STTemplate::message(); STTemplate::clear();?>
                        </div>
                        <div class="form-group">
                            <a href="<?php echo home_url( '/' ); ?>"><i class="fa fa-long-arrow-left mr5"></i><?php echo __('back to Homepage', 'traveler'); ?></a>
                        </div>
                    <?php endwhile; ?>
                </form>
            </div>
        </div>
    </div>
</div>
<?php  get_footer('full'); ?>