Blame Identity/Webenv/phpBB/3.0.4/adm/style/acp_captcha.html

ef5584
ef5584
ef5584
ef5584
ef5584

{L_ACP_VC_SETTINGS}

ef5584
ef5584

{L_ACP_VC_SETTINGS_EXPLAIN}

ef5584
ef5584
ef5584
<form id="acp_captcha" method="post" action="{U_ACTION}">
ef5584
ef5584
<fieldset>
ef5584
<legend>{L_GENERAL_OPTIONS}</legend>
ef5584
ef5584
ef5584
	
<label for="enable_confirm">{L_VISUAL_CONFIRM_REG}:</label>
{L_VISUAL_CONFIRM_REG_EXPLAIN}
ef5584
	
<label><input type="radio" class="radio" id="enable_confirm" name="enable_confirm" value="1"<!-- IF REG_ENABLE --> checked="checked" /> {L_ENABLED}</label>
ef5584
		<label><input type="radio" class="radio" name="enable_confirm" value="0"<!-- IF not REG_ENABLE --> checked="checked" /> {L_DISABLED}</label>
ef5584
ef5584
ef5584
	
<label for="enable_post_confirm">{L_VISUAL_CONFIRM_POST}:</label>
{L_VISUAL_CONFIRM_POST_EXPLAIN}
ef5584
	
<label><input type="radio" class="radio" id="enable_post_confirm" name="enable_post_confirm" value="1"<!-- IF POST_ENABLE --> checked="checked" /> {L_ENABLED}</label>
ef5584
		<label><input type="radio" class="radio" name="enable_post_confirm" value="0"<!-- IF not POST_ENABLE --> checked="checked" /> {L_DISABLED}</label>
ef5584
ef5584
ef5584
ef5584
	
<label for="captcha_gd">{L_CAPTCHA_GD}:</label>
{L_CAPTCHA_GD_EXPLAIN}
ef5584
	
<label><input id="captcha_gd" name="captcha_gd" value="1" class="radio" type="radio"<!-- IF CAPTCHA_GD --> checked="checked" /> {L_YES}</label>
ef5584
		<label><input name="captcha_gd" value="0" class="radio" type="radio"<!-- IF not CAPTCHA_GD --> checked="checked" /> {L_NO}</label>
ef5584
ef5584
ef5584
	
<label for="captcha_gd_foreground_noise">{L_CAPTCHA_GD_FOREGROUND_NOISE}:</label>
{L_CAPTCHA_GD_FOREGROUND_NOISE_EXPLAIN}
ef5584
	
<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>
ef5584
		<label><input name="captcha_gd_foreground_noise" value="0" class="radio" type="radio"<!-- IF not CAPTCHA_GD_FOREGROUND_NOISE --> checked="checked" /> {L_NO}</label>
ef5584
ef5584
ef5584
	
<label for="captcha_gd_x_grid">{L_CAPTCHA_GD_X_GRID}:</label>
{L_CAPTCHA_GD_X_GRID_EXPLAIN}
ef5584
	
<input id="captcha_gd_x_grid" name="captcha_gd_x_grid" value="{CAPTCHA_GD_X_GRID}" type="text" />
ef5584
ef5584
ef5584
	
<label for="captcha_gd_y_grid">{L_CAPTCHA_GD_Y_GRID}:</label>
{L_CAPTCHA_GD_Y_GRID_EXPLAIN}
ef5584
	
<input id="captcha_gd_y_grid" name="captcha_gd_y_grid" value="{CAPTCHA_GD_Y_GRID}" type="text" />
ef5584
ef5584
ef5584
ef5584
</fieldset>
ef5584
<fieldset>
ef5584
	<legend>{L_PREVIEW}</legend>
ef5584
ef5584
	
ef5584
		

{L_WARNING}

ef5584
		

{L_CAPTCHA_PREVIEW_MSG}

ef5584
	
ef5584
ef5584
ef5584
	
<label for="captcha_preview">{L_PREVIEW}:</label>
{L_CAPTCHA_PREVIEW_EXPLAIN}
ef5584
	
{L_PREVIEW}width="360" height="96" width="320" height="50" id="captcha_preview" />
ef5584
ef5584
</fieldset>
ef5584
ef5584
<fieldset class="submit-buttons">
ef5584
	<legend>{L_SUBMIT}</legend>
ef5584
	<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> 
ef5584
	<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> 
ef5584
	<input class="button2" type="submit" id="preview" name="preview" value="{L_PREVIEW}" />
ef5584
	{S_FORM_TOKEN}
ef5584
</fieldset>
ef5584
</form>
ef5584
ef5584