Rev 11188 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
11185 | bpr | 1 | !set list_= |
2 | !for k=1 to 2 |
||
3 | !set n=!linecnt $(typelist$k) |
||
4 | !for j = 1 to $n |
||
5 | !set l=!line $j of $(typelist$k) |
||
6 | !set name=$(l[1]) |
||
7 | !if | isin $name |
||
8 | !set name2=!replace internal | by $\ |
||
9 | $ in $name |
||
10 | !distribute lines $name2 into bidon,name |
||
11 | !endif |
||
11187 | bpr | 12 | !set name=!words2items $name |
13 | !if $name=radiocheckbox |
||
14 | !set name=radio,checkbox |
||
15 | !endif |
||
11185 | bpr | 16 | !set list_=!append item $name to $list_ |
17 | !next |
||
18 | !next |
||
19 | !set list_=!sort item $list_ |
||
11188 | bpr | 20 | $table_header |
21 | $table_hdtr<th>$wims_name_name</th><th>Option</th></tr> |
||
11194 | bpr | 22 | !for f in $list_ |
23 | !set opt=!lookup option in anstype/$f |
||
11187 | bpr | 24 | !endif |
11185 | bpr | 25 | !if $opt!=$empty |
11188 | bpr | 26 | $table_tr<td> |
11185 | bpr | 27 | !href cmd=help&special_parm=reply,$f#_$f $f |
11187 | bpr | 28 | </td><td style="text-align:left">$opt</td></tr> |
11185 | bpr | 29 | !endif |
30 | !next |
||
31 | </table> |