!readproc model/makelist.proc
<p>
$name_availablemodels
</p>
!for t in $types
!default name_$t=$t
$table_header
<caption>$(name_$t)</caption>
$table_hdtr
<th>$wims_name_Type</th>
<th>$wims_name_Action</th>
<th>$wims_name_Description</th>
</tr>
!for f in $(type_$t)
!set r=!record 1 of model/model.$lang/src/$f.oef
!set r=!line 1 of $r
$table_tr
<td>$(tit_$f)</td>
<td style="white-space:nowrap;">
!set wims_ref_class=wims_button
!href cmd=resume&level=3&mode=model&model=$f&realtest=yes $name_demo
!set wims_ref_class=wims_button
!href cmd=reply&level=2&mode=model&model=$f $wims_name_adapt
!set wims_ref_class=wims_button_help
!href target=wims_mhelp cmd=help&special_parm=model,1,$f $wims_name_help
</td>
<td>$(desc_$f)</td>
</tr>
$table_end
!read lang/names.phtml.$modu_lang model