Commented a bug.
[cocanwiki.git] / templates / host_menu.html
index faa2a63..322dda0 100644 (file)
@@ -7,13 +7,20 @@
 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
 </head><body>
 
-<h1>Sitewide settings</h1>
+<h1><span>Sitewide settings</span></h1>
+
+<h2>Interesting pages and links</h2>
 
 <ul>
-<li> <a href="/_bin/largest_pages.cmo">Largest pages</a> </li>
-<li> <a href="/_bin/dead_ends.cmo">Dead end pages</a> </li>
-<li> <a href="/_bin/broken_links.cmo">Broken links</a> </li>
+<li> <a href="/_bin/orphans.cmo">Orphan pages</a> <em>(Pages which cannot be reached from the front page just by clicking links, but which still appear in the <a href="/_sitemap">sitemap</a>)</em> </li>
+<li> <a href="/_bin/broken_links.cmo">Broken links</a> <em>(Links to pages which don't exist, and the pages where they appear)</em> </li>
+<li> <a href="/_bin/largest_pages.cmo">Largest pages</a> <em>(Pages ordered by size)</em> </li>
+<li> <a href="/_bin/dead_ends.cmo">Dead end pages</a> <em>(Pages which don't link to any other page inside the site)</em> </li>
+</ul>
 
+<h2>Site management</h2>
+
+<ul>
 <li> <a href="/_bin/edit_sitemenu.cmo">Edit site menu</a> </li>
 
 ::if(can_manage_users)::
@@ -32,7 +39,7 @@
 
 ::if(can_manage_site)::
 
-<h2>Site management</h2>
+<h2>Site settings</h2>
 
 <table class="left_table">
 <tr>
 <th> Feedback email address: </th>
 <td> ::if(has_feedback_email):: <code>::feedback_email_html::</code> ::else:: None set up yet. ::end:: </td>
 </tr>
+<tr>
+<th> Branding: </th>
+<td>
+  ::if(has_brand)::
+  <strong>::brand_html::</strong><br/>
+  Tagline: ::brand_tagline_html:: <br/>
+  Description: ::brand_description_html::
+  ::else::
+  None set up yet.
+  ::end::
+</td>
+</tr>
 </table>
 
 <p>