Find orphan pages.
[cocanwiki.git] / templates / admin / admin.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>Wiki administration</title>
5 <meta name="author" content="http://www.merjis.com/" />
6 <link rel="stylesheet" href="/_css/standard.css" type="text/css" title="Standard"/>
7 <link rel="stylesheet" href="/_css/admin.css" type="text/css" title="Standard"/>
8 </head><body>
9
10 <h1>Wiki administration</h1>
11
12 <h2>Wikis on this server</h2>
13
14 <table id="hosts">
15 ::table(hosts)::
16 <tr> <td> ID: ::id:: </td> <td>
17 <a title="Administration page for this wiki" href="/_bin/admin/host.cmo?hostid=::id::">::canonical_hostname_html::</a>
18 <a title="Edit server name, aliases for this wiki" href="/_bin/admin/edit_hostnames_form.cmo?hostid=::id::" class="alias">(alias
19 ::table(hostnames):: ::hostname_html:: ::end::
20 )</a>
21 </td>
22 <td>
23 ::page_count:: page(s),
24 <a title="Recent changes" href="http://::canonical_hostname_html_tag::/_recent">last modified ::last_modified_date_html::</a>
25 </td>
26 </tr>
27 ::end::
28 </table>
29
30 <p>
31 <a href="/_bin/admin/create_host_form.cmo">Create a wiki ...</a>
32 </p>
33
34 <ul id="topmenu" class="menu">
35 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
36 <li> <a href="/_sitemap">Sitemap</a> </li>
37 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
38 </ul>
39
40 <ul id="bottommenu" class="menu">
41 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
42 <li> <a href="/_sitemap">Sitemap</a> </li>
43 <li> <a href="/_recent">Recent&nbsp;changes</a></li>
44 </ul>
45
46 <hr/>
47
48 <ul id="footer" class="menu">
49 <li> <a href="/copyright">Copyright &copy; 2004</a> </li>
50 </ul>
51
52 </body>
53 </html>