Mercurial > moonlitnights
comparison old/phpBB2/login.php @ 2:fc00894c1d4a moonlitnights
[svn r3] moved all the bad stuff to 'old'
author | rlm |
---|---|
date | Fri, 19 Feb 2010 20:53:12 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:dbe144217c71 | 2:fc00894c1d4a |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
2 <html dir="ltr"> | |
3 <head> | |
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
5 <meta http-equiv="Content-Style-Type" content="text/css"> | |
6 | |
7 <link rel="top" href="./index.php?sid=db3d24177f2ea3ff80cda18d6c310b92" title="Moonlit Nights Forum Index" /> | |
8 <link rel="search" href="./search.php?sid=db3d24177f2ea3ff80cda18d6c310b92" title="Search" /> | |
9 <link rel="help" href="./faq.php?sid=db3d24177f2ea3ff80cda18d6c310b92" title="FAQ" /> | |
10 <link rel="author" href="./memberlist.php?sid=db3d24177f2ea3ff80cda18d6c310b92" title="Memberlist" /> | |
11 | |
12 <title>Moonlit Nights :: Log in</title> | |
13 <link rel="stylesheet" href="templates/BlackSoul/BlackSoul.css" type="text/css"> | |
14 </head> | |
15 <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4"> | |
16 | |
17 <a name="top"></a> | |
18 | |
19 <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center"> | |
20 <tr> | |
21 <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
22 <tr> | |
23 <td><a href="index.php?sid=db3d24177f2ea3ff80cda18d6c310b92"><img src="templates/BlackSoul/images/logo_phpBB.gif" border="0" alt="Moonlit Nights Forum Index" vspace="1" /></a></td> | |
24 <td align="right" width="100%" valign="middle"><span class="gen"><br /> </span> | |
25 <table cellspacing="0" cellpadding="2" border="0"> | |
26 <tr> | |
27 <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> </span><span class="maintitle">Moonlit Nights<br> | |
28 </span><span class="mainmenu"><br> | |
29 <a href="profile.php?mode=editprofile&sid=db3d24177f2ea3ff80cda18d6c310b92" class="mainmenu"><img src="templates/BlackSoul/images/profile.gif" width="62" height="20" border="0" alt="Profile" hspace="0" /></a></span><span class="mainmenu"><a href="profile.php?mode=register&sid=db3d24177f2ea3ff80cda18d6c310b92" class="mainmenu"><img src="templates/BlackSoul/images/register.gif" width="62" height="20" border="0" alt="Register" hspace="0" /></a><a href="faq.php?sid=db3d24177f2ea3ff80cda18d6c310b92" class="mainmenu"><img src="templates/BlackSoul/images/faq.gif" width="39" height="20" border="0" alt="FAQ" hspace="0" /></a><a href="index.php?sid=db3d24177f2ea3ff80cda18d6c310b92" class="mainmenu"><img src="templates/BlackSoul/images/bbhome.gif" width="62" height="20" border="0" alt="Moonlit Nights Forum Index" hspace="0" /></a><a href="search.php?sid=db3d24177f2ea3ff80cda18d6c310b92" class="mainmenu"><img src="templates/BlackSoul/images/search.gif" width="62" height="20" border="0" alt="Search" hspace="0" /></a></span> | |
30 </td> | |
31 </tr> | |
32 <tr> | |
33 <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="memberlist.php?sid=db3d24177f2ea3ff80cda18d6c310b92" class="mainmenu"><img src="templates/BlackSoul/images/members.gif" width="62" height="20" border="0" alt="Memberlist" hspace="0" /></a><a href="groupcp.php?sid=db3d24177f2ea3ff80cda18d6c310b92" class="mainmenu"><img src="templates/BlackSoul/images/usergroups.gif" width="82" height="20" border="0" alt="Usergroups" hspace="0" /></a><a href="login.php?sid=db3d24177f2ea3ff80cda18d6c310b92" class="mainmenu"><img src="templates/BlackSoul/images/login_out.gif" width="95" height="20" border="0" alt="Log in" hspace="0" /></a> </span></td> | |
34 </tr> | |
35 </table></td> | |
36 | |
37 </tr> | |
38 </table> | |
39 | |
40 <br /> | |
41 | |
42 <form action="login.php?sid=db3d24177f2ea3ff80cda18d6c310b92" method="post"> | |
43 | |
44 <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> | |
45 <tr> | |
46 <td align="left" class="nav"><a href="index.php?sid=db3d24177f2ea3ff80cda18d6c310b92" class="nav">Moonlit Nights Forum Index</a></td> | |
47 </tr> | |
48 </table> | |
49 | |
50 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> | |
51 <tr> | |
52 <th height="25" class="thHead" nowrap="nowrap">Please enter your username and password to log in.</th> | |
53 </tr> | |
54 <tr> | |
55 <td class="row1"><table border="0" cellpadding="3" cellspacing="1" width="100%"> | |
56 <tr> | |
57 <td colspan="2" align="center"> </td> | |
58 </tr> | |
59 <tr> | |
60 <td width="45%" align="right"><span class="gen">Username:</span></td> | |
61 <td> | |
62 <input type="text" name="username" size="25" maxlength="40" value="" /> | |
63 </td> | |
64 </tr> | |
65 <tr> | |
66 <td align="right"><span class="gen">Password:</span></td> | |
67 <td> | |
68 <input type="password" name="password" size="25" maxlength="25" /> | |
69 </td> | |
70 </tr> | |
71 <tr align="center"> | |
72 <td colspan="2"><span class="gen">Log me on automatically each visit: <input type="checkbox" name="autologin" /></span></td> | |
73 </tr> | |
74 <tr align="center"> | |
75 <td colspan="2"><input type="hidden" name="redirect" value="" /><input type="submit" name="login" class="mainoption" value="Log in" /></td> | |
76 </tr> | |
77 <tr align="center"> | |
78 <td colspan="2"><span class="gensmall"><a href="profile.php?mode=sendpassword&sid=db3d24177f2ea3ff80cda18d6c310b92" class="gensmall">I forgot my password</a></span></td> | |
79 </tr> | |
80 </table></td> | |
81 </tr> | |
82 </table> | |
83 | |
84 </form> | |
85 | |
86 | |
87 <div align="center"><span class="copyright"><br /><br /> | |
88 <!-- | |
89 We request you retain the full copyright notice below including the link to www.phpbb.com. | |
90 This not only gives respect to the large amount of time given freely by the developers | |
91 but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good | |
92 reason) retain the full copyright we request you at least leave in place the | |
93 Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse | |
94 to include even this then support on our forums may be affected. | |
95 | |
96 The phpBB Group : 2002 | |
97 // --> | |
98 Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001 phpBB Group<br> | |
99 Template created by <a href="mailto:sp@phpbb2-users.de" class="copyright">Stefan Paulus</a> | | |
100 <a href="http://www.phpbb2-users.de" class="copyright">phpbb2-users.de</a><br /></span></div> | |
101 </td> | |
102 </tr> | |
103 </table> | |
104 | |
105 </body> | |
106 </html> |