|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_ACP_VC_SETTINGS}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_ACP_VC_SETTINGS_EXPLAIN}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<form id="acp_captcha" method="post" action="{U_ACTION}">
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset>
|
|
|
4c79b5 |
<legend>{L_GENERAL_OPTIONS}</legend>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="enable_confirm">{L_VISUAL_CONFIRM_REG}:</label> {L_VISUAL_CONFIRM_REG_EXPLAIN}
|
|
|
4c79b5 |
<label><input type="radio" class="radio" id="enable_confirm" name="enable_confirm" value="1"<!-- IF REG_ENABLE --> checked="checked" /> {L_ENABLED}</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="enable_confirm" value="0"<!-- IF not REG_ENABLE --> checked="checked" /> {L_DISABLED}</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="enable_post_confirm">{L_VISUAL_CONFIRM_POST}:</label> {L_VISUAL_CONFIRM_POST_EXPLAIN}
|
|
|
4c79b5 |
<label><input type="radio" class="radio" id="enable_post_confirm" name="enable_post_confirm" value="1"<!-- IF POST_ENABLE --> checked="checked" /> {L_ENABLED}</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="enable_post_confirm" value="0"<!-- IF not POST_ENABLE --> checked="checked" /> {L_DISABLED}</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="captcha_gd">{L_CAPTCHA_GD}:</label> {L_CAPTCHA_GD_EXPLAIN}
|
|
|
4c79b5 |
<label><input id="captcha_gd" name="captcha_gd" value="1" class="radio" type="radio"<!-- IF CAPTCHA_GD --> checked="checked" /> {L_YES}</label>
|
|
|
4c79b5 |
<label><input name="captcha_gd" value="0" class="radio" type="radio"<!-- IF not CAPTCHA_GD --> checked="checked" /> {L_NO}</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="captcha_gd_foreground_noise">{L_CAPTCHA_GD_FOREGROUND_NOISE}:</label> {L_CAPTCHA_GD_FOREGROUND_NOISE_EXPLAIN}
|
|
|
4c79b5 |
<label><input id="captcha_gd_foreground_noise" name="captcha_gd_foreground_noise" value="1" class="radio" type="radio"<!-- IF CAPTCHA_GD_FOREGROUND_NOISE --> checked="checked" /> {L_YES}</label>
|
|
|
4c79b5 |
<label><input name="captcha_gd_foreground_noise" value="0" class="radio" type="radio"<!-- IF not CAPTCHA_GD_FOREGROUND_NOISE --> checked="checked" /> {L_NO}</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="captcha_gd_x_grid">{L_CAPTCHA_GD_X_GRID}:</label> {L_CAPTCHA_GD_X_GRID_EXPLAIN}
|
|
|
4c79b5 |
<input id="captcha_gd_x_grid" name="captcha_gd_x_grid" value="{CAPTCHA_GD_X_GRID}" type="text" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="captcha_gd_y_grid">{L_CAPTCHA_GD_Y_GRID}:</label> {L_CAPTCHA_GD_Y_GRID_EXPLAIN}
|
|
|
4c79b5 |
<input id="captcha_gd_y_grid" name="captcha_gd_y_grid" value="{CAPTCHA_GD_Y_GRID}" type="text" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
<fieldset>
|
|
|
4c79b5 |
<legend>{L_PREVIEW}</legend>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_WARNING}
|
|
|
4c79b5 |
{L_CAPTCHA_PREVIEW_MSG}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="captcha_preview">{L_PREVIEW}:</label> {L_CAPTCHA_PREVIEW_EXPLAIN}
|
|
|
4c79b5 |
width="360" height="96" width="320" height="50" id="captcha_preview" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset class="submit-buttons">
|
|
|
4c79b5 |
<legend>{L_SUBMIT}</legend>
|
|
|
4c79b5 |
<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />
|
|
|
4c79b5 |
<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
|
|
|
4c79b5 |
<input class="button2" type="submit" id="preview" name="preview" value="{L_PREVIEW}" />
|
|
|
4c79b5 |
{S_FORM_TOKEN}
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
</form>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|