groups-list.adp

Delivered as text/html

Related Files

[ hide source ] | [ make this the default ]

File Contents

<if @groups:rowcount;literal@ eq 0>
  <li>(none)</li>
</if>
<else>
 <multiple name="groups">
  <li> <a href="../groups/one?group_id=@groups.group_id@">@groups.group_name@</a> </li>
 </multiple>
</else>