Display contacts. Updated deps.
[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="robots" content="noindex,nofollow"/>
6 <meta name="author" content="http://www.merjis.com/" />
7 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
8 </head><body>
9
10 <h1>Contact forms</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 <ul id="topmenu" class="menu">
43 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
44 <li> <a href="/_sitemap">Sitemap</a> </li>
45 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
46 </ul>
47
48 <ul id="bottommenu" class="menu">
49 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
50 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
51 ::end::
52 <li> <a href="/_sitemap">Sitemap</a> </li>
53 </ul>
54
55 <hr/>
56
57 <ul id="footer" class="menu">
58 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
59 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
60 </ul>
61
62 </body>
63 </html>