Bumped version for release.
[cocanwiki.git] / templates / delete_contact_form.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <title>Delete contact forms</title>
5 <meta name="author" content="http://www.merjis.com/" />
6 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
7 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
8 </head><body>
9
10 <h1><span>Delete contact forms</span></h1>
11
12 <p>
13 Are you sure you want to delete all the contact forms listed below?
14 </p>
15
16 <table class="top_table">
17 <tr><th> Name </th> <th> Subject line </th></tr>
18 ::table(deletes)::<tr><td> ::name_html:: </td> <td> ::subject_html:: </td></tr>::end::
19 </table>
20
21 <form method="post" action="/_bin/delete_contact.cmo">
22 ::table(ids)::<input type="hidden" name="delete" value="::id::"/>::end::
23 <input type="submit" name="doit" value="   Delete all   "/>
24 <input type="submit" name="cancel" value="   Cancel   "/>
25 </form>
26
27 ::include(footer.html)::
28 </body>
29 </html>