[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/adm/style/ -> captcha_gd_acp.html (source)

   1  <!-- INCLUDE overall_header.html -->
   2  
   3  <a name="maincontent"></a>
   4      <a href="{U_ACTION}" style="float: {S_CONTENT_FLOW_END};">&laquo; {L_BACK}</a>
   5  
   6  <h1>{L_ACP_VC_SETTINGS}</h1>
   7  
   8  <p>{L_ACP_VC_SETTINGS_EXPLAIN}</p>
   9  
  10  
  11  <form id="acp_captcha" method="post" action="{U_ACTION}">
  12  
  13  <fieldset>
  14  <legend>{L_GENERAL_OPTIONS}</legend>
  15  
  16  <dl>
  17      <dt><label for="captcha_gd_foreground_noise">{L_CAPTCHA_GD_FOREGROUND_NOISE}:</label><br /><span>{L_CAPTCHA_GD_FOREGROUND_NOISE_EXPLAIN}</span></dt>
  18      <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>
  19          <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>
  20  </dl>
  21  <dl>
  22      <dt><label for="captcha_gd_x_grid">{L_CAPTCHA_GD_X_GRID}:</label><br /><span>{L_CAPTCHA_GD_X_GRID_EXPLAIN}</span></dt>
  23      <dd><input id="captcha_gd_x_grid" name="captcha_gd_x_grid" value="{CAPTCHA_GD_X_GRID}" type="text" /></dd>
  24  </dl>
  25  <dl>
  26      <dt><label for="captcha_gd_y_grid">{L_CAPTCHA_GD_Y_GRID}:</label><br /><span>{L_CAPTCHA_GD_Y_GRID_EXPLAIN}</span></dt>
  27      <dd><input id="captcha_gd_y_grid" name="captcha_gd_y_grid" value="{CAPTCHA_GD_Y_GRID}" type="text" /></dd>
  28  </dl>
  29  <dl>
  30      <dt><label for="captcha_gd_wave">{L_CAPTCHA_GD_WAVE}:</label><br /><span>{L_CAPTCHA_GD_WAVE_EXPLAIN}</span></dt>
  31      <dd><label><input id="captcha_gd_wave" name="captcha_gd_wave" value="1" class="radio" type="radio"<!-- IF CAPTCHA_GD_WAVE --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
  32          <label><input name="captcha_gd_wave" value="0" class="radio" type="radio"<!-- IF not CAPTCHA_GD_WAVE --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
  33  </dd>
  34  </dl>
  35  <dl>
  36      <dt><label for="captcha_gd_3d_noise">{L_CAPTCHA_GD_3D_NOISE}:</label><br /><span>{L_CAPTCHA_GD_3D_NOISE_EXPLAIN}</span></dt>
  37      <dd><label><input id="captcha_gd_3d_noise" name="captcha_gd_3d_noise" value="1" class="radio" type="radio"<!-- IF CAPTCHA_GD_3D_NOISE --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
  38          <label><input name="captcha_gd_3d_noise" value="0" class="radio" type="radio"<!-- IF not CAPTCHA_GD_3D_NOISE --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
  39  </dd>
  40  </dl>
  41  <dl>
  42      <dt><label for="captcha_gd_fonts">{L_CAPTCHA_GD_FONTS}:</label><br /><span>{L_CAPTCHA_GD_FONTS_EXPLAIN}</span></dt>
  43      <dd><label><input id="captcha_gd_fonts" name="captcha_gd_fonts" value="1" class="radio" type="radio"<!-- IF CAPTCHA_GD_FONTS == 1 --> checked="checked"<!-- ENDIF --> /> {L_CAPTCHA_FONT_DEFAULT}</label>
  44          <label><input name="captcha_gd_fonts" value="2" class="radio" type="radio"<!-- IF CAPTCHA_GD_FONTS == 2 --> checked="checked"<!-- ENDIF --> /> {L_CAPTCHA_FONT_NEW}</label>
  45          <label><input name="captcha_gd_fonts" value="3" class="radio" type="radio"<!-- IF CAPTCHA_GD_FONTS == 3 --> checked="checked"<!-- ENDIF --> /> {L_CAPTCHA_FONT_LOWER}</label>
  46  
  47  </dd>
  48  </dl>
  49  
  50  </fieldset>
  51  <fieldset>
  52      <legend>{L_PREVIEW}</legend>
  53      <!-- IF CAPTCHA_PREVIEW -->
  54      <!-- INCLUDE {CAPTCHA_PREVIEW} -->
  55      <!-- ENDIF -->
  56  
  57  </fieldset>
  58  
  59  <fieldset>
  60      <legend>{L_ACP_SUBMIT_CHANGES}</legend>
  61      <p class="submit-buttons">
  62          <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />&nbsp;
  63          <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />&nbsp;
  64          <input class="button2" type="submit" id="preview" name="preview" value="{L_PREVIEW}" />&nbsp;
  65      </p>
  66  
  67      <input type="hidden" name="select_captcha" value="{CAPTCHA_NAME}" />
  68      <input type="hidden" name="configure" value="1" />
  69  
  70      {S_FORM_TOKEN}
  71  </fieldset>
  72  </form>
  73  
  74  <!-- INCLUDE overall_footer.html -->


Generated: Wed Oct 2 15:03:47 2013 Cross-referenced by PHPXref 0.7.1