source: extensions/CryptograPHP/admin.tpl @ 11295

Last change on this file since 11295 was 11023, checked in by mistic100, 13 years ago

clean folders

File size: 692 bytes
Line 
1<div class="titrePage">
2  <h2>CryptograPHP</h2>
3</div>
4
5<form method="post" class="properties">
6<fieldset>
7  <legend>{'Captcha theme'|@translate}</legend>
8 
9  {foreach from=$available_themes item=theme}
10  <div style="display:inline-block;margin-top:5px;">
11   <label for="{$theme}-example"><img src="{$CRYPTO_PATH}cryptographp/images/{$theme}.png" alt="{$theme}"/></label> <br/>
12    <input type="radio" name="cryptographp_theme" id="{$theme}-example" value="{$theme}" {if $theme == $cryptographp_theme}checked="checked"{/if}/>
13  </div>
14  {/foreach}
15 
16  <p class="bottomButtons">
17    <input class="submit" type="submit" value="{'Submit'|@translate}" name="submit"/>
18  </p>
19</fieldset>
20</form>
Note: See TracBrowser for help on using the repository browser.