+csv dep for PG'OCaml.
[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://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 ::if(has_host_css)::<link rel="stylesheet" href="/_global.css" type="text/css" title="Standard"/>::end::::if(has_ie6_fixes_css)::
9 <!--[if ie 6]><link rel="stylesheet" href="/_ie6_fixes.css" type="text/css" title="Standard"/><![endif]-->::end::::if(has_ie7_fixes_css)::
10 <!--[if ie 7]><link rel="stylesheet" href="/_ie7_fixes.css" type="text/css" title="Standard"/><![endif]-->::end::
11 </head><body>
12
13 <h1><span>Send feedback about this page</span></h1>
14
15 <form method="post" action="/_bin/send_feedback.cmo">
16 <input type="hidden" name="page" value="::page_html_tag::"/>
17 <table class="left_table">
18 <tr>
19 <th> Name: </th>
20 <td> <input name="name" value="" size="50" /> </td>
21 </tr>
22 <tr>
23 <th> Email: </th>
24 <td> <input name="email" value="" size="50" /> </td>
25 </tr>
26 <tr>
27 <th> Feedback: </th>
28 <td> <textarea name="feedback" rows="8" cols="60"></textarea> </td>
29 </tr>
30 <tr>
31 <td> </td>
32 <td> <em>All fields are optional, but please give us your
33 email address if you'd like us to get back to you.</em> </td>
34 </tr>
35 <tr>
36 <td></td>
37 <td> <input type="submit" name="submit" value="   Send feedback   " />
38 <input type="submit" name="cancel" value="   Cancel   " /> </td>
39 </tr>
40 </table>
41 </form>
42
43 <h2>Contents of the page</h2>
44
45 <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>
46 <noframes>
47 <a href="/::page_html_tag::" target="_blank">Go here to see the page on which you are sending feedback.</a>
48 </noframes>
49
50 ::include(footer.html)::
51 </body>
52 </html>