Templating package now adds the standard stuff to every page.
[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> Email notification: </th>
52   <td>
53     ::table(emails):: ::name_html:: &lt;::email_html::&gt; <br/> ::end::
54     <a href="/_bin/admin/edit_emails_form.cmo?hostid=::id::">Edit
55       email notification ...</a>
56   </td>
57 </tr>
58 <tr>
59   <th> Global stylesheet: </th>
60   <td>
61     ::if(has_css)::This wiki has a global stylesheet.::end::
62     <a href="/_bin/admin/edit_host_css_form.cmo?hostid=::id::">Edit
63       global stylesheet ...</a>
64   </td>
65 </tr>
66 </table>
67
68 <ul id="topmenu" class="menu">
69 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
70 <li> <a href="/_sitemap">Sitemap</a> </li>
71 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
72 </ul>
73
74 <ul id="bottommenu" class="menu">
75 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
76 <li> <a href="/_sitemap">Sitemap</a> </li>
77 <li> <a href="/_recent">Recent&nbsp;changes</a></li>
78 </ul>
79
80 <hr/>
81
82 <ul id="footer" class="menu">
83 <li> <a href="/copyright">Copyright &copy; 2004</a> </li>
84 </ul>
85
86 </body>
87 </html>