Find orphan pages.
[cocanwiki.git] / templates / admin / create_host_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>Create new Wiki</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>Create new Wiki</h1>
11
12 <form action="create_host.cmo" method="post">
13 <table id="host">
14 <tr>
15 <th> Server name: </th>
16 <td> <input name="canonical_hostname" value="" size="40" /> </td>
17 </tr>
18 <tr>
19 <th> Aliases: </th>
20 <td> <textarea name="hostnames" rows="5" cols="40"></textarea> </td>
21 </tr>
22 <tr>
23 <tr>
24 <th> Title of Wiki: </th>
25 <td> <input name="title" value="" size="60"/> </td>
26 </tr>
27 <tr>
28 <th> Copy from template: </th>
29 <td>
30 <select name="template">
31 <option value="">None - create an empty site</option>
32 ::table(templates)::<option value="::id::">::canonical_hostname_html::</option>
33 ::end::
34 </select>
35 </td>
36 </tr>
37 <tr>
38 <td></td>
39 <td>
40 <input type="submit" name="save" value="Create Wiki"/>
41 </td>
42 </tr>
43 </table>
44 </form>
45
46 <ul id="topmenu" class="menu">
47 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
48 <li> <a href="/_sitemap">Sitemap</a> </li>
49 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
50 </ul>
51
52 <ul id="bottommenu" class="menu">
53 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
54 <li> <a href="/_sitemap">Sitemap</a> </li>
55 <li> <a href="/_recent">Recent&nbsp;changes</a></li>
56 </ul>
57
58 <hr/>
59
60 <ul id="footer" class="menu">
61 <li> <a href="/copyright">Copyright &copy; 2004</a> </li>
62 </ul>
63
64 </body>
65 </html>