move files around :P
[phpbb.git] / phpBB / adm / style / captcha_gd_acp.html
blobff1500e7d0e0097aff7e4c22422e65613de2237c
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="captcha_gd_foreground_noise">{L_CAPTCHA_GD_FOREGROUND_NOISE}:</label><br /><span>{L_CAPTCHA_GD_FOREGROUND_NOISE_EXPLAIN}</span></dt>
17 <dd><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"<!-- ENDIF --> /> {L_YES}</label>
18 <label><input name="captcha_gd_foreground_noise" value="0" class="radio" type="radio"<!-- IF not CAPTCHA_GD_FOREGROUND_NOISE --> checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>
19 </dl>
20 <dl>
21 <dt><label for="captcha_gd_x_grid">{L_CAPTCHA_GD_X_GRID}:</label><br /><span>{L_CAPTCHA_GD_X_GRID_EXPLAIN}</span></dt>
22 <dd><input id="captcha_gd_x_grid" name="captcha_gd_x_grid" value="{CAPTCHA_GD_X_GRID}" type="text" /></dd>
23 </dl>
24 <dl>
25 <dt><label for="captcha_gd_y_grid">{L_CAPTCHA_GD_Y_GRID}:</label><br /><span>{L_CAPTCHA_GD_Y_GRID_EXPLAIN}</span></dt>
26 <dd><input id="captcha_gd_y_grid" name="captcha_gd_y_grid" value="{CAPTCHA_GD_Y_GRID}" type="text" /></dd>
27 </dl>
30 </fieldset>
31 <fieldset>
32 <legend>{L_PREVIEW}</legend>
33 <!-- IF PREVIEW -->
34 <div class="successbox">
35 <h3>{L_WARNING}</h3>
36 <p>{L_CAPTCHA_PREVIEW_MSG}</p>
37 </div>
38 <!-- ENDIF -->
39 {CAPTCHA_PREVIEW}
40 </fieldset>
42 <fieldset class="submit-buttons">
43 <legend>{L_SUBMIT}</legend>
44 <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />&nbsp;
45 <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />&nbsp;
46 <input type="hidden" name="select_captcha" value="{CAPTCHA_NAME}" />
47 <input type="hidden" name="configure" value="1" />
49 {S_FORM_TOKEN}
50 </fieldset>
51 </form>
53 <!-- INCLUDE overall_footer.html -->