Updated deps.
[cocanwiki.git] / templates / mailing_list_view.html
index b29f4b0..4d963b3 100644 (file)
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>View or download mailing list</title>
-<meta name="robots" content="noindex,nofollow"/>
 <meta name="author" content="http://www.merjis.com/" />
 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
 </head><body>
@@ -10,9 +9,9 @@
 <h1>View or download mailing list</h1>
 
 <table class="top_table">
-<tr><th> Email address </th> <th> Joining date </th></tr>
+<tr><th> Email address </th> <th> Name </th> <th> Joining date </th></tr>
 ::table(emails)::
-<tr><td> ::email_html:: </td> <td> ::entry_date_html:: </td> </tr>
+<tr><td> ::email_html:: </td> <td> ::name_html:: </td> <td> ::entry_date_html:: </td> </tr>
 ::end::
 </table>