Subversion Repositories wimsdev

Rev

Rev 11194 | 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
13158 bpr 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 $\
11185 bpr 9
$ in $name
13158 bpr 10
      !distribute lines $name2 into bidon,name
11
    !endif
12
    !set name=!words2items $name
13
    !if $name=radiocheckbox
14
      !set name=radio,checkbox
15
    !endif
16
    !set list_=!append item $name to $list_
11185 bpr 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>
13158 bpr 22
!for f in $list_
23
  !set opt=!lookup option in anstype/$f
11185 bpr 24
  !if $opt!=$empty
13158 bpr 25
    $table_tr<td>
26
    !href cmd=help&special_parm=reply,$f#_$f $f
27
    </td><td style="text-align:left">$opt</td></tr>
11185 bpr 28
  !endif
29
!next
30
</table>