summary refs log tree commit diff stats
path: root/theme/login.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/login.tpl')
-rw-r--r--theme/login.tpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/theme/login.tpl b/theme/login.tpl new file mode 100644 index 0000000..f175f59 --- /dev/null +++ b/theme/login.tpl
@@ -0,0 +1,18 @@
1<H1>Four Island Login Page</H1>
2
3<P><CENTER>
4<!--BEGIN ERROR-->
5<FONT COLOR="RED" SIZE="5">ERROR: <!--ERROR.MSG--></FONT><P>
6<!--END ERROR-->
7Welcome to the Four Island Login page!<BR>
8To post feedback on this site, and also to post on the forums, you must be a member.<BR>
9Sadly, currently membership is invitation-only. But hopefully that will change in the near future.<BR>
10HOWEVER, you may request membership by email hatkirby@fourisland.com (link on the right).<BR>
11A 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>
12<FORM ACTION="login.php?submit=" METHOD="POST">
13 <LABEL FOR="username">Username:</LABEL><INPUT TYPE="text" NAME="username" ID="username"><BR>
14 <LABEL FOR="password">Password:</LABEL><INPUT TYPE="password" NAME="password" ID="password"><BR>
15 <!--RECAPTCHA-->
16 <INPUT TYPE="hidden" NAME="redirect" VALUE="<!--REDIRECT-->">
17 <INPUT TYPE="submit">
18</FORM></CENTER>