Find orphan pages.
[cocanwiki.git] / templates / admin / create_host_form.html
index f2d8699..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>