aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/captcha_recaptcha.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subsilver2/template/captcha_recaptcha.html')
-rw-r--r--phpBB/styles/subsilver2/template/captcha_recaptcha.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/captcha_recaptcha.html b/phpBB/styles/subsilver2/template/captcha_recaptcha.html
new file mode 100644
index 0000000000..d8b06d2c51
--- /dev/null
+++ b/phpBB/styles/subsilver2/template/captcha_recaptcha.html
@@ -0,0 +1,26 @@
+<!-- IF S_RECAPTCHA_AVAILABLE -->
+ <tr>
+ <th colspan="2" valign="middle">{L_CONFIRM_CODE}</th>
+ </tr>
+ <tr>
+ <td class="row1"><b class="genmed">{L_CONFIRM_CODE}:</b><br /><span class="gensmall">{L_RECAPTCHA_EXPLAIN}</span></td>
+ <td class="row2">
+ <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}">
+ //<![CDATA[
+ var RecaptchaOptions = {
+ lang : {L_RECAPTCHA_LANG}
+ };
+ // ]]>
+ </script>
+
+ <noscript>
+ <iframe src="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" height="300" width="500" frameborder="0"></iframe><br />
+ <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
+ <input type="hidden" name="recaptcha_response_field" value="manual_challenge" />
+ </noscript>
+ </td>
+ </tr>
+
+<!-- ELSE -->
+{L_RECAPTCHA_NOT_AVAILABLE}
+<!-- ENDIF -->