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