[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/adm/style/ -> captcha_recaptcha_v3.html (source)

   1  {% if S_RECAPTCHA_AVAILABLE %}
   2      <dl>
   3          <dt>&nbsp;</dt>
   4          <dd>
   5              <noscript>
   6                  <div class="warningbox">{{ lang('RECAPTCHA_NOSCRIPT') }}</div>
   7              </noscript>
   8  
   9              {{ lang('RECAPTCHA_INVISIBLE') }}
  10              <script src="{{ U_RECAPTCHA_SCRIPT }}" async defer></script>
  11          </dd>
  12      </dl>
  13  {% else %}
  14      {{ lang('RECAPTCHA_NOT_AVAILABLE') }}
  15  {% endif %}


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1