Silly mistake in the CSV file
[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 <td></td>
29 <td>
30 <input type="submit" name="save" value="Create Wiki"/>
31 <input type="submit" name="cancel" value="Cancel"/>
32 </td>
33 </tr>
34 </table>
35 </form>
36
37 <ul id="topmenu" class="menu">
38 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
39 <li> <a href="/_sitemap">Sitemap</a> </li>
40 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
41 </ul>
42
43 <ul id="bottommenu" class="menu">
44 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
45 <li> <a href="/_sitemap">Sitemap</a> </li>
46 <li> <a href="/_recent">Recent&nbsp;changes</a></li>
47 </ul>
48
49 <hr/>
50
51 <ul id="footer" class="menu">
52 <li> <a href="/copyright">Copyright &copy; 2004</a> </li>
53 </ul>
54
55 </body>
56 </html>