aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/overall_header.tpl
blob: 0d041015c3616fc06014041fd220e97a51ea0944 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<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;
}
.tablefooter {
	background: #C9C9D8;
	color:	#000000;
	font-size:	8pt;
}
.catheader {							
	font-size: 8pt;				
	background: #C5C9CD;
	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 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="{S_LOGIN_ACTION}">
						<td align="left" valign="top"><a href="{U_INDEX}"><img src="images/title.jpg" height="55" width="450" border="0"></a></td>
						<td align="right">{S_LOGINBOX}</td>
					</tr></form>
					<tr class="tablebody">
						<td colspan="2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
							<tr>
								<td align="left" valign="bottom">{L_WELCOMETO} {SITENAME}<br>{LOGIN_STATUS}</td>
								<td align="right" valign="bottom">[<a href="{U_REGISTER}">{L_REGISTER}</a>]&nbsp;
								[<a href="{U_PROFILE}">{L_PROFILE}</a>]&nbsp; 
								[<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>]&nbsp;
								[<a href="{U_SEARCH}">{L_SEARCH}</a>]&nbsp;
								[<a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}</a>]&nbsp;
								[<a href="{U_MEMBERSLIST}">{L_MEMBERLIST}</a>]&nbsp;
								[<a href="{U_FAQ}">{L_FAQ}</a>]</td>
							</tr>
						</table></td>
					</tr>
				</table></td>
			</tr>
		</table></td>
	</tr>