(a little test for later merges)
[phpbb.git] / phpBB / adm / style / captcha_recaptcha_acp.html
blob5b97cff9845b7669c8d8217302fc1525b01a00e2
1 <!-- INCLUDE overall_header.html -->
3 <a name="maincontent"></a>
5 <h1>{L_ACP_VC_SETTINGS}</h1>
7 <p>{L_ACP_VC_SETTINGS_EXPLAIN}</p>
10 <form id="acp_captcha" method="post" action="{U_ACTION}">
12 <fieldset>
13 <legend>{L_GENERAL_OPTIONS}</legend>
15 <dl>
16 <dt><label for="recaptcha_pubkey">{L_RECAPTCHA_PUBLIC}:</label><br /><span>{L_RECAPTCHA_PUBLIC_EXPLAIN}</span></dt>
17 <dd><input id="recaptcha_pubkey" name="recaptcha_pubkey" value="{RECAPTCHA_PUBKEY}" size="50" type="text" /></dd>
18 </dl>
19 <dl>
20 <dt><label for="recaptcha_privkey">{L_RECAPTCHA_PRIVATE}:</label><br /><span>{L_RECAPTCHA_PRIVATE_EXPLAIN}</span></dt>
21 <dd><input id="recaptcha_privkey" name="recaptcha_privkey" value="{RECAPTCHA_PRIVKEY}" size="50" type="text" /></dd>
22 </dl>
25 </fieldset>
26 <fieldset>
27 <legend>{L_PREVIEW}</legend>
28 <!-- IF PREVIEW -->
29 <div class="successbox">
30 <h3>{L_WARNING}</h3>
31 <p>{L_CAPTCHA_PREVIEW_MSG}</p>
32 </div>
33 <!-- ENDIF -->
34 <!-- INCLUDE {CAPTCHA_PREVIEW} -->
35 </fieldset>
37 <fieldset>
38 <legend>{L_ACP_SUBMIT_CHANGES}</legend>
39 <p class="submit-buttons">
40 <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />&nbsp;
41 <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />&nbsp;
42 </p>
43 <input type="hidden" name="select_captcha" value="{CAPTCHA_NAME}" />
44 <input type="hidden" name="configure" value="1" />
46 {S_FORM_TOKEN}
47 </fieldset>
48 </form>
50 <!-- INCLUDE overall_footer.html -->