rels-list.adp

Delivered as text/html

Related Files

[ hide source ] | [ make this the default ]

File Contents

<master>
<property name="context">@context;literal@</property>
<property name="doc(title)">All relations of type "@rel_type_pretty_name;literal@"</property>
				   
<if @rels:rowcount;literal@ eq 0>
 <ul>
   <li>(none)</li>
 </ul>
</if>
<else>
 <ol>
  <multiple name="rels">
    <li> <a href="../relations/one?rel_id=@rels.rel_id@">@rels.name@</a>
    </li>
  </multiple>
 </ol>
</else>