Bumped version for release.
[cocanwiki.git] / templates / contacts.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>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>Contact forms</span></h1>
11
12 <ul class="menu">
13 <li class="first"><a href="/_bin/create_contact_form.cmo">Create a contact form</a></li>
14 </ul>
15
16 <form method="post" action="/_bin/delete_contact_form.cmo">
17 <table class="top_table">
18 <tr>
19 <th></th>
20 <th> Contact ID </th>
21 <th> Name </th>
22 <th> Subject line </th>
23 <th> # addresses </th>
24 </tr>
25 ::table(contacts)::
26 <tr>
27 <td> <input type="checkbox" name="delete" value="::id::"/> </td>
28 <td class="number"> <a href="/_bin/contact_show.cmo?id=::id::">::id::</a> </td>
29 <td> <a href="/_bin/contact_show.cmo?id=::id::">::name_html::</a> </td>
30 <td> <a href="/_bin/contact_show.cmo?id=::id::">::subject_html::</a> </td>
31 <td class="number"> <a href="/_bin/contact_show.cmo?id=::id::">::count_html::</a> </td>
32 </tr>
33 ::end::
34 <tr>
35 <td colspan="5">
36 <input type="submit" value="Delete contact form"/>
37 </td>
38 </tr>
39 </table>
40 </form>
41
42 ::include(footer.html)::
43 </body>
44 </html>