[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <a name="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}:</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> 23 24 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> 36 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}" /> 41 <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> 42 </p> 43 <input type="hidden" name="select_captcha" value="{CAPTCHA_NAME}" /> 44 <input type="hidden" name="configure" value="1" /> 45 46 {S_FORM_TOKEN} 47 </fieldset> 48 </form> 49 50 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Oct 2 15:03:47 2013 | Cross-referenced by PHPXref 0.7.1 |