Rev 11187 | Rev 11194 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11187 | Rev 11188 | ||
---|---|---|---|
Line 15... | Line 15... | ||
15 | !endif |
15 | !endif |
16 | !set list_=!append item $name to $list_ |
16 | !set list_=!append item $name to $list_ |
17 | !next |
17 | !next |
18 | !next |
18 | !next |
19 | !set list_=!sort item $list_ |
19 | !set list_=!sort item $list_ |
- | 20 | $table_header |
|
20 |
|
21 | $table_hdtr<th>$wims_name_name</th><th>Option</th></tr> |
21 | !for f in $list_ |
22 | !for f in $list_ |
22 | !if $f iswordof radio checkbox |
23 | !if $f iswordof radio checkbox |
23 | !set opt=!lookup :option in help/anstype.fr/radiocheckbox.phtml |
24 | !set opt=!lookup :option in help/anstype.fr/radiocheckbox.phtml |
24 | !else |
25 | !else |
25 | !set opt=!lookup :option in help/anstype.fr/$f.phtml |
26 | !set opt=!lookup :option in help/anstype.fr/$f.phtml |
26 | !endif |
27 | !endif |
27 | !if $opt!=$empty |
28 | !if $opt!=$empty |
28 |
|
29 | $table_tr<td> |
29 | !href cmd=help&special_parm=reply,$f#_$f $f |
30 | !href cmd=help&special_parm=reply,$f#_$f $f |
30 | </td><td style="text-align:left">$opt</td></tr> |
31 | </td><td style="text-align:left">$opt</td></tr> |
31 | !endif |
32 | !endif |
32 | !next |
33 | !next |
33 | </table> |
34 | </table> |