Move the menus into the footer.
[cocanwiki.git] / templates / admin / create_host_form.html
index 6946007..ea75e75 100644 (file)
 <td> <input name="title" value="" size="60"/> </td>
 </tr>
 <tr>
+<th> Copy from template: </th>
+<td>
+<select name="template">
+<option value="">None - create an empty site</option>
+::table(templates)::<option value="::id::">::canonical_hostname_html::</option>
+::end::
+</select>
+</td>
+</tr>
+<tr>
 <td></td>
 <td>
 <input type="submit" name="save" value="Create Wiki"/>
-<input type="submit" name="cancel" value="Cancel"/>
 </td>
 </tr>
 </table>
 </form>
 
 <ul id="topmenu" class="menu">
-<li> <a href="/">Home&nbsp;page</a> | </li>
-<li> <a href="/_sitemap">Sitemap</a> </li>
+<li class="first"> <a href="/">Home&nbsp;page</a> </li>
+<li> <a href="/_sitemap">Sitemap</a> </li>
 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
 </ul>
 
 <ul id="bottommenu" class="menu">
-<li> <a href="/">Home&nbsp;page</a> | </li>
-<li> <a href="/_sitemap">Sitemap</a> </li>
+<li class="first"> <a href="/">Home&nbsp;page</a> </li>
+<li> <a href="/_sitemap">Sitemap</a> </li>
 <li> <a href="/_recent">Recent&nbsp;changes</a></li>
 </ul>