aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO/overall_header.tpl
blob: 14e1d24a136de4c1b7de078b2a427c89e9787c70 (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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
            "http://www.w3.org/TR/html4/loose.dtd">
<html>
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<head>
<title>phpBB - {SITENAME}</title>
<style type="text/css">
<!--

P	{font-family:{T_FONTFACE1};font-size:10pt}

TH	{background-color:{T_TH_COLOR3};font-family:{T_FONTFACE2};font-size:8pt;font-weight:normal}
TH.secondary	{background-color:{T_TH_COLOR3};font-family:{T_FONTFACE1};font-size:10pt;font-weight:normal;text-align:left}
TD.tablebg	{background-color:{T_TH_COLOR1}}
TD.cat	{background-color:{T_TH_COLOR2}}
TD.row1	{background-color:{T_TD_COLOR1}}
TD.row2	{background-color:{T_TD_COLOR2}}

SPAN.title	{font-family:Impact,sans-serif;font-size:36pt}
SPAN.cattitle	{font-family:{T_FONTFACE1};font-size:12pt;font-weight:bold}
SPAN.gen	{font-family:{T_FONTFACE1};font-size:10pt}
SPAN.gensmall	{font-family:{T_FONTFACE1};font-size:8pt}
SPAN.courier	{font-family:{T_FONTFACE3};font-size:10pt}
SPAN.courier	{font-family:{T_FONTFACE3};font-size:8pt}

SELECT.small	{font-family:"Courier New",courier;font-size:8pt;width:140px}
INPUT.text	{font-family:"Courier New",courier;font-size:8pt;}

//-->
</style>
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="#top"></a>

<div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0">
	<tr>
		<td class="tablebg" width="100%"><table width="100%" cellspacing="1" cellpadding="4" border="0">
			<tr>
				<td class="cat"><table width="100%" cellspacing="0" border="0">
					<tr>
						<td><span class="title"><a href="{U_INDEX}">phpBB2</a></span><span class="gensmall"> : A forum that's free</span></td>
						<td align="right" valign="bottom"><span class="gensmall"><a href="http://www.phpbb.com/">Goto phpBB.com</a></span></td>
					</tr>
				</table></td>
			</tr>
			<tr>
				<td class="row1"><table width="100%" cellspacing="0" cellpadding="4" border="0">
					<tr>
						<td><span class="gensmall"><a href="{U_FAQ}">{L_FAQ}</a>&nbsp;|&nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp;|&nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>&nbsp;|&nbsp<a href="{U_SEARCH}">{L_SEARCH}</a></span></td>
						<td align="center"><span class="gensmall">{L_LAST_VISIT} {S_LAST_VISIT_DATE}</span></td>
						<td align="right"><span class="gensmall"><a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp;|&nbsp;<a href="{U_GROUP_ADMIN}">{L_USERGROUPS}</a>&nbsp;|&nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></span></td>
					</tr>
{S_LOGINBOX}
				</table></td>
			</tr>
		</table></td>
	</tr>
	<tr>
		
	</tr>
</table></div>

<br clear="all" /><br />