| 1 |
<?php do_action('uwp_template_before', 'forgot'); ?> |
| 2 |
<div class="uwp-content-wrap"> |
| 3 |
<div class="uwp-login"> |
| 4 |
<div class="uwp-lf-icon"><i class="fa fa-user fa-fw"></i></div> |
| 5 |
<?php do_action('uwp_template_form_title_before', 'forgot'); ?> |
| 6 |
<h2><?php echo apply_filters('uwp_template_form_title', get_the_title(), 'forgot'); ?></h2> |
| 7 |
<?php do_action('uwp_template_display_notices', 'forgot'); ?> |
| 8 |
<form class="uwp-login-form uwp_form" method="post"> |
| 9 |
<?php do_action('uwp_template_fields', 'forgot'); ?> |
| 10 |
<input type="hidden" name="uwp_forgot_nonce" value="<?php echo wp_create_nonce( 'uwp-forgot-nonce' ); ?>" /> |
| 11 |
<input name="uwp_forgot_submit" value="<?php echo __( 'Submit', 'userswp' ); ?>" type="submit"><br> |
| 12 |
</form> |
| 13 |
<div class="uwp-forgotpsw"><a href="<?php echo uwp_get_page_link('login'); ?>"><?php echo __( 'Login?', 'userswp' ); ?></a></div> |
| 14 |
<div class="clfx"></div> |
| 15 |
<div class="uwp-register-now"><?php echo __( 'Not a Member?', 'userswp' ); ?> <a rel="nofollow" href="<?php echo uwp_get_page_link('register'); ?>"><?php echo __( 'Create Account', 'userswp' ); ?></a></div> |
| 16 |
</div> |
| 17 |
</div> |
| 18 |
<?php do_action('uwp_template_after', 'forgot'); ?> |