Fixed the cancel button on the edit page.
[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 </head><body>
8
9 <h1>Send feedback about this page</h1>
10
11 <form method="post" action="/_bin/send_feedback.cmo">
12 <input type="hidden" name="page" value="::page_html_tag::"/>
13 <table class="left_table">
14 <tr>
15 <th> Name: </th>
16 <td> <input name="name" value="" size="50" /> </td>
17 </tr>
18 <tr>
19 <th> Email: </th>
20 <td> <input name="email" value="" size="50" /> </td>
21 </tr>
22 <tr>
23 <th> Feedback: </th>
24 <td> <textarea name="feedback" rows="8" cols="60"></textarea> </td>
25 </tr>
26 <tr>
27 <td> </td>
28 <td> <em>All fields are optional, but please give us your
29 email address if you'd like us to get back to you.</em> </td>
30 </tr>
31 <tr>
32 <td></td>
33 <td> <input type="submit" name="submit" value="   Send feedback   " />
34 <input type="submit" name="cancel" value="   Cancel   " /> </td>
35 </tr>
36 </table>
37 </form>
38
39 <h2>Contents of the page</h2>
40
41 <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>
42 <noframes>
43 <a href="/::page_html_tag::" target="_blank">Go here to see the page on which you are sending feedback.</a>
44 </noframes>
45
46 <ul id="topmenu" class="menu">
47 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
48 <li> <a href="/_sitemap">Sitemap</a> </li>
49 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
50 </ul>
51
52 <div id="menu_div">
53 <ul id="bottommenu" class="menu">
54 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
55 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
56 ::end::
57 <li> <a href="/_sitemap">Sitemap</a> </li>
58 </ul>
59 </div>
60
61 <div id="footer_div">
62 <hr/>
63
64 <ul id="footer" class="menu">
65 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
66 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
67 </ul>
68 </div>
69
70 </body>
71 </html>