Added 'broken links' script.
[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 </head><body>
8
9 <h1>Delete contact forms</h1>
10
11 <p>
12 Are you sure you want to delete all the contact forms listed below?
13 </p>
14
15 <table class="top_table">
16 <tr><th> Name </th> <th> Subject line </th></tr>
17 ::table(deletes)::<tr><td> ::name_html:: </td> <td> ::subject_html:: </td></tr>::end::
18 </table>
19
20 <form method="post" action="/_bin/delete_contact.cmo">
21 ::table(ids)::<input type="hidden" name="delete" value="::id::"/>::end::
22 <input type="submit" name="doit" value="   Delete all   "/>
23 <input type="submit" name="cancel" value="   Cancel   "/>
24 </form>
25
26 <ul id="topmenu" class="menu">
27 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
28 <li> <a href="/_sitemap">Sitemap</a> </li>
29 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
30 </ul>
31
32 <div id="menu_div">
33 <ul id="bottommenu" class="menu">
34 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
35 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
36 ::end::
37 <li> <a href="/_sitemap">Sitemap</a> </li>
38 </ul>
39 </div>
40
41 <div id="footer_div">
42 <hr/>
43
44 <ul id="footer" class="menu">
45 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
46 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
47 </ul>
48 </div>
49
50 </body>
51 </html>