summaryrefslogtreecommitdiff
path: root/templates/admin_angel_types.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_angel_types.html')
-rw-r--r--templates/admin_angel_types.html42
1 files changed, 0 insertions, 42 deletions
diff --git a/templates/admin_angel_types.html b/templates/admin_angel_types.html
deleted file mode 100644
index 4f2e3a56..00000000
--- a/templates/admin_angel_types.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<p>
- Angel types:
-</p>
-<table>
- <thead>
- <tr>
- <th>
- Name
- </th>
- <th>
- Man
- </th>
- <th>
- Action
- </th>
- </tr>
- </thead>
- <tbody>
- %table%
- </tbody>
-</table>
-<hr/><h2>Create new Angel type:</h2>
-<form action="%link%&action=create" method="post">
- <table>
- <tr>
- <td>
- Name
- </td>
- <td>
- <input type="text" name="name" value="" />
- </td>
- </tr>
- <tr>
- <td>
- Man
- </td>
- <td>
- <input type="text" name="man" value="" />
- </td>
- </tr>
- </table><input type="submit" name="submit" value="Create" />
-</form> \ No newline at end of file