-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin.html
52 lines (50 loc) · 1.77 KB
/
admin.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Gone Fishing! administration</title> <meta name="author" content="Nigel Gilbert"> <!-- Date: Saturday April 14 2001 --></head><body bgcolor="#006699" text="white" link="blue" vlink="blue" alink="red"><H1>Gone Fishing! administration</H1><hr><blockquote> <form method="post" action="admin.php"> <input name=choice type=radio value="Reset"> Reset the game <blockquote> Resets the number of fish in the lake<br> Leaves the users in the database, but sends them back to port </blockquote> <input name=choice type=radio value="Restart"> Restart the game <blockquote> Clears all fishing history<br> Resets the number of fish in the lake<br> Clears all messages </blockquote> <input name=choice type=radio value=msgall> Send a radio message to all players <P> <input name=choice type=radio value=players CHECKED> Display a list of players and their current balances <P> <input name=choice type=radio value=boatlogs> Display the boats' logs. <P> <input name=choice type=radio value=sealog> Display the log of fish in the lake <P> <input name=choice type=radio value=msglog> Display the log of messages sent between fishers <P> <input name="Go" type=submit value="Go"> </form></blockquote><hr><p align="right"><form method=get action="index.html" target=new> <input name=login type=submit value="Register as player"></p></form></body></html>