reCaptcha.html 932 B

123456789101112131415161718192021222324252627282930
  1. <!--
  2. /**
  3. * MageSpecialist
  4. *
  5. * NOTICE OF LICENSE
  6. *
  7. * This source file is subject to the Open Software License (OSL 3.0)
  8. * that is bundled with this package in the file LICENSE.txt.
  9. * It is also available through the world-wide-web at this URL:
  10. * http://opensource.org/licenses/osl-3.0.php
  11. * If you did not receive a copy of the license and are unable to
  12. * obtain it through the world-wide-web, please send an email
  13. * to info@magespecialist.it so we can send you a copy immediately.
  14. *
  15. * @category MSP
  16. * @package MSP_ReCaptcha
  17. * @copyright Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
  18. * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
  19. */
  20. -->
  21. <!-- ko if: (getIsVisible()) -->
  22. <div data-bind="{
  23. attr: {
  24. 'id': getReCaptchaId() + '-wrapper'
  25. },
  26. 'afterRender': renderReCaptcha()
  27. }">
  28. <div class="g-recaptcha" ></div>
  29. </div>
  30. <!-- /ko -->