delete.adp
Delivered as text/html
Related Files
- packages/file-storage/www/delete.xql
- packages/file-storage/www/delete.tcl
- packages/file-storage/www/delete.adp
[ hide source ] | [ make this the default ]
File Contents
<master>
<property name="doc(title)">@title;literal@</property>
<property name="context">context</property>
<h1>@title;noquote@</h1>
<if @allowed_count@ gt 0>
<if @not_allowed_count@ gt 0>@not_allowed_count@ items can not be deleted.</if>
<listtemplate name="delete_list"></listtemplate>
<formtemplate id="delete_confirm"></formtemplate>
</if>
<else>
No valid items to be deleted
</else>