Minor layout and HTML changes

git-svn-id: file:///svn/phpbb/trunk@25 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-02-23 18:09:19 +00:00
parent ae7023d024
commit 888d78b63a

View file

@ -6,65 +6,62 @@
USERNAME - The current logged in users username (if the user is logged in) USERNAME - The current logged in users username (if the user is logged in)
USERID - The current logged in users ID number (if the user is logged in) USERID - The current logged in users ID number (if the user is logged in)
//--> //-->
<head> <head>
<title>{SITENAME} - {PAGE_TITLE}</title> <title>{SITENAME} - {PAGE_TITLE}</title>
{META_INFO} {META_INFO}
<style type="text/css"> <style type="text/css">
.mainbody { <!--
background: #FFFFFF; .mainbody {
color: #000000; background: #FFFFFF;
font-family: sans-serif; color: #000000;
font-size: 8pt; font-family: sans-serif;
} font-size: 8pt;
.tableheader { }
background: #495FA8; .tableheader {
color: #FFFFFF; background: #495FA8;
font-size: 8pt; color: #FFFFFF;
} font-size: 8pt;
.tablebody { }
font-size: 8pt; .tablebody {
} font-size: 8pt;
.catheader { }
font-size: 8pt; .catheader {
background: #CCCCCC; font-size: 8pt;
color: #000000; background: #CCCCCC;
TD { color: #000000;
font-size: 8pt; }
} TD {
A { font-size: 8pt;
text-decoration: none; }
} A {
A:Hover { text-decoration: none;
text-decoration: underline; }
} A:Hover {
</style> text-decoration: underline;
</head> }
<body class="mainbody"> //-->
</style>
</head>
<body class="mainbody" bgcolor="#FFFFFF" text="#000000">
<table border="0" align="center" width="95%" cellspacing="2"> <table border="0" align="center" width="95%" cellspacing="2">
<tr> <tr>
<td> <td bgcolor="#000000"><table width="100%" cellpadding="0" cellspacing="1" border="0">
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1"> <tr>
<tr> <td bgcolor="#CCCCCC"><table width="100%" cellspacing="1" cellpadding="3" border="0">
<td> <tr class="tablebody"><form method="POST" action="login.{PHPEX}">
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1"> <td align="left" valign="top"><img src="images/title.jpg" height="55" width="450"></td>
<tr class="tablebody"> <td align="right">Username : <input type="text" name="username"><br>Password : <input type="password" name="password"><br><input type="submit" value="Login"></td>
<td align="left" valign="top"><img src="images/title.jpg" height="55" width="450"></td> </tr></form>
<td align="right" valign="top" width="35%"><form method="POST" action="login.php">Login: <input type="text" name="username" size="10" maxlength="45"> Password: <input type="password" name="password" size="10" maxlength="45"> <input type="submit" value="Submit"></form></td> <tr class="tablebody">
</tr> <td colspan="2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr class="tablebody"> <tr>
<td align="left" valig="top">Welcome to {SITENAME}</td> <td align="left" valign="top">Welcome to {SITENAME}</td>
<td align="right" valig="top"> <td align="right">[<a href="profile.{PHPEX}?mode=register">Register</a>]&nbsp;[<a href="profile.{PHPEX}?mode=editprofile">Edit Profile</a>]&nbsp;[<a href="search.{PHPEX}">Search</a>]&nbsp;[<a href="priv_msg.{PHPEX}?mode=read">Private Messages</a>]&nbsp;[<a href="memberlist.{PHPEX}">Memberslist</a>]&nbsp;[<a href="faq.{PHPEX}">FAQ</a>]</td>
[<a href="profile.php?mode=register">Register</a>]&nbsp; </tr>
[<a href="profile.php?mode=editprofile">Edit Profile</a>]&nbsp; </table></td>
[<a href="search.php">Search</a>]&nbsp; </tr>
[<a href="priv_msg.php?mode=read">Private Messages</a>]&nbsp; </table></td>
[<a href="memberlist.php">Memberslist</a>]&nbsp; </tr>
[<a href="faq.php">FAQ</a>]&nbsp; </table></td>
</td> </tr>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>