Subversion Repositories wimsdev

Rev

Rev 11188 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11188 Rev 11194
Line 17... Line 17...
17
  !next
17
  !next
18
!next
18
!next
19
!set list_=!sort item $list_
19
!set list_=!sort item $list_
20
$table_header
20
$table_header
21
$table_hdtr<th>$wims_name_name</th><th>Option</th></tr>
21
$table_hdtr<th>$wims_name_name</th><th>Option</th></tr>
22
!for f in $list_
22
  !for f in $list_
23
  !if $f iswordof radio checkbox
-
 
24
    !set opt=!lookup :option in help/anstype.fr/radiocheckbox.phtml
-
 
25
  !else
-
 
26
    !set opt=!lookup :option in help/anstype.fr/$f.phtml
23
    !set opt=!lookup option in anstype/$f
27
  !endif
24
  !endif
28
  !if $opt!=$empty
25
  !if $opt!=$empty
29
$table_tr<td>
26
$table_tr<td>
30
!href cmd=help&special_parm=reply,$f#_$f $f
27
!href cmd=help&special_parm=reply,$f#_$f $f
31
</td><td style="text-align:left">$opt</td></tr>
28
</td><td style="text-align:left">$opt</td></tr>