diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/admin_angel_types.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/templates/admin_angel_types.html b/templates/admin_angel_types.html new file mode 100644 index 00000000..4ad8e9f1 --- /dev/null +++ b/templates/admin_angel_types.html @@ -0,0 +1,41 @@ +Angel types: +<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 |