示例#1
0
?>
">
        <input type="password" class="form-control" id="password_confirmation" name="password_confirmation" placeholder="<?php 
echo Lang::get('lang.confirm_password');
?>
">
        <input type="hidden" class="form-control" id="redirect" name="redirect" value="<?php 
echo Input::get('redirect');
?>
" />
        
        <?php 
if ($settings->captcha) {
    ?>
            <?php 
    echo Recaptcha::recaptcha_get_html($settings->captcha_public_key);
    ?>
        <?php 
}
?>


        <button class="btn btn-lg btn-block btn-color" type="submit"><?php 
echo Lang::get('lang.sign_up');
?>
</button>
        

    </form>

</div>