Subversion Repositories wimsdev

Rev

Rev 11187 | Rev 11194 | 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>
11185 bpr 22
!for f in $list_
11187 bpr 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
27
  !endif
11185 bpr 28
  !if $opt!=$empty
11188 bpr 29
$table_tr<td>
11185 bpr 30
!href cmd=help&special_parm=reply,$f#_$f $f
11187 bpr 31
</td><td style="text-align:left">$opt</td></tr>
11185 bpr 32
  !endif
33
!next
34
</table>