diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-12-17 16:25:54 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-12-17 16:25:54 +0100 |
commit | 10b4f94e5bdd4bfe1877ad06dfdf2237e4228ab5 (patch) | |
tree | 5bdbaba3066f9679c22a53dccf809a40121595e8 /templates/admin_free.html | |
parent | 61d61848a414dd266f7765fd89b35ce7b07a4e53 (diff) |
#29 list of currently unemployed angels
Diffstat (limited to 'templates/admin_free.html')
-rw-r--r-- | templates/admin_free.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/templates/admin_free.html b/templates/admin_free.html new file mode 100644 index 00000000..522de12b --- /dev/null +++ b/templates/admin_free.html @@ -0,0 +1,26 @@ +<form action="%link%" method="post"> + <p> + Search Angel: <input type="text" name="search" value="%search%" /><input type="submit" name="submit" value="Search" /> + </p> +</form> +<table> + <thead> + <tr> + <th> + Nickname + </th> + <th> + DECT + </th> + <th> + Jabber + </th> + <th> + Edit + </th> + </tr> + </thead> + <tbody> + %table% + </tbody> +</table> |