Line | |
---|
1 | <h2>Comptes: Configuration</h2> |
---|
2 | |
---|
3 | <form id="accountsconfig" class="mod" method="post"> |
---|
4 | <?cs each:section = sections ?> |
---|
5 | <fieldset> |
---|
6 | <legend> |
---|
7 | <label> |
---|
8 | <input type="radio" name="selected" value="<?cs var:section.classname ?>" |
---|
9 | <?cs if:section.selected ?>checked="checked"<?cs /if ?> /> |
---|
10 | <?cs var:section.name ?> |
---|
11 | </label> |
---|
12 | </legend> |
---|
13 | |
---|
14 | <?cs each:option = section.options ?> |
---|
15 | <div class="field"> |
---|
16 | <label><?cs alt:translation[option.label] ?><?cs var:option.label ?><?cs /alt ?>: |
---|
17 | <input type="text" name="<?cs var:option.name ?>" value="<?cs var:option.value ?>" |
---|
18 | class="textwidget" /> |
---|
19 | </label> |
---|
20 | </div> |
---|
21 | <?cs /each ?> |
---|
22 | </fieldset> |
---|
23 | <?cs /each ?> |
---|
24 | <div class="buttons"> |
---|
25 | <input type="submit" name="save" value="Sauver" /> |
---|
26 | </div> |
---|
27 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.