The "robots noindex" directive crept into a lot of pages where it
[cocanwiki.git] / templates / mailing_list_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>Join our mailing list</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>Join our mailing list</h1>
10
11 <p>
12 Please fill in this form to join our mailing list.
13 </p>
14
15 <form method="post" action="/_bin/mailing_list_send.cmo">
16 <table class="left_table">
17 <tr>
18 <th> Email address: </th>
19 <td> <input name="email" value="" size="50" /> </td>
20 </tr>
21 <tr>
22 <th> Name: </th>
23 <td> <input name="name" 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 </ol>
41
42
43 <ul id="topmenu" class="menu">
44 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
45 <li> <a href="/_sitemap">Sitemap</a> </li>
46 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
47 </ul>
48
49 <div id="menu_div">
50 <ul id="bottommenu" class="menu">
51 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
52 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
53 ::end::
54 <li> <a href="/_sitemap">Sitemap</a> </li>
55 </ul>
56 </div>
57
58 <div id="footer_div">
59 <hr/>
60
61 <ul id="footer" class="menu">
62 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
63 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
64 </ul>
65 </div>
66
67 </body>
68 </html>