Added the navigation box (see email).
[cocanwiki.git] / templates / host_menu.html
index 6d06f5b..00bcfc0 100644 (file)
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>Global settings</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>
 <a href="/_bin/edit_host_css_form.cmo">Edit global stylesheet ...</a> </td>
 </tr>
 <tr>
+<th> Allow anyone to see the site: </th>
+<td> ::if(view_anon)::Yes::else::No (private / intranet site)::end:: </td>
+</tr>
+<tr>
 <th> Allow anonymous edits: </th>
 <td> ::if(edit_anon)::Yes::else::No::end:: </td>
 </tr>
 </tr>
 <tr>
 <th> Managed mailing list: </th>
-<td> ::if(mailing_list):: Yes ::else:: No ::end:: </td>
+<td> ::if(mailing_list):: Yes <br/>
+<ul class="menu">
+<li class="first"><a href="/_bin/mailing_list_view.cmo">View/download current mailing list</a></li>
+<li><a href="/_bin/mailing_list_compose_form.cmo">Send a message to the mailing list</a></li>
+</ul>
+::else:: No ::end::
+</td>
+</tr>
+<tr>
+<th> Search box: </th>
+<td> ::if(search_box)::Yes::else::No::end:: </td>
+</tr>
+<tr>
+<th> Navigation box: </th>
+<td> ::if(navigation)::Yes::else::No::end:: </td>
 </tr>
 <tr>
 <th> Theme: </th>
 <a href="/_bin/edit_host_settings_form.cmo">Edit these settings ...</a>
 </p>
 
+<h2>Site maintenance</h2>
+
+<ul>
+<li> <a href="/_bin/rebuild_links.cmo">Rebuild link structure</a>
+</ul>
+
 <ul id="topmenu" class="menu">
 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
 <li> <a href="/_sitemap">Sitemap</a> </li>