diff options
Diffstat (limited to 'templates/admin_arrive.html')
-rw-r--r-- | templates/admin_arrive.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/templates/admin_arrive.html b/templates/admin_arrive.html deleted file mode 100644 index 5bc8c32b..00000000 --- a/templates/admin_arrive.html +++ /dev/null @@ -1,23 +0,0 @@ -<form action="%link%" 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> |