delete.adp

Delivered as text/html

Related Files

[ hide source ]

File Contents

<master>
<property name="doc(title)">Delete Subscription</property>
<property name="context">@context;literal@</property>

Channel: <if @channel_link@ eq "">@channel_title@</if><else>
<a href="@channel_link@">@channel_title@</a></else>
<form action=delete-2>
<input type="hidden" name="subscr_id" value="@subscr_id@">
<input type="hidden" name="return_url" value="@return_url@">
<if @offer_file@ eq 1>
<input type="checkbox" name="delete_file_p" id="delete_file"><label for="delete_file">Delete report</label>
</if>
<p>
<input type="submit" value="Really delete?">
<input type="button" id="cancel" value="No, I want to go back">
</form>