aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-02-23 18:09:19 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-02-23 18:09:19 +0000
commit888d78b63aa5aeead9773ba2402f06536e970f0e (patch)
tree51aa210e66eb8ab5e1fb82302de3e7620eb4cecd /phpBB
parentae7023d024cd323122e6d6eb734892235b7feb1a (diff)
downloadforums-888d78b63aa5aeead9773ba2402f06536e970f0e.tar
forums-888d78b63aa5aeead9773ba2402f06536e970f0e.tar.gz
forums-888d78b63aa5aeead9773ba2402f06536e970f0e.tar.bz2
forums-888d78b63aa5aeead9773ba2402f06536e970f0e.tar.xz
forums-888d78b63aa5aeead9773ba2402f06536e970f0e.zip
Minor layout and HTML changes
git-svn-id: file:///svn/phpbb/trunk@25 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/Default/overall_header.tpl119
1 files changed, 58 insertions, 61 deletions
diff --git a/phpBB/templates/Default/overall_header.tpl b/phpBB/templates/Default/overall_header.tpl
index 3d82b4d3b2..49447470f1 100644
--- a/phpBB/templates/Default/overall_header.tpl
+++ b/phpBB/templates/Default/overall_header.tpl
@@ -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>]&nbsp;
- [<a href="profile.php?mode=editprofile">Edit Profile</a>]&nbsp;
- [<a href="search.php">Search</a>]&nbsp;
- [<a href="priv_msg.php?mode=read">Private Messages</a>]&nbsp;
- [<a href="memberlist.php">Memberslist</a>]&nbsp;
- [<a href="faq.php">FAQ</a>]&nbsp;
- </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>]&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>
+ </tr>
+ </table></td>
+ </tr>
+ </table></td>
+ </tr>
+ </table></td>
+ </tr>