mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
updated the simple header styling & footers
git-svn-id: file:///svn/phpbb/trunk@5514 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8f3483b986
commit
de75ce31a4
4 changed files with 30 additions and 27 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
<form method="post" action="{S_IM_ACTION}"><table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th colspan="2" height="28">{L_SEND_IM}</th>
|
||||
<th colspan="2">{L_SEND_IM}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row3" colspan="2"><span class="gensmall">{L_SEND_IM_EXPLAIN}</span></td>
|
||||
|
|
|
@ -13,11 +13,9 @@
|
|||
// -->
|
||||
|
||||
<div id="wrapfooter">
|
||||
|
||||
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
|
||||
|
||||
<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2002, 2005 phpBB Group<br />{TRANSLATION_INFO}<!-- IF DEBUG_OUTPUT --><br />[ {DEBUG_OUTPUT} ]<!-- ENDIF --></span>
|
||||
|
||||
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
|
||||
<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2002, 2006 phpBB Group<br />
|
||||
{TRANSLATION_INFO}<!-- IF DEBUG_OUTPUT --><br />[ {DEBUG_OUTPUT} ]<!-- ENDIF --></span>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
|
||||
<div class="copyright" align="center">
|
||||
</div>
|
||||
|
||||
<!--
|
||||
We request you retain the full copyright notice below including the link to www.phpbb.com.
|
||||
This not only gives respect to the large amount of time given freely by the developers
|
||||
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
|
||||
reason) retain the full copyright we request you at least leave in place the
|
||||
Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
|
||||
to include even this then support on our forums may be affected.
|
||||
but also helps build interest, traffic and use of phpBB2. If you (honestly) cannot retain
|
||||
the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
|
||||
"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
|
||||
forums may be affected.
|
||||
|
||||
The phpBB Group : 2002
|
||||
The phpBB Group : 2006
|
||||
// -->
|
||||
Powered by <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> {PHPBB_VERSION} © 2002 phpBB Group</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="wrapfooter">
|
||||
<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2002, 2006 phpBB Group</span>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,23 +1,27 @@
|
|||
<!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" -->
|
||||
<!-- <html xmlns="http://www.w3.org/1999/xhtml"> -->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html dir="{S_CONTENT_DIRECTION}">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
|
||||
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
|
||||
<meta name="resource-type" content="document" />
|
||||
<meta name="language" content="{S_USER_LANG}" />
|
||||
<meta name="distribution" content="global" />
|
||||
<meta name="copyright" content="2002-2006 phpBB Group" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="" />
|
||||
<meta http-equiv="content-style-type" content="text/css" />
|
||||
<meta http-equiv="imagetoolbar" content="no" />
|
||||
{META}
|
||||
<title>{SITENAME} • {PAGE_TITLE}</title>
|
||||
|
||||
<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
{T_STYLESHEET_DATA}
|
||||
|
||||
body {background: white;}
|
||||
//-->
|
||||
</style>
|
||||
<title>{SITENAME} :: {PAGE_TITLE}</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<a name="top"></a>
|
||||
<div id="wrapcentre">
|
Loading…
Add table
Reference in a new issue