2009-06-02 14:12:23 +00:00
|
|
|
<!-- IF S_RECAPTCHA_AVAILABLE -->
|
2009-06-21 13:31:26 +00:00
|
|
|
<dl>
|
|
|
|
<dd>
|
2009-06-02 14:12:23 +00:00
|
|
|
<script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}">
|
|
|
|
// <![CDATA[
|
|
|
|
var RecaptchaOptions = {
|
|
|
|
lang : {L_RECAPTCHA_LANG}
|
|
|
|
};
|
|
|
|
// ]]>
|
|
|
|
</script>
|
2009-06-21 13:31:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
<noscript>
|
|
|
|
<div>
|
|
|
|
<object data="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" type="text/html" height="300" width="500"></object><br />
|
2009-06-02 14:12:23 +00:00
|
|
|
<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
|
2009-06-21 13:31:26 +00:00
|
|
|
<input type="hidden" name="recaptcha_response_field" value="manual_challenge" />
|
|
|
|
</div>
|
2009-06-02 14:12:23 +00:00
|
|
|
</noscript>
|
2009-06-21 13:31:26 +00:00
|
|
|
|
|
|
|
</dd>
|
2009-06-02 14:12:23 +00:00
|
|
|
</dl>
|
|
|
|
<!-- ELSE -->
|
|
|
|
{L_RECAPTCHA_NOT_AVAILABLE}
|
|
|
|
<!-- ENDIF -->
|