aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-05-17 14:22:16 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-05-17 14:22:16 +0000
commit1884b5ef627f052c9756a858550494ae8b69642d (patch)
treea8432ff2aea5319cf87e8878ba79066c445ab243 /phpBB/templates
parent63539ba7f3c1c377a6d87a970fe8baadbdee6fc3 (diff)
downloadforums-1884b5ef627f052c9756a858550494ae8b69642d.tar
forums-1884b5ef627f052c9756a858550494ae8b69642d.tar.gz
forums-1884b5ef627f052c9756a858550494ae8b69642d.tar.bz2
forums-1884b5ef627f052c9756a858550494ae8b69642d.tar.xz
forums-1884b5ef627f052c9756a858550494ae8b69642d.zip
Removed separate header/footers and moved into each pages body
git-svn-id: file:///svn/phpbb/trunk@309 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/PSO/index_body.tpl20
-rw-r--r--phpBB/templates/PSO/login_body.tpl12
-rw-r--r--phpBB/templates/PSO/overall_header.tpl3
-rw-r--r--phpBB/templates/PSO/posting_body.tpl6
-rw-r--r--phpBB/templates/PSO/profile_add_body.tpl6
-rw-r--r--phpBB/templates/PSO/profile_view_body.tpl6
-rw-r--r--phpBB/templates/PSO/viewforum_body.tpl35
-rw-r--r--phpBB/templates/PSO/viewonline_body.tpl13
-rw-r--r--phpBB/templates/PSO/viewtopic_body.tpl15
9 files changed, 112 insertions, 4 deletions
diff --git a/phpBB/templates/PSO/index_body.tpl b/phpBB/templates/PSO/index_body.tpl
index 4a3526727e..00a3c07257 100644
--- a/phpBB/templates/PSO/index_body.tpl
+++ b/phpBB/templates/PSO/index_body.tpl
@@ -1,3 +1,9 @@
+<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
+ <tr>
+ <td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a></font></td>
+ </tr>
+</table></div>
+
<div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0">
<tr>
<td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="3" cellspacing="1" width="100%">
@@ -32,4 +38,16 @@
</form></tr>
</table></td>
</tr>
-</table></div> \ No newline at end of file
+</table></div>
+
+<div align="center"><table align="center" border="0" width="98%">
+ <tr>
+ <td width="20" align="center"><img src="images/folder.gif"></td>
+ <td><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_NEWPOSTS}</font></td>
+ <td align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><b>{S_TIMEZONE}</b></font></td>
+ </tr>
+ <tr>
+ <td align="center"><img src="images/red_folder.gif"></td>
+ <td><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_NONEWPOSTS}</font></td>
+ </tr>
+</table> \ No newline at end of file
diff --git a/phpBB/templates/PSO/login_body.tpl b/phpBB/templates/PSO/login_body.tpl
index 81660334d3..fc7922e1f3 100644
--- a/phpBB/templates/PSO/login_body.tpl
+++ b/phpBB/templates/PSO/login_body.tpl
@@ -1,3 +1,9 @@
+<div align="center"><table width="60%" cellspacing="0" cellpadding="4" border="0">
+ <tr>
+ <td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="/">{SITENAME}&nbsp;{L_INDEX}</a></font></td>
+ </tr>
+</table></div>
+
<div align="center"><table border="0" cellpadding="1" cellspacing="0" width="60%">
<tr><form action="{S_LOGIN_ACTION}" method="post">
<td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="4" cellspacing="1" width="100%">
@@ -25,4 +31,8 @@
</tr>
</table></td>
</form></tr>
-</table></div> \ No newline at end of file
+</table></div>
+
+<div align="center"><table align="center" border="0" width="60%">
+ <td align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><b>{S_TIMEZONE}</b></font></td>
+</table> \ No newline at end of file
diff --git a/phpBB/templates/PSO/overall_header.tpl b/phpBB/templates/PSO/overall_header.tpl
index 99a3c8b490..39593cb577 100644
--- a/phpBB/templates/PSO/overall_header.tpl
+++ b/phpBB/templates/PSO/overall_header.tpl
@@ -1,4 +1,5 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>phpBB - {SITENAME}</title>
diff --git a/phpBB/templates/PSO/posting_body.tpl b/phpBB/templates/PSO/posting_body.tpl
index 5aa7f15a1d..ec40c907e1 100644
--- a/phpBB/templates/PSO/posting_body.tpl
+++ b/phpBB/templates/PSO/posting_body.tpl
@@ -1,3 +1,9 @@
+<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
+ <tr>
+ <td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a> -> {FORUM_NAME}</font></td>
+ </tr>
+</table></div>
+
<div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0">
<tr><form action="{S_POST_ACTION}" method="POST">
<td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="3" cellspacing="1" width="100%">
diff --git a/phpBB/templates/PSO/profile_add_body.tpl b/phpBB/templates/PSO/profile_add_body.tpl
index ff2b4b8ef3..43a1bd81c0 100644
--- a/phpBB/templates/PSO/profile_add_body.tpl
+++ b/phpBB/templates/PSO/profile_add_body.tpl
@@ -1,3 +1,9 @@
+<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
+ <tr>
+ <td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="/">{SITENAME}&nbsp;{L_INDEX}</a></font></td>
+ </tr>
+</table></div>
+
<div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0">
<tr><form action="{S_PROFILE_ACTION}" method="post">
<td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="3" cellspacing="1" width="100%">
diff --git a/phpBB/templates/PSO/profile_view_body.tpl b/phpBB/templates/PSO/profile_view_body.tpl
index cc4cf43a4f..c1cf18d3ad 100644
--- a/phpBB/templates/PSO/profile_view_body.tpl
+++ b/phpBB/templates/PSO/profile_view_body.tpl
@@ -1,3 +1,9 @@
+<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
+ <tr>
+ <td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="/">{SITENAME}&nbsp;{L_INDEX}</a></font></td>
+ </tr>
+</table></div>
+
<div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0">
<tr>
<td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="3" cellspacing="1" width="100%">
diff --git a/phpBB/templates/PSO/viewforum_body.tpl b/phpBB/templates/PSO/viewforum_body.tpl
index c92cbc7a9c..3b19928769 100644
--- a/phpBB/templates/PSO/viewforum_body.tpl
+++ b/phpBB/templates/PSO/viewforum_body.tpl
@@ -1,3 +1,10 @@
+<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
+ <tr><form method="post" action="{S_POST_DAYS_ACTION}">
+ <td align="left" valign="bottom" nowrap><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a> -> {FORUM_NAME}</font></td>
+ <td align="right" valign="bottom" nowrap><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}">Display previous :&nbsp;{S_SELECT_POST_DAYS}&nbsp;<input type="submit" value="Go"></font></td>
+ </form></tr>
+</table></div>
+
<div align="center"><table border="0" cellpadding="1" cellspacing="0" width="98%">
<tr>
<td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="4" cellspacing="1" width="100%">
@@ -37,4 +44,32 @@
</tr>
</table></td>
</tr>
+</table></div>
+
+<div align="center"><table cellspacing="2" border="0" width="98%">
+ <tr>
+ <td width="20"></td>
+ <td width="40%"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><b>{S_TIMEZONE}</b></font></td>
+ <td rowspan="6" align="right" valign="top" nowrap>{JUMPBOX}</td>
+ </tr>
+ <tr>
+ <td><img src="images/red_folder.gif"></td>
+ <td><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_NEWPOSTS}</td>
+ </tr>
+ <tr>
+ <td><img src="images/hot_red_folder.gif"></td>
+ <td><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_NEWPOSTS} [ > {L_HOT_THRESHOLD} ]</font></td>
+ </tr>
+ <tr>
+ <td><img src="images/folder.gif"></td>
+ <td><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_NONEWPOSTS}</font></td>
+ </tr>
+ <tr>
+ <td><img src="images/hot_folder.gif"></td>
+ <td><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_NONEWPOSTS} [ > {L_HOT_THRESHOLD} ]</font></td>
+ </tr>
+ <tr>
+ <td><img src="images/lock.gif"></td>
+ <td><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_TOPIC_IS_LOCKED}</font></td>
+ </tr>
</table></div> \ No newline at end of file
diff --git a/phpBB/templates/PSO/viewonline_body.tpl b/phpBB/templates/PSO/viewonline_body.tpl
index ad12fa97c9..52a33fad65 100644
--- a/phpBB/templates/PSO/viewonline_body.tpl
+++ b/phpBB/templates/PSO/viewonline_body.tpl
@@ -1,3 +1,9 @@
+<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
+ <tr>
+ <td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="/">{SITENAME}&nbsp;{L_INDEX}</a></font></td>
+ </tr>
+</table></div>
+
<div align="center"><table border="0" cellpadding="1" cellspacing="0" width="98%">
<tr>
<td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="4" cellspacing="1" width="100%">
@@ -18,4 +24,11 @@
<!-- END userrow -->
</table></td>
</tr>
+</table></div>
+
+<div align="center"><table cellspacing="2" border="0" width="98%">
+ <tr>
+ <td width="40%" valign="top"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><b>{S_TIMEZONE}</b></font></td>
+ <td align="right" valign="top" nowrap>{JUMPBOX}</td>
+ </tr>
</table></div> \ No newline at end of file
diff --git a/phpBB/templates/PSO/viewtopic_body.tpl b/phpBB/templates/PSO/viewtopic_body.tpl
index 67b17772f5..051f2e3dda 100644
--- a/phpBB/templates/PSO/viewtopic_body.tpl
+++ b/phpBB/templates/PSO/viewtopic_body.tpl
@@ -1,3 +1,9 @@
+<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
+ <tr>
+ <td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a> -> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a> -> {TOPIC_TITLE}</font></td>
+ </tr>
+</table></div>
+
<div align="center"><table border="0" cellpadding="1" cellspacing="0" width="98%">
<tr>
<td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="4" cellspacing="1" width="100%">
@@ -17,7 +23,7 @@
<tr bgcolor="{postrow.ROW_COLOR}">
<td width="15%" align="left" valign="top"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{postrow.POSTER_NAME}</b></font><br /><font face="{T_FONTFACE2}" size="{T_FONTSIZE1}">{postrow.POSTER_RANK}<br /><br />{L_JOINED}: {postrow.POSTER_JOINED}<br />{L_POSTS}: {postrow.POSTER_POSTS}<br/ >{postrow.POSTER_FROM}</font><br /><br />{postrow.AVATAR}</td>
- <td><img src="images/posticon.gif" alt="Post image icon" /><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_POSTED}: {postrow.POST_DATE}</font><hr /><font face="{T_FONTFACE3}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}">{postrow.MESSAGE}</font><hr />{postrow.PROFILE_IMG}&nbsp;{postrow.EMAIL_IMG}&nbsp;{postrow.WWW_IMG}&nbsp;{postrow.ICQ_STATUS_IMG}&nbsp;{postrow.ICQ_ADD_IMG}&nbsp;{postrow.AIM_IMG}&nbsp;{postrow.YIM_IMG}&nbsp;{postrow.MSN_IMG}&nbsp;<img src="images/div.gif">&nbsp;{postrow.EDIT_IMG}&nbsp;{postrow.QUOTE_IMG}&nbsp;{postrow.PMSG_IMG}&nbsp;<img src="images/div.gif">&nbsp;{postrow.IP_IMG}&nbsp;{postrow.DELPOST_IMG}
+ <td><a name="{postrow.U_POST_ID}"></a><img src="images/posticon.gif" alt="Post image icon" /><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_POSTED}: {postrow.POST_DATE}</font><hr /><font face="{T_FONTFACE3}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}">{postrow.MESSAGE}</font><hr />{postrow.PROFILE_IMG}&nbsp;{postrow.EMAIL_IMG}&nbsp;{postrow.WWW_IMG}&nbsp;{postrow.ICQ_STATUS_IMG}&nbsp;{postrow.ICQ_ADD_IMG}&nbsp;{postrow.AIM_IMG}&nbsp;{postrow.YIM_IMG}&nbsp;{postrow.MSN_IMG}&nbsp;<img src="images/div.gif">&nbsp;{postrow.EDIT_IMG}&nbsp;{postrow.QUOTE_IMG}&nbsp;{postrow.PMSG_IMG}&nbsp;<img src="images/div.gif">&nbsp;{postrow.IP_IMG}&nbsp;{postrow.DELPOST_IMG}</td>
</tr>
<!-- END postrow -->
<tr bgcolor="<?php echo $color1?>">
@@ -30,4 +36,11 @@
</tr>
</table></td>
</tr>
+</table></div>
+
+<div align="center"><table cellspacing="2" border="0" width="98%">
+ <tr>
+ <td width="40%" valign="top"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><b>{S_TIMEZONE}</b></font></td>
+ <td align="right" valign="top" nowrap>{JUMPBOX}</td>
+ </tr>
</table></div> \ No newline at end of file