mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Minor layout and HTML changes
git-svn-id: file:///svn/phpbb/trunk@25 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ae7023d024
commit
888d78b63a
1 changed files with 58 additions and 61 deletions
|
@ -10,6 +10,7 @@
|
||||||
<title>{SITENAME} - {PAGE_TITLE}</title>
|
<title>{SITENAME} - {PAGE_TITLE}</title>
|
||||||
{META_INFO}
|
{META_INFO}
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
<!--
|
||||||
.mainbody {
|
.mainbody {
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
@ -28,6 +29,7 @@
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
background: #CCCCCC;
|
background: #CCCCCC;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
}
|
||||||
TD {
|
TD {
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
}
|
}
|
||||||
|
@ -37,34 +39,29 @@
|
||||||
A:Hover {
|
A:Hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
//-->
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="mainbody">
|
<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>
|
<td bgcolor="#CCCCCC"><table width="100%" cellspacing="1" cellpadding="3" border="0">
|
||||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
<tr class="tablebody"><form method="POST" action="login.{PHPEX}">
|
||||||
<tr class="tablebody">
|
|
||||||
<td align="left" valign="top"><img src="images/title.jpg" height="55" width="450"></td>
|
<td align="left" valign="top"><img src="images/title.jpg" height="55" width="450"></td>
|
||||||
<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>
|
<td align="right">Username : <input type="text" name="username"><br>Password : <input type="password" name="password"><br><input type="submit" value="Login"></td>
|
||||||
</tr>
|
</tr></form>
|
||||||
<tr class="tablebody">
|
<tr class="tablebody">
|
||||||
<td align="left" valig="top">Welcome to {SITENAME}</td>
|
<td colspan="2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
<td align="right" valig="top">
|
<tr>
|
||||||
[<a href="profile.php?mode=register">Register</a>]
|
<td align="left" valign="top">Welcome to {SITENAME}</td>
|
||||||
[<a href="profile.php?mode=editprofile">Edit Profile</a>]
|
<td align="right">[<a href="profile.{PHPEX}?mode=register">Register</a>] [<a href="profile.{PHPEX}?mode=editprofile">Edit Profile</a>] [<a href="search.{PHPEX}">Search</a>] [<a href="priv_msg.{PHPEX}?mode=read">Private Messages</a>] [<a href="memberlist.{PHPEX}">Memberslist</a>] [<a href="faq.{PHPEX}">FAQ</a>]</td>
|
||||||
[<a href="search.php">Search</a>]
|
|
||||||
[<a href="priv_msg.php?mode=read">Private Messages</a>]
|
|
||||||
[<a href="memberlist.php">Memberslist</a>]
|
|
||||||
[<a href="faq.php">FAQ</a>]
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table></td>
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table></td>
|
||||||
</td>
|
</tr>
|
||||||
|
</table></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue