Find orphan pages.
[cocanwiki.git] / templates / admin / edit_hostnames_form.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>Edit server name and aliases for ::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>Edit server name and aliases for ::canonical_hostname_html::</h1>
11
12 <form action="edit_hostnames.cmo" method="post">
13 <input type="hidden" name="hostid" value="::id::"/>
14 <table id="host">
15 <tr>
16 <th> Server name: </th>
17 <td> <input name="canonical_hostname" value="::canonical_hostname_html_tag::" size="40" /> </td>
18 </tr>
19 <tr>
20 <th> Aliases: </th>
21 <td> <textarea name="hostnames" rows="5" cols="40">::hostnames_html_textarea::</textarea> </td>
22 </tr>
23 <tr>
24 <td></td>
25 <td>
26 <input type="submit" name="save" value="Save"/>
27 <input type="submit" name="cancel" value="Cancel"/>
28 </td>
29 </tr>
30 </table>
31 </form>
32
33 <ul id="topmenu" class="menu">
34 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
35 <li> <a href="/_sitemap">Sitemap</a> </li>
36 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
37 </ul>
38
39 <ul id="bottommenu" class="menu">
40 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
41 <li> <a href="/_sitemap">Sitemap</a> </li>
42 <li> <a href="/_recent">Recent&nbsp;changes</a></li>
43 </ul>
44
45 <hr/>
46
47 <ul id="footer" class="menu">
48 <li> <a href="/copyright">Copyright &copy; 2004</a> </li>
49 </ul>
50
51 </body>
52 </html>