Strict limit on the number of links in the 'what links here' section.
[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 </head><body>
8
9 <h1>Send an email when the page is updated</h1>
10
11 <p>
12 If you fill in this form you will receive an email
13 whenever that page
14 (<a href="/::page_html_tag::">::title_html::</a>)
15 gets updated.
16 </p>
17
18 <form method="post" action="/_bin/page_email_send.cmo">
19 <input type="hidden" name="page" value="::page_html_tag::"/>
20 <table class="left_table">
21 <tr>
22 <th> Email address: </th>
23 <td> <input name="email" value="" size="50" /> </td>
24 </tr>
25 <tr>
26 <td></td>
27 <td> <input type="submit" value="   Send   " /> </td>
28 </tr>
29 </table>
30 </form>
31
32 <h2>Notes</h2>
33
34 <ol>
35 <li> You will be sent an initial email so that we can confirm
36   that the email address is yours. </li>
37 <li> <strong>You can unsubscribe at any time.</strong>  Just click on the link
38   which will be sent to you in the initial email or in each
39   update email you receive. </li>
40 <li> You will receive at most one email per day when the page
41   changes. </li>
42 </ol>
43
44
45 <ul id="topmenu" class="menu">
46 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
47 <li> <a href="/_sitemap">Sitemap</a> </li>
48 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
49 </ul>
50
51 <div id="menu_div">
52 <ul id="bottommenu" class="menu">
53 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
54 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
55 ::end::
56 <li> <a href="/_sitemap">Sitemap</a> </li>
57 </ul>
58 </div>
59
60 <div id="footer_div">
61 <hr/>
62
63 <ul id="footer" class="menu">
64 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
65 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
66 </ul>
67 </div>
68
69 </body>
70 </html>