diff options
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> |