[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <a id="maincontent"></a> 4 5 <h1>{L_ACP_VC_SETTINGS}</h1> 6 7 <p>{L_ACP_VC_SETTINGS_EXPLAIN}</p> 8 9 10 <form id="acp_captcha" method="post" action="{U_ACTION}"> 11 12 <fieldset> 13 <legend>{L_GENERAL_OPTIONS}</legend> 14 15 <dl> 16 <dt><label for="recaptcha_pubkey">{L_RECAPTCHA_PUBLIC}{L_COLON}</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}{L_COLON}</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> 23 24 <dl> 25 <dt> 26 <label>{{ lang('RECAPTCHA_V3_DOMAIN') ~ lang('COLON') }}</label> 27 <br><span>{{ lang('RECAPTCHA_V3_DOMAIN_EXPLAIN') }}</span> 28 </dt> 29 <dd> 30 {% for domain in RECAPTCHA_V2_DOMAINS %} 31 <label> 32 <input class="radio" name="recaptcha_v2_domain" type="radio" value="{{ domain }}"{{ domain == RECAPTCHA_V2_DOMAIN ? ' checked' }}> 33 <span>{{ domain }}</span> 34 </label> 35 {% endfor %} 36 </dd> 37 </dl> 38 39 </fieldset> 40 <fieldset> 41 <legend>{L_PREVIEW}</legend> 42 <!-- IF PREVIEW --> 43 <div class="successbox"> 44 <h3>{L_WARNING}</h3> 45 <p>{L_CAPTCHA_PREVIEW_MSG}</p> 46 </div> 47 <!-- ENDIF --> 48 <!-- INCLUDE {CAPTCHA_PREVIEW} --> 49 </fieldset> 50 51 <fieldset> 52 <legend>{L_ACP_SUBMIT_CHANGES}</legend> 53 <p class="submit-buttons"> 54 <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> 55 <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> 56 </p> 57 <input type="hidden" name="select_captcha" value="{CAPTCHA_NAME}" /> 58 <input type="hidden" name="configure" value="1" /> 59 60 {S_FORM_TOKEN} 61 </fieldset> 62 </form> 63 64 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |