Find orphan pages.
[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="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><span>View or download mailing list</span></h1>
11
12 <table class="top_table">
13 <tr><th> Email address </th> <th> Name </th> <th> Joining date </th></tr>
14 ::table(emails)::
15 <tr><td> ::email_html:: </td> <td> ::name_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 ::include(footer.html)::
30 </body>
31 </html>