summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-07-19 21:08:19 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-07-19 21:08:19 +0200
commit24e402c6e0c2717d296eff7c95dba45110511465 (patch)
treec7a34a4d4d1bb7d3f0c82165cd4aab38d586910e /templates
parentfb15edc6059113c179fa5d45a418f5584002b63b (diff)
#2 mark angels as arrived
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_arrive.html24
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>