Rev 11187 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!set list_=
!for k=1 to 2
!set n=!linecnt $(typelist$k)
!for j = 1 to $n
!set l=!line $j of $(typelist$k)
!set name=$(l[1])
!if | isin $name
!set name2=!replace internal | by $\
$ in $name
!distribute lines $name2 into bidon,name
!endif
!set list_=!append item $name to $list_
!set list_
=!sort item
$list_
<table class="blockcenter wimsborder">
!for f in $list_
!set opt=!lookup :option in help/anstype.fr/$f.phtml
!if $opt!=$empty
<tr><td>
!href cmd=help&special_parm=reply,$f#_$f $f
</td><td>$opt</td></tr>
!endif
</table>