Rev 12329 | Rev 12356 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12329 | Rev 12351 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !!!liste provisoire, juste pour essayer |
1 | !!!liste provisoire, juste pour essayer |
2 | 2 | ||
- | 3 | !set list_attribut=!record 0 of wimshome/public_html/themes/icon |
|
3 | !set list_attribut |
4 | !set list_attribut=!lines2items $list_attribut |
4 | 5 | ||
- | 6 | !if $list_attribut=$empty |
|
- | 7 | !exit |
|
- | 8 | !endif |
|
5 | <label for="mod_attribut">$name_attribut</label> |
9 | <label for="mod_attribut">$name_attribut</label> |
6 | <select name="mod_attribut" id="mod_attribut"> |
10 | <select name="mod_attribut" id="mod_attribut"> |
7 | !for i in none,$list_attribut |
11 | !for i in none,$list_attribut |
8 | <option value="$i" |
12 | <option value="$i" |
9 | !if $i=$attribut_ |
13 | !if $i=$attribut_ |