Find orphan pages.
[cocanwiki.git] / templates / admin / host.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: ::canonical_hostname_html::</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: ::canonical_hostname_html::</h1>
11
12 <table id="host">
13 <tr>
14   <th> ID: </th>
15   <td> ::id:: </td>
16 </tr>
17 <tr>
18   <th> Server&nbsp;name: </th>
19   <td> ::canonical_hostname_html:: </td>
20 </tr>
21 <tr>
22   <th> Aliases: </th>
23   <td>
24     ::table(hostnames):: ::hostname_html:: <br/> ::end::
25     <a href="/_bin/admin/edit_hostnames_form.cmo?hostid=::id::">Edit
26       server name and aliases ...</a>
27   </td>
28 </tr>
29 <tr>
30   <th> Index page: </th>
31   <td> <a href="http://::canonical_hostname_html_tag::/">http://::canonical_hostname_html::/</a> </td>
32 </tr>
33 <tr>
34   <th> Page count: </th>
35   <td> ::page_count_html:: </td>
36 </tr>
37 <tr>
38   <th> Last modified: </th>
39   <td> ::last_modified_date_html:: </td>
40 </tr>
41 <tr>
42   <th> Wiki created: </th>
43   <td> ::creation_date_html:: </td>
44 </tr>
45 <tr>
46   <th> Pages:<br/>
47        <span class="explanation">(including edits and deleted pages)</span> </th>
48   <td> ::total_count_html:: </td>
49 </tr>
50 <tr>
51   <th> Global stylesheet: </th>
52   <td>
53     ::if(has_css)::This wiki has a global stylesheet.::end::
54     <a href="/_bin/admin/edit_host_css_form.cmo?hostid=::id::">Edit
55       global stylesheet ...</a>
56   </td>
57 </tr>
58 </table>
59
60 <ul id="topmenu" class="menu">
61 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
62 <li> <a href="/_sitemap">Sitemap</a> </li>
63 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
64 </ul>
65
66 <ul id="bottommenu" class="menu">
67 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
68 <li> <a href="/_sitemap">Sitemap</a> </li>
69 <li> <a href="/_recent">Recent&nbsp;changes</a></li>
70 </ul>
71
72 <hr/>
73
74 <ul id="footer" class="menu">
75 <li> <a href="/copyright">Copyright &copy; 2004</a> </li>
76 </ul>
77
78 </body>
79 </html>