summary refs log tree commit diff stats
path: root/theme/login.tpl
blob: f175f59917813bbf6e1cce3dc4b19892c37cb4dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<H1>Four Island Login Page</H1>

<P><CENTER>
<!--BEGIN ERROR-->
<FONT COLOR="RED" SIZE="5">ERROR: <!--ERROR.MSG--></FONT><P>
<!--END ERROR-->
Welcome to the Four Island Login page!<BR>
To post feedback on this site, and also to post on the forums, you must be a member.<BR>
Sadly, currently membership is invitation-only. But hopefully that will change in the near future.<BR>
HOWEVER, you may request membership by email hatkirby@fourisland.com (link on the right).<BR>
A NOTICE TO ALL MEMBERS! Do NOT share your password with anyone! If you misplace your password send an email to hatkirby@fourisland.com (link on the right).<P>
<FORM ACTION="login.php?submit=" METHOD="POST">
	<LABEL FOR="username">Username:</LABEL><INPUT TYPE="text" NAME="username" ID="username"><BR>
	<LABEL FOR="password">Password:</LABEL><INPUT TYPE="password" NAME="password" ID="password"><BR>
	<!--RECAPTCHA-->
	<INPUT TYPE="hidden" NAME="redirect" VALUE="<!--REDIRECT-->">
	<INPUT TYPE="submit">
</FORM></CENTER>