Rev 11185 | Rev 11188 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11185 | Rev 11187 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | !set name=$(l[1]) |
6 | !set name=$(l[1]) |
7 | !if | isin $name |
7 | !if | isin $name |
8 | !set name2=!replace internal | by $\ |
8 | !set name2=!replace internal | by $\ |
9 | $ in $name |
9 | $ in $name |
10 | !distribute lines $name2 into bidon,name |
10 | !distribute lines $name2 into bidon,name |
- | 11 | !endif |
|
- | 12 | !set name=!words2items $name |
|
- | 13 | !if $name=radiocheckbox |
|
- | 14 | !set name=radio,checkbox |
|
11 | !endif |
15 | !endif |
12 | !set list_=!append item $name to $list_ |
16 | !set list_=!append item $name to $list_ |
13 | !next |
17 | !next |
14 | !next |
18 | !next |
15 | !set list_=!sort item $list_ |
19 | !set list_=!sort item $list_ |
16 | <table class="blockcenter wimsborder"> |
20 | <table class="blockcenter wimsborder"> |
17 | !for f in $list_ |
21 | !for f in $list_ |
- | 22 | !if $f iswordof radio checkbox |
|
- | 23 | !set opt=!lookup :option in help/anstype.fr/radiocheckbox.phtml |
|
- | 24 | !else |
|
18 | !set opt=!lookup :option in help/anstype.fr/$f.phtml |
25 | !set opt=!lookup :option in help/anstype.fr/$f.phtml |
- | 26 | !endif |
|
19 | !if $opt!=$empty |
27 | !if $opt!=$empty |
20 | <tr><td> |
28 | <tr><td> |
21 | !href cmd=help&special_parm=reply,$f#_$f $f |
29 | !href cmd=help&special_parm=reply,$f#_$f $f |
22 | </td><td>$opt</td></tr> |
30 | </td><td style="text-align:left">$opt</td></tr> |
23 | !endif |
31 | !endif |
24 | !next |
32 | !next |
25 | </table> |
33 | </table> |