diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-12-17 15:18:13 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-12-17 15:18:13 +0100 |
commit | 61d61848a414dd266f7765fd89b35ce7b07a4e53 (patch) | |
tree | eb74da4bc35474336e0bded6806c360d095eaa94 /templates | |
parent | d786fcde95cd9a418957ba76ffe4c9ed58711796 (diff) |
#1, #3, angels active and t-shirts
Diffstat (limited to 'templates')
-rw-r--r-- | templates/admin_active.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/templates/admin_active.html b/templates/admin_active.html new file mode 100644 index 00000000..51304334 --- /dev/null +++ b/templates/admin_active.html @@ -0,0 +1,39 @@ +<form action="%link%" method="post"> + <p> + Search Angel: <input type="text" name="search" value="%search%" /><input type="submit" name="submit" value="Search" /> + </p> + <p> + Mark <input type="text" name="count" value="%count%" style="width: 30px;"/>most working angels as active <input type="submit" name="set_active" value="Preview" /> + </p> + <p> + %set_active% + </p> +</form> +%msg% +<table> + <thead> + <tr> + <th> + Nickname + </th> + <th> + Shifts + </th> + <th> + Length + </th> + <th> + Active? + </th> + <th> + T-shirt? + </th> + <th> + Action + </th> + </tr> + </thead> + <tbody> + %table% + </tbody> +</table> |