Mail2wiki - hairy, slow, but working.
[cocanwiki.git] / templates / page_email_form.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>Send an email when the page is updated</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>Send an email when the page is updated</h1>
11
12 <p>
13 If you fill in this form you will receive an email
14 whenever that page
15 (<a href="/::page_html_tag::">::title_html::</a>)
16 gets updated.
17 </p>
18
19 <form method="post" action="/_bin/page_email_send.cmo">
20 <input type="hidden" name="page" value="::page_html_tag::"/>
21 <table class="left_table">
22 <tr>
23 <th> Email address: </th>
24 <td> <input name="email" value="" size="50" /> </td>
25 </tr>
26 <tr>
27 <td></td>
28 <td> <input type="submit" value="   Send   " /> </td>
29 </tr>
30 </table>
31 </form>
32
33 <h2>Notes</h2>
34
35 <ol>
36 <li> You will be sent an initial email so that we can confirm
37   that the email address is yours. </li>
38 <li> <strong>You can unsubscribe at any time.</strong>  Just click on the link
39   which will be sent to you in the initial email or in each
40   update email you receive. </li>
41 <li> You will receive at most one email per day when the page
42   changes. </li>
43 </ol>
44
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>