Пример #1
0
                                <label for="email"><?php 
        _e('E-mail', 'realestate');
        ?>
</label>
                                <?php 
        UserForm::email_login_text();
        ?>
                                <label for="password"><?php 
        _e('Password', 'realestate');
        ?>
</label>
                                <?php 
        UserForm::password_login_text();
        ?>
                                <p class="checkbox"><?php 
        UserForm::rememberme_login_checkbox();
        ?>
 <label for="rememberMe"><?php 
        _e('Remember me', 'realestate');
        ?>
</label></p>
                                <button type="submit"><?php 
        _e('Log in', 'realestate');
        ?>
</button>
                                <div class="forgot">
                                    <a href="<?php 
        echo osc_recover_user_password_url();
        ?>
"><?php 
        _e("Forgot password?", 'realestate');