aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO/overall_header.tpl
blob: 66607f7092d7803cf65614fad1bdf0be20cc2eb1 (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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
            "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>phpBB - {SITENAME}</title>
<style type="text/css">
<!--
	SELECT.small	{width:140px;font-family:"Courier New",courier;font-size:8pt;}
	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 width="100%" bgcolor="{T_TH_COLOR1}"><table width="100%" cellspacing="1" cellpadding="4" border="0">
			<tr>
				<td bgcolor="{T_TH_COLOR2}"><table width="100%" cellspacing="0" border="0">
					<tr>
						<td><a href="{U_INDEX}"><font face="Impact,sans-serif" size="+5" point-size="36">phpBB2</font></a><font face="Verdana,serif" size="1" point-size="10"> : A forum that's free</font></td>
						<td align="right" valign="bottom"><font face="Arial,Helvetica,sans-serif" size="1"><a href="http://www.phpbb.com/">Goto phpBB.com</a></font></td>
					</tr>
				</table></td>
			</tr>
			<tr>
				<td bgcolor="{T_TD_COLOR1}"><table width="100%" cellspacing="0" cellpadding="4" border="0">
					<tr>
						<td><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="{U_REGISTER}">{L_REGISTER}</a>&nbsp;|&nbsp<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp;|&nbsp;<a href="{U_SEARCH}">{L_SEARCH}</a>&nbsp;|&nbsp;<a href="{U_FAQ}">{L_FAQ}</a></font></td>
						<td align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}</a>&nbsp;|&nbsp;<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></font></td>
					</tr>
					<tr><form method="post" action="{S_LOGIN_ACTION}">
						<td colspan="2" align="right" valign="bottom"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_USERNAME}: <input class="text" type="text" name="username">&nbsp;&nbsp;&nbsp;{L_PASSWORD}: <input type="password" name="password">&nbsp;&nbsp;&nbsp;{L_AUTO_LOGIN}</font>:&nbsp;<input class="text" type="checkbox" name="autologin">&nbsp;&nbsp;&nbsp;<input type="submit" name="submit" value="{L_LOGIN}">&nbsp;</font></td>
					</form></tr>
				</table></td>
			</tr>
		</table></td>
	</tr>
</table></div>

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