Submit
Path:
~
/
home
/
getwphos
/
www
/
techniquetechs
/
wp-content
/
plugins
/
pxl-user
/
templates
/
File Content:
login-form.php
<?php extract($settings); $ajax_login_cls = $enable_ajax_login == '1' ? 'ajax-login' : ''; $show_password_cls = $show_password == '1' ? 'hide_show_password' : ''; ?> <?php if ( ! is_user_logged_in() ): ?> <div class="pxl-login-form active pxl-frontend-form"> <?php do_action( 'pu_login_form_before_notice' );?> <?php do_action( 'pu_login_form_before' ); ?> <form class="pu-login-form" method="post"> <?php wp_nonce_field( 'pu-login', 'pu-login-nonce' ); ?> <?php if(!empty($login_form_title) || !empty($login_form_desc)): ?> <div class="pu-form-heading"> <?php if( !empty($login_form_title)): ?> <h2 class="form-title"><?php echo wp_kses_post( $login_form_title ) ?></h2> <?php endif; ?> <?php if( !empty($login_form_desc)): ?> <p class="form-desc"><?php echo ''.$login_form_desc ?></p> <?php endif; ?> </div> <?php endif; ?> <?php do_action( 'pu_login_before_field_row' ); ?> <p class="pu-form-item pu-login-username"> <?php if ( $hide_field_labels == '0' ) printf( '<label for="username" class="lbl">%s <span class="required">*</span></label>', esc_html($username_field_lbl)); ?> <input type="text" name="username" class="required" placeholder="<?php echo esc_attr( $username_placeholder ); ?>" value="<?php echo ( ! empty( $_POST['username'] ) ) ? esc_attr( wp_unslash( sanitize_text_field( $_POST['username'] ) ) ) : ''; ?>"> </p> <p class="pu-form-item pu-login-pass <?php echo esc_attr($show_password_cls) ?>"> <?php if ( $hide_field_labels == '0' ) printf( '<label for="password" class="lbl">%s <span class="required">*</span></label>', esc_html($pass_field_lbl) ); ?> <span class="password-input-group relative"> <input type="password" name="password" class="required" placeholder="<?php echo esc_attr( $password_placeholder ); ?>" value=""> <?php if($show_password == '1'): ?> <a href="javaScript:void(0)" class="password_preview dashicons dashicons-hidden absolute" title="<?php echo esc_attr__( 'Show password', PU_TEXT_DOMAIN ); ?>"></a> <?php endif; ?> </span> </p> <?php if($enable_remember_me == '1' || $enable_lost_password == '1'): ?> <p class="remember-wrap"> <?php if( $enable_remember_me == '1' ): ?> <label class="label-for-checkbox"> <input type="checkbox" name="rememberme" value="forever"><span><?php echo esc_html($remember_lbl);?></span> </label> <?php endif; ?> <?php if( $enable_lost_password == '1' ): ?> <a href="<?php echo esc_url(wp_lostpassword_url()); ?>"><?php echo esc_html($lost_pass_lbl);?></a> <?php endif; ?> </p> <?php endif; ?> <?php if($login_enable_captcha == '1') echo '<div id="pu-recaptcha-node" class="pu-recaptcha-node"> ' . $login_recaptcha_node . '</div>'; ?> <?php do_action( 'pu_login_after_field_row' ); ?> <p class="pu-button-action"> <button class="button pxl-btn <?php echo esc_attr($ajax_login_cls) ?> relative" name="login" type="submit"> <span class="btn-text"><?php echo esc_html($btn_login_lbl)?></span> <?php if($enable_ajax_login == '1'): ?> <span class="btn-icon pxli-spinner pxl-invisible absolute"></span> <?php endif; ?> </button> </p> <?php if ( $users_can_register ): ?> <?php if ( $register_link_form == 'nm' && ! empty( $register_label_link ) ) : ?> <p class="pu-link-form reg-link-form"><?php echo ''. $register_label_link;?></p> <?php endif; ?> <?php if ( $register_link_form == 'at' && ! empty( $register_label_link_target ) ) : ?> <p class="pu-link-form reg-link-form"><?php echo ''. $register_label_link_target; ?></p> <?php endif; ?> <?php endif; ?> <input type="hidden" name="pu_login" value="pu-login"/> <input type="hidden" name="action" value="login"> <input type="hidden" name="redirect" value="<?php echo !empty( $login_redirect_url ) ? esc_attr( $login_redirect_url ) : esc_attr( the_permalink() ); ?>" /> </form> <?php do_action( 'pu_login_form_after' ); ?> </div> <?php else: $logout_url = !empty($logout_redirect_url) ? $logout_redirect_url : home_url(); echo wp_kses_post( apply_filters( 'pu_logged_in_message', sprintf( __( 'You are already logged in. <a href="%s">Log out?</a>', PU_TEXT_DOMAIN ), wp_logout_url( $logout_url ) ) ) ); endif;
Submit
FILE
FOLDER
Name
Size
Permission
Action
notices
---
0755
users
---
0755
login-form.php
4533 bytes
0644
login-register-form.php
13089 bytes
0644
my-account.php
16947 bytes
0644
register-form.php
8382 bytes
0644
N4ST4R_ID | Naxtarrr