View/download the mailing list.
[cocanwiki.git] / templates / mailing_list_view.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>View or download mailing list</title>
5 <meta name="robots" content="noindex,nofollow"/>
6 <meta name="author" content="http://www.merjis.com/" />
7 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
8 </head><body>
9
10 <h1>View or download mailing list</h1>
11
12 <table class="top_table">
13 <tr><th> Email address </th> <th> Joining date </th></tr>
14 ::table(emails)::
15 <tr><td> ::email_html:: </td> <td> ::entry_date_html:: </td> </tr>
16 ::end::
17 </table>
18
19 <p>
20 <a href="/_mailing_list.csv">Download this list as a spreadsheet file,
21 suitable for loading into most spreadsheets.</a>
22 </p>
23
24 <p>
25 NB: Right click on the above link and choose
26 <strong>Save Target As ...</strong>
27 </p>
28
29 <ul id="topmenu" class="menu">
30 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
31 <li> <a href="/_sitemap">Sitemap</a> </li>
32 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
33 </ul>
34
35 <div id="menu_div">
36 <ul id="bottommenu" class="menu">
37 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
38 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
39 ::end::
40 <li> <a href="/_sitemap">Sitemap</a> </li>
41 </ul>
42 </div>
43
44 <div id="footer_div">
45 <hr/>
46
47 <ul id="footer" class="menu">
48 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
49 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
50 </ul>
51 </div>
52
53 </body>
54 </html>