855849c1aea35a2ed340660e0b212e91dadfefb4
[cocanwiki.git] / templates / send_feedback_form.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <title>Send feedback about this page</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>Send feedback about this page</span></h1>
11
12 <form method="post" action="/_bin/send_feedback.cmo">
13 <input type="hidden" name="page" value="::page_html_tag::"/>
14 <table class="left_table">
15 <tr>
16 <th> Name: </th>
17 <td> <input name="name" value="" size="50" /> </td>
18 </tr>
19 <tr>
20 <th> Email: </th>
21 <td> <input name="email" value="" size="50" /> </td>
22 </tr>
23 <tr>
24 <th> Feedback: </th>
25 <td> <textarea name="feedback" rows="8" cols="60"></textarea> </td>
26 </tr>
27 <tr>
28 <td> </td>
29 <td> <em>All fields are optional, but please give us your
30 email address if you'd like us to get back to you.</em> </td>
31 </tr>
32 <tr>
33 <td></td>
34 <td> <input type="submit" name="submit" value="   Send feedback   " />
35 <input type="submit" name="cancel" value="   Cancel   " /> </td>
36 </tr>
37 </table>
38 </form>
39
40 <h2>Contents of the page</h2>
41
42 <iframe longdesc="Frame showing the original contents of the page about which you are sending feedback." width="100%" height="500" src="/::page_html_tag::"></iframe>
43 <noframes>
44 <a href="/::page_html_tag::" target="_blank">Go here to see the page on which you are sending feedback.</a>
45 </noframes>
46
47 ::include(footer.html)::
48 </body>
49 </html>