source: extensions/ID_swicht/admin/admin.tpl @ 10591

Last change on this file since 10591 was 10591, checked in by ddtddt, 13 years ago

[extensions] - ID_swicht - First release

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 638 bytes
Line 
1<div class="titrePage">
2  <h2>{'ids_h2'|@translate}</h2>
3</div>
4
5{if isset ($gestion)}
6        <div>
7                <form method="post">
8                        <fieldset>
9                                <legend>{'ids_select'|@translate}</legend>
10                                {'ids_photo1'|@translate}       
11                {html_options name="IDS1" options=$gestion.OPTIONS selected=$gestion.SELECTED}
12                                <br>
13                                <br>
14                                {'ids_photo2'|@translate}       
15                {html_options name="IDS2" options=$gestion.OPTIONS selected=$gestion.SELECTED}
16                                <br>
17                                <br>
18                                        <div style="text-align:center;">
19                                        <input class="submit" name="IDS" type="submit" value="{'ids_action'|@translate}" {$TAG_INPUT_ENABLED} />
20                                        </div>
21                        </fieldset>
22                </form>
23        </div>
24{/if}
25
Note: See TracBrowser for help on using the repository browser.