diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-07-19 21:08:19 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-07-19 21:08:19 +0200 |
commit | 24e402c6e0c2717d296eff7c95dba45110511465 (patch) | |
tree | c7a34a4d4d1bb7d3f0c82165cd4aab38d586910e /templates/admin_arrive.html | |
parent | fb15edc6059113c179fa5d45a418f5584002b63b (diff) |
#2 mark angels as arrived
Diffstat (limited to 'templates/admin_arrive.html')
-rw-r--r-- | templates/admin_arrive.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/admin_arrive.html b/templates/admin_arrive.html new file mode 100644 index 00000000..2711371d --- /dev/null +++ b/templates/admin_arrive.html @@ -0,0 +1,24 @@ +<form action="" method="post"> + <p> + <input type="text" name="search" value="%search%" /><input type="submit" name="submit" value="Search" /> + </p> +</form> +%msg% +<table> + <thead> + <tr> + <th> + Nickname + </th> + <th> + Arrived? + </th> + <th> + Action + </th> + </tr> + </thead> + <tbody> + %table% + </tbody> +</table> |