mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-28 10:09:15 +02:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9799 89ea8834-ac86-4346-8a33-228a782c2dd0
26 lines
672 B
HTML
26 lines
672 B
HTML
<!-- IF S_RECAPTCHA_AVAILABLE -->
|
|
<dl>
|
|
<dd>
|
|
<script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}">
|
|
// <![CDATA[
|
|
var RecaptchaOptions = {
|
|
lang : {L_RECAPTCHA_LANG}
|
|
};
|
|
// ]]>
|
|
</script>
|
|
|
|
|
|
<noscript>
|
|
<div>
|
|
<object data="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" type="text/html" height="300" width="500"></object><br />
|
|
<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
|
|
<input type="hidden" name="recaptcha_response_field" value="manual_challenge" />
|
|
</div>
|
|
</noscript>
|
|
|
|
</dd>
|
|
</dl>
|
|
<!-- ELSE -->
|
|
{L_RECAPTCHA_NOT_AVAILABLE}
|
|
<!-- ENDIF -->
|