mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +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
|
@ -6,65 +6,62 @@
|
|||
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)
|
||||
//-->
|
||||
<head>
|
||||
<title>{SITENAME} - {PAGE_TITLE}</title>
|
||||
{META_INFO}
|
||||
<style type="text/css">
|
||||
.mainbody {
|
||||
background: #FFFFFF;
|
||||
color: #000000;
|
||||
font-family: sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
.tableheader {
|
||||
background: #495FA8;
|
||||
color: #FFFFFF;
|
||||
font-size: 8pt;
|
||||
}
|
||||
.tablebody {
|
||||
font-size: 8pt;
|
||||
}
|
||||
.catheader {
|
||||
font-size: 8pt;
|
||||
background: #CCCCCC;
|
||||
color: #000000;
|
||||
TD {
|
||||
font-size: 8pt;
|
||||
}
|
||||
A {
|
||||
text-decoration: none;
|
||||
}
|
||||
A:Hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="mainbody">
|
||||
<head>
|
||||
<title>{SITENAME} - {PAGE_TITLE}</title>
|
||||
{META_INFO}
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.mainbody {
|
||||
background: #FFFFFF;
|
||||
color: #000000;
|
||||
font-family: sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
.tableheader {
|
||||
background: #495FA8;
|
||||
color: #FFFFFF;
|
||||
font-size: 8pt;
|
||||
}
|
||||
.tablebody {
|
||||
font-size: 8pt;
|
||||
}
|
||||
.catheader {
|
||||
font-size: 8pt;
|
||||
background: #CCCCCC;
|
||||
color: #000000;
|
||||
}
|
||||
TD {
|
||||
font-size: 8pt;
|
||||
}
|
||||
A {
|
||||
text-decoration: none;
|
||||
}
|
||||
A:Hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
//-->
|
||||
</style>
|
||||
</head>
|
||||
<body class="mainbody" bgcolor="#FFFFFF" text="#000000">
|
||||
|
||||
<table border="0" align="center" width="95%" cellspacing="2">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr class="tablebody">
|
||||
<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>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td align="left" valig="top">Welcome to {SITENAME}</td>
|
||||
<td align="right" valig="top">
|
||||
[<a href="profile.php?mode=register">Register</a>]
|
||||
[<a href="profile.php?mode=editprofile">Edit Profile</a>]
|
||||
[<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>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="#000000"><table width="100%" cellpadding="0" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td bgcolor="#CCCCCC"><table width="100%" cellspacing="1" cellpadding="3" border="0">
|
||||
<tr class="tablebody"><form method="POST" action="login.{PHPEX}">
|
||||
<td align="left" valign="top"><img src="images/title.jpg" height="55" width="450"></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></form>
|
||||
<tr class="tablebody">
|
||||
<td colspan="2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td align="left" valign="top">Welcome to {SITENAME}</td>
|
||||
<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>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue