About to remove the links_to constraint from the links table.
[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 </head><body>
8
9 <h1>Contact forms</h1>
10
11 <ul class="menu">
12 <li class="first"><a href="/_bin/create_contact_form.cmo">Create a contact form</a></li>
13 </ul>
14
15 <form method="post" action="/_bin/delete_contact_form.cmo">
16 <table class="top_table">
17 <tr>
18 <th></th>
19 <th> Contact ID </th>
20 <th> Name </th>
21 <th> Subject line </th>
22 <th> # addresses </th>
23 </tr>
24 ::table(contacts)::
25 <tr>
26 <td> <input type="checkbox" name="delete" value="::id::"/> </td>
27 <td class="number"> <a href="/_bin/contact_show.cmo?id=::id::">::id::</a> </td>
28 <td> <a href="/_bin/contact_show.cmo?id=::id::">::name_html::</a> </td>
29 <td> <a href="/_bin/contact_show.cmo?id=::id::">::subject_html::</a> </td>
30 <td class="number"> <a href="/_bin/contact_show.cmo?id=::id::">::count_html::</a> </td>
31 </tr>
32 ::end::
33 <tr>
34 <td colspan="5">
35 <input type="submit" value="Delete contact form"/>
36 </td>
37 </tr>
38 </table>
39 </form>
40
41 <ul id="topmenu" class="menu">
42 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
43 <li> <a href="/_sitemap">Sitemap</a> </li>
44 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
45 </ul>
46
47 <div id="menu_div">
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 </div>
55
56 <div id="footer_div">
57 <hr/>
58
59 <ul id="footer" class="menu">
60 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
61 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
62 </ul>
63 </div>
64
65 </body>
66 </html>