aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-05-03 23:25:25 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-05-03 23:25:25 +0000
commitb44f5ef02baeea65ee56f0cf66f62316fd5d8fba (patch)
tree4194e35885c5a4603f3992818c7600281dc4af37 /phpBB/templates
parent5c92a2a2dde5ac68afde85f7a584197abdcc7f8f (diff)
downloadforums-b44f5ef02baeea65ee56f0cf66f62316fd5d8fba.tar
forums-b44f5ef02baeea65ee56f0cf66f62316fd5d8fba.tar.gz
forums-b44f5ef02baeea65ee56f0cf66f62316fd5d8fba.tar.bz2
forums-b44f5ef02baeea65ee56f0cf66f62316fd5d8fba.tar.xz
forums-b44f5ef02baeea65ee56f0cf66f62316fd5d8fba.zip
Pauls alternate template, this _requires_ a theme
git-svn-id: file:///svn/phpbb/trunk@239 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/PSO/agreement.tpl16
-rw-r--r--phpBB/templates/PSO/error_body.tpl9
-rw-r--r--phpBB/templates/PSO/images/post.gifbin0 -> 1331 bytes
-rw-r--r--phpBB/templates/PSO/images/reply-locked.gifbin0 -> 2061 bytes
-rw-r--r--phpBB/templates/PSO/images/reply.gifbin0 -> 1304 bytes
-rw-r--r--phpBB/templates/PSO/index_body.tpl35
-rw-r--r--phpBB/templates/PSO/index_footer.tpl11
-rw-r--r--phpBB/templates/PSO/index_header.tpl5
-rw-r--r--phpBB/templates/PSO/jumpbox.tpl5
-rw-r--r--phpBB/templates/PSO/login_body.tpl28
-rw-r--r--phpBB/templates/PSO/login_footer.tpl3
-rw-r--r--phpBB/templates/PSO/login_header.tpl5
-rw-r--r--phpBB/templates/PSO/newtopic_header.tpl5
-rw-r--r--phpBB/templates/PSO/overall_footer.tpl10
-rw-r--r--phpBB/templates/PSO/overall_header.tpl37
-rw-r--r--phpBB/templates/PSO/posting_body.tpl24
-rw-r--r--phpBB/templates/PSO/profile_add_body.tpl110
-rw-r--r--phpBB/templates/PSO/profile_view_body.tpl57
-rw-r--r--phpBB/templates/PSO/viewforum_body.tpl40
-rw-r--r--phpBB/templates/PSO/viewforum_footer.tpl27
-rw-r--r--phpBB/templates/PSO/viewforum_header.tpl5
-rw-r--r--phpBB/templates/PSO/viewonline_body.tpl23
-rw-r--r--phpBB/templates/PSO/viewonline_footer.tpl17
-rw-r--r--phpBB/templates/PSO/viewonline_header.tpl18
-rw-r--r--phpBB/templates/PSO/viewtopic_body.tpl33
-rw-r--r--phpBB/templates/PSO/viewtopic_footer.tpl6
-rw-r--r--phpBB/templates/PSO/viewtopic_header.tpl5
27 files changed, 534 insertions, 0 deletions
diff --git a/phpBB/templates/PSO/agreement.tpl b/phpBB/templates/PSO/agreement.tpl
new file mode 100644
index 0000000000..6ceda17174
--- /dev/null
+++ b/phpBB/templates/PSO/agreement.tpl
@@ -0,0 +1,16 @@
+<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%">
+ <tr>
+ <td width="100%" bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{SITENAME} - Forums Registration Agreement<b></font></td>
+ </tr>
+ <tr>
+ <td width="100%" align="center" bgcolor="{T_TD_COLOR1}"><table width="80%" border="0">
+ <tr>
+ <td><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><br />While the administrators and moderators of this forum will attempt to remove or edit any generally objectionable material as quickly as possible, it is impossible to review every message. Therefore you acknowledge that all posts made to these forums express the views and opinions of the author and not the administrators, moderators or webmaster (except for posts by these people) and hence will not be held liable.<br /><br />You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any applicable laws. Doing so may lead to you being immediately and permanently banned (and your service provider being informed). The IP address of all posts is recorded to aid in enforcing these conditions. You agree that the webmaster, administrator and moderators of this forum have the right to remove, edit, move or close any topic at any time should they see fit. As a user you agree to any information you have entered above being stored in a database. While this information will not be disclosed to any third party without your consent the webmaster, administrator and moderators cannot be held responsible for any hacking attempt that may lead to the data being compromised.<br /><br />This forum system uses cookies to store information on your local computer. These cookies do not contain any of the information you have entered above, they serve only to improve your viewing pleasure. The email address is used only for confirming your registration details and password (and for sending new passwords should you forget your current one).<br /><br />By clicking Register below you agree to be bound by these conditions.<br /><br /><br /><div align="center"><a href="profile.{PHPEX}?mode=register&agreed=true">I Agree to these terms (and am over 13 years of age)</a><br /><br /><a href="profile.{PHPEX}?mode=register&agreed=true&coppa=true">I Agree to these terms (and am <b>under</b> 13 years of age)</a><br /><br /><a href="index.{PHPEX}">I do not agree to these terms</a></div><br /></font></td>
+ </tr>
+ </table></td>
+ </tr>
+ </table></td>
+ </tr>
+</table></div> \ No newline at end of file
diff --git a/phpBB/templates/PSO/error_body.tpl b/phpBB/templates/PSO/error_body.tpl
new file mode 100644
index 0000000000..d57d581876
--- /dev/null
+++ b/phpBB/templates/PSO/error_body.tpl
@@ -0,0 +1,9 @@
+<div align="center"><table width="98%" cellpadding="0" cellspacing="1" border="0">
+ <tr>
+ <td bgcolor="{T_TH_COLOR1}"><table width="100%" cellpadding="5" cellspacing="1" border="0">
+ <tr>
+ <td width="100%" bgcolor="{T_TD_COLOR1}" align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{ERROR_MESSAGE}<b></font></td>
+ </tr>
+ </table></td>
+ </tr>
+</table> \ No newline at end of file
diff --git a/phpBB/templates/PSO/images/post.gif b/phpBB/templates/PSO/images/post.gif
new file mode 100644
index 0000000000..f1b8e3ef3e
--- /dev/null
+++ b/phpBB/templates/PSO/images/post.gif
Binary files differ
diff --git a/phpBB/templates/PSO/images/reply-locked.gif b/phpBB/templates/PSO/images/reply-locked.gif
new file mode 100644
index 0000000000..90173f19d3
--- /dev/null
+++ b/phpBB/templates/PSO/images/reply-locked.gif
Binary files differ
diff --git a/phpBB/templates/PSO/images/reply.gif b/phpBB/templates/PSO/images/reply.gif
new file mode 100644
index 0000000000..9276298a6b
--- /dev/null
+++ b/phpBB/templates/PSO/images/reply.gif
Binary files differ
diff --git a/phpBB/templates/PSO/index_body.tpl b/phpBB/templates/PSO/index_body.tpl
new file mode 100644
index 0000000000..a8945ecc23
--- /dev/null
+++ b/phpBB/templates/PSO/index_body.tpl
@@ -0,0 +1,35 @@
+<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%">
+ <tr>
+ <td bgcolor="{T_TH_COLOR3}">&nbsp;</td>
+ <td bgcolor="{T_TH_COLOR3}"><font face="{T_FONTFACE2}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}">&nbsp;<b>{L_FORUM}</b>&nbsp;</font></td>
+ <td bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE2}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}">&nbsp;<b>{L_TOPICS}</b>&nbsp;</font></td>
+ <td bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE2}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}">&nbsp;<b>{L_POSTS}</b>&nbsp;</font></td>
+ <td bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE2}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}">&nbsp;<b>{L_LASTPOST}</b>&nbsp;</font></td>
+ <td bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE2}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}">&nbsp;<b>{L_MODERATOR}</b>&nbsp;</font></td>
+ </tr>
+ <!-- BEGIN catrow -->
+ <tr align="left" valign="top">
+ <td colspan="6" bgcolor="{T_TH_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE3}"><b><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></b>&nbsp;</font></td>
+ </tr>
+ <!-- BEGIN forumrow -->
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}" align="center" valign="middle" width="7%">{catrow.forumrow.FOLDER}</td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></font><br><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{catrow.forumrow.FORUM_DESC}</font></td>
+ <td bgcolor="{T_TD_COLOR1}" width="5%" align="center" valign="middle"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{catrow.forumrow.TOPICS}</font></td>
+ <td bgcolor="{T_TD_COLOR2}" width="5%" align="center" valign="middle"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{catrow.forumrow.POSTS}</font></td>
+ <td bgcolor="{T_TD_COLOR1}" width="15%" align="center" valign="middle"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{catrow.forumrow.LAST_POST}</font></td>
+ <td bgcolor="{T_TD_COLOR2}" width="5%" align="center" valign="middle"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{catrow.forumrow.MODERATORS}</td></tr>
+ </tr>
+ <!-- END forumrow -->
+ <!-- END catrow -->
+ <tr>
+ <td colspan="6" bgcolor="{T_TH_COLOR2}" align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{TOTAL_USERS_ONLINE}</font><br/><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{LOGGED_IN_USER_LIST}</font></td>
+ </tr>
+ <tr><form method="post" action="login.{PHPEX}">
+ <td colspan="6" bgcolor="{T_TH_COLOR3}" align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_USERNAME}: <input type="text" name="username">&nbsp;&nbsp;&nbsp;{L_PASSWORD}: <input type="password" name="password">&nbsp;&nbsp;&nbsp;{L_AUTO_LOGIN}</font>:&nbsp;<input type="checkbox" name="autologin">&nbsp;&nbsp;&nbsp;<input type="submit" name="submit" value="Login">&nbsp;</font></td>
+ </form></tr>
+ </table></td>
+ </tr>
+</table></div> \ No newline at end of file
diff --git a/phpBB/templates/PSO/index_footer.tpl b/phpBB/templates/PSO/index_footer.tpl
new file mode 100644
index 0000000000..c581ca0d6a
--- /dev/null
+++ b/phpBB/templates/PSO/index_footer.tpl
@@ -0,0 +1,11 @@
+<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/index_header.tpl b/phpBB/templates/PSO/index_header.tpl
new file mode 100644
index 0000000000..8a76c56f8f
--- /dev/null
+++ b/phpBB/templates/PSO/index_header.tpl
@@ -0,0 +1,5 @@
+<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> \ No newline at end of file
diff --git a/phpBB/templates/PSO/jumpbox.tpl b/phpBB/templates/PSO/jumpbox.tpl
new file mode 100644
index 0000000000..ff6cc8d69a
--- /dev/null
+++ b/phpBB/templates/PSO/jumpbox.tpl
@@ -0,0 +1,5 @@
+<table cellspacing="0" cellpadding="0" border="0">
+ <tr><form method="GET" action="{JUMPBOX_ACTION}">
+ <td nowrap><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">Jump To:&nbsp;<select name="{SELECT_NAME}"><option value="-1">Select A Forum</option>{JUMPBOX_LIST}</select>&nbsp;<input type="submit" value="Go"></font></td>
+ </form></tr>
+</table> \ No newline at end of file
diff --git a/phpBB/templates/PSO/login_body.tpl b/phpBB/templates/PSO/login_body.tpl
new file mode 100644
index 0000000000..5606160865
--- /dev/null
+++ b/phpBB/templates/PSO/login_body.tpl
@@ -0,0 +1,28 @@
+<div align="center"><table border="0" cellpadding="1" cellspacing="0" width="60%">
+ <tr><form action="{PHP_SELF}" method="post">
+ <td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="4" cellspacing="1" width="100%">
+ <tr>
+ <th colspan="2" bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}"><p><b>Please enter your username and password to login</b></p></font></th>
+ </tr>
+ <tr>
+ <td width="45%" bgcolor="{T_TD_COLOR1}" align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR2}">{L_USERNAME}:&nbsp;</font></td><td bgcolor="{T_TD_COLOR2}"><input type="text" name="username" size="25" maxlength="40" value="{USERNAME}"></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}" align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR2}">{L_PASSWORD}:&nbsp;</font></td><td bgcolor="{T_TD_COLOR2}"><input type="password" name="password" size="25" maxlength="25"></td>
+ </tr>
+ <tr>
+ <td colspan="2" bgcolor="{T_TD_COLOR1}" align="center"><font face="{T_FONTFACE1}" size="2" color="{T_FONTCOLOR2}">{L_AUTO_LOGIN}</font>:&nbsp;<input type="checkbox" name="autologin"></td>
+ </tr>
+ <tr>
+ <td colspan="2" bgcolor="{T_TD_COLOR2}"><table width="100%" cellspacing="0" cellpadding="6" border="0">
+ <tr>
+ <td align="center"><input type="submit" name="submit" value="{L_LOGIN}"></td>
+ </tr>
+ <tr>
+ <td align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><a href="{U_SEND_PASSWORD}">{L_SEND_PASSWORD}</a></font></td>
+ </tr>
+ </table></td>
+ </tr>
+ </table></td>
+ </form></tr>
+</table></div> \ No newline at end of file
diff --git a/phpBB/templates/PSO/login_footer.tpl b/phpBB/templates/PSO/login_footer.tpl
new file mode 100644
index 0000000000..063f0a6b6c
--- /dev/null
+++ b/phpBB/templates/PSO/login_footer.tpl
@@ -0,0 +1,3 @@
+<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/login_header.tpl b/phpBB/templates/PSO/login_header.tpl
new file mode 100644
index 0000000000..48665ca597
--- /dev/null
+++ b/phpBB/templates/PSO/login_header.tpl
@@ -0,0 +1,5 @@
+<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> \ No newline at end of file
diff --git a/phpBB/templates/PSO/newtopic_header.tpl b/phpBB/templates/PSO/newtopic_header.tpl
new file mode 100644
index 0000000000..46d88b0e40
--- /dev/null
+++ b/phpBB/templates/PSO/newtopic_header.tpl
@@ -0,0 +1,5 @@
+<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> -> {FORUM_NAME}</font></td>
+ </tr>
+</table></div> \ No newline at end of file
diff --git a/phpBB/templates/PSO/overall_footer.tpl b/phpBB/templates/PSO/overall_footer.tpl
new file mode 100644
index 0000000000..e3d2a18d69
--- /dev/null
+++ b/phpBB/templates/PSO/overall_footer.tpl
@@ -0,0 +1,10 @@
+<center>
+<br clear="all" />
+<font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLO1}">Powered By <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> Version: {PHPBB_VERSION} - Fully templated and themed [ Paul's dev version ]</font>
+<br clear="all" />
+<font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}">
+Copyright &copy; 2001 phpBB Group, All Rights Reserved</font>
+<br />
+
+</body>
+</html> \ No newline at end of file
diff --git a/phpBB/templates/PSO/overall_header.tpl b/phpBB/templates/PSO/overall_header.tpl
new file mode 100644
index 0000000000..fdadda147c
--- /dev/null
+++ b/phpBB/templates/PSO/overall_header.tpl
@@ -0,0 +1,37 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.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;}
+//-->
+</style>
+</head>
+<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
+
+<div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0">
+ <tr>
+ <th width="100%" bgcolor="{T_TH_COLOR1}"><table width="100%" cellspacing="1" cellpadding="4" border="0">
+ <tr>
+ <th bgcolor="{T_TH_COLOR2}"><table width="100%" cellspacing="0" border="0">
+ <tr>
+ <td><a href="{U_INDEX}"><img src="templates/PSO/images/pso-online-small.gif" border="0" alt="PSO Online Forums" /></a></td>
+ <td align="right" valign="bottom"><font face="Arial,Helvetica,sans-serif" size="1"><a href="/">Back To {SITENAME}</a></font></td>
+ </tr>
+ </table></th>
+ </tr>
+ <tr>
+ <th bgcolor="{T_TD_COLOR1}"><table width="100%" cellspacing="0" 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_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></font></td>
+ </tr>
+ </table></th>
+ </tr>
+ </table></th>
+ </tr>
+</table></div>
+
+<br clear="all"/><br/>
diff --git a/phpBB/templates/PSO/posting_body.tpl b/phpBB/templates/PSO/posting_body.tpl
new file mode 100644
index 0000000000..8e55473390
--- /dev/null
+++ b/phpBB/templates/PSO/posting_body.tpl
@@ -0,0 +1,24 @@
+<div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0">
+ <tr><form action="{PHP_SELF}" method="POST">
+ <td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="3" cellspacing="1" width="100%">
+ <tr>
+ <td colspan="2" bgcolor="{T_TH_COLOR3}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>Post a Topic</b></font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_SUBJECT}</b></font></td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{SUBJECT_INPUT}</font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_MESSAGEBODY}</b></font><br /><br /><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{HTML_STATUS}<br />{BBCODE_STATUS}</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{MESSAGE_INPUT}</font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_OPTIONS}</b></font></td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{HTML_TOGGLE}<br />{BBCODE_TOGGLE}<br />{SMILE_TOGGLE}<br />{SIG_TOGGLE}<br />{NOTIFY_TOGGLE}</font></td>
+ </tr>
+ <tr>
+ <td colspan="2" bgcolor="{T_TH_COLOR3}" align="center"><input type="hidden" name="mode" value="{MODE}"><input type="hidden" name="forum_id" value="{FORUM_ID}"><input type="hidden" name="topic_id" value="{TOPIC_ID}"><input type="submit" name="preview" value="{L_PREVIEW}">&nbsp;<input type="submit" name="submit" value="{L_SUBMIT}">&nbsp;<input type="submit" name="cancel" value="{L_CANCEL}"></td>
+ </tr>
+ </table></td>
+ </form></tr>
+</table></div> \ No newline at end of file
diff --git a/phpBB/templates/PSO/profile_add_body.tpl b/phpBB/templates/PSO/profile_add_body.tpl
new file mode 100644
index 0000000000..dc3aaf6bda
--- /dev/null
+++ b/phpBB/templates/PSO/profile_add_body.tpl
@@ -0,0 +1,110 @@
+<div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0">
+ <tr><form action="{PHP_SELF}" method="POST">
+ <td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="3" cellspacing="1" width="100%">
+ <tr>
+ <td colspan="2" bgcolor="{T_TH_COLOR3}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}">&nbsp;<b>{L_REGISTRATION_INFO}</b></font> <font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">[{L_ITEMS_REQUIRED}]</font>&nbsp;</td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_USERNAME}: *</b><br>{L_USER_UNIQ}</td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="text" name="username" size="35" maxlength="40" value="{USERNAME}"></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_EMAIL_ADDRESS}: *</b></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="text" name="email" size="35" maxlength="255" value="{EMAIL}"></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_PASSWORD}: *</b></font><br /><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_PASSWORD_IF_CHANGED}</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="password" name="password" size="35" maxlength="100" value="{PASSWORD}"></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_CONFIRM} {L_PASSWORD}: * </b></font><br /><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_PASSWORD_CONFIRM_IF_CHANGED}</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="password" name="password_confirm" size="35" maxlength="100" value="{PASSWORD_CONFIRM}"></td>
+ </tr>
+ <tr>
+ <td colspan="2" bgcolor="{T_TH_COLOR3}">&nbsp;<font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_PROFILE_INFO}</b></font> <font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">[{L_PROFILE_INFO_NOTICE}]</font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_ICQ_NUMBER}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="text" name="icq" size="10" maxlength="15" value="{ICQ}"></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_AIM}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="text" name="aim" size="20" maxlength="255" value="{AIM}"></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_MESSENGER}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="text" name="msn" size="20" maxlength="255" value="{MSN}"></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_YAHOO}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="text" name="yim" size="20" maxlength="255" value="{YIM}"></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_WEBSITE}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="text" name="website" size="35" maxlength="255" value="{WEBSITE}"></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_LOCATION}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="text" name="location" size="35" maxlength="100" value="{LOCATION}"></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_OCCUPATION}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="text" name="occupation" size="35" maxlength="100" value="{OCCUPATION}"></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_INTERESTS}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="text" name="interests" size="35" maxlength="150" value="{INTERESTS}"></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_SIGNATURE}:</b></font><br /><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_SIGNATURE_EXPLAIN}</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><textarea name="signature" rows="6" cols="45">{SIGNATURE}</textarea></td>
+ </tr>
+ <tr>
+ <td colspan="2" bgcolor="{T_TH_COLOR3}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_PREFERENCES}</b></font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_PUBLIC_VIEW_EMAIL}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="radio" name="viewemail" value="1" {VIEW_EMAIL_YES}> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_YES}</font>&nbsp;&nbsp;<input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO}> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_NO}</font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_ALWAYS_ADD_SIGNATURE}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES}> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_YES}</font>&nbsp;&nbsp;<input type="radio" name="attachsig" value="0" {ALWAYS_ADD_SIGNATURE_NO}> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_NO}</font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_ALWAYS_ALLOW_BBCODE}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES}> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_YES}</font>&nbsp;&nbsp;<input type="radio" name="allowbbcode" value="0" {ALWAYS_ALLOW_BBCODE_NO}> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_NO}</font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_ALWAYS_ALLOW_HTML}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES}> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_YES}</font>&nbsp;&nbsp;<input type="radio" name="allowhtml" value="0" {ALWAYS_ALLOW_HTML_NO}> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_NO}</font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_ALWAYS_ALLOW_SMILIES}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES}> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_YES}</font>&nbsp;&nbsp;<input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO}> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_NO}</font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_BOARD_LANGUAGE}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}">{LANGUAGE_SELECT}</td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_BOARD_THEME}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}">{THEME_SELECT}</td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_BOARD_TEMPLATE}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}">{TEMPLATE_SELECT}</td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_TIMEZONE}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}">{TIMEZONE_SELECT}</td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_DATE_FORMAT}:</font><br /><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_DATE_FORMAT_EXPLANATION}</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="16"></td>
+ </tr>
+ <tr>
+ <td colspan="2" bgcolor="{T_TH_COLOR3}" align="center"><input type="hidden" name="mode" value="{MODE}"><input type="hidden" name="agreed" value="true"><input type="hidden" name="coppa" value="{COPPA}"><input type="submit" name="submit" value="{L_SUBMIT}"></td>
+ </tr>
+ </table></td>
+ </form></tr>
+</table></div> \ No newline at end of file
diff --git a/phpBB/templates/PSO/profile_view_body.tpl b/phpBB/templates/PSO/profile_view_body.tpl
new file mode 100644
index 0000000000..cc4cf43a4f
--- /dev/null
+++ b/phpBB/templates/PSO/profile_view_body.tpl
@@ -0,0 +1,57 @@
+<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%">
+ <tr>
+ <td colspan="2" bgcolor="{T_TH_COLOR3}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_VIEWING_PROFILE} {USERNAME}</b></font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}" width="20%"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_USERNAME}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{USERNAME}</b> [<a href="search.{PHPEX}?term=&addterms=any&forum=all&search_username={USERNAME}&sortby=p.post_time&searchboth=both&submit=Search">{L_VIEW_USERS_POSTS}</a>]</font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_JOINED}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{JOINED}</b> [{POSTS_PER_DAY} {L_PER_DAY}]</font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_POSTS}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{POSTS}</b> [{PERCENTAGE} {L_OF_TOTAL}]</font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_EMAIL_ADDRESS}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{EMAIL}</font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_ICQ_NUMBER}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{ICQ}</font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_AIM}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{AIM}</b></font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_MESSENGER}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{MSN}</b></font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_YAHOO}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{YIM}</b></font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_WEBSITE}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{WEBSITE}</b></font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_LOCATION}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{LOCATION}</b></font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_OCCUPATION}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{OCCUPATION}</b></font></td>
+ </tr>
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_INTERESTS}:</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{INTERESTS}</b></font></td>
+ </tr>
+ </table></td>
+ </tr>
+</table></div> \ No newline at end of file
diff --git a/phpBB/templates/PSO/viewforum_body.tpl b/phpBB/templates/PSO/viewforum_body.tpl
new file mode 100644
index 0000000000..4888fe4f8b
--- /dev/null
+++ b/phpBB/templates/PSO/viewforum_body.tpl
@@ -0,0 +1,40 @@
+<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%">
+ <tr>
+ <td colspan="6" bgcolor="{T_TH_COLOR2}"><table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td><font face="verdana,serif"><b>{FORUM_NAME}</b></font><br><font face="{T_FONTFACE2}" size="{T_FONTSIZE1}">{L_MODERATOR} : {MODERATORS}</font></TD>
+ <td align="right"><a href="{U_POST_NEW_TOPIC}"><img src="templates/PSO/images/post.gif" border="1"></a></td>
+ </tr>
+ </table></td>
+ </tr>
+ <tr>
+ <td width="4%" bgcolor="{T_TH_COLOR3}">&nbsp;</td>
+ <td bgcolor="{T_TH_COLOR3}"><font face="verdana" size="{T_FONTSIZE2}"><b>&nbsp;{L_TOPIC}</b></font></td>
+ <td width="8%" bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE2}" size="{T_FONTSIZE2}"><b>{L_REPLIES}</b></font></td>
+ <td width="20%" bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE2}" size="{T_FONTSIZE2}"><b>&nbsp;{L_POSTER}</b></font></td>
+ <td width="6%" bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE2}" size="{T_FONTSIZE2}"><b>{L_VIEWS}</b></font></td>
+ <td width="17%" bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE2}" size="{T_FONTSIZE2}"><b>{L_DATE}</b></font></td>
+ </tr>
+ <!-- BEGIN topicrow -->
+ <tr>
+ <td bgcolor="{T_TD_COLOR1}" align="center" valign="middle">&nbsp;{topicrow.FOLDER}&nbsp;</td>
+ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">&nbsp;<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a>&nbsp;{topicrow.GOTO_PAGE}</td>
+ <td bgcolor="{T_TD_COLOR1}" align="center" valign="middle"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{topicrow.REPLIES}</font></td>
+ <td bgcolor="{T_TD_COLOR2}" align="center" valign="middle"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><a href="{topicrow.U_TOPIC_POSTER_PROFILE}">{topicrow.TOPIC_POSTER}</a></font></td>
+ <td bgcolor="{T_TD_COLOR1}" align="center" valign="middle"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{topicrow.VIEWS}</font></td>
+ <td bgcolor="{T_TD_COLOR2}" align="center" valign="middle"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{topicrow.LAST_POST_TIME}<br />{L_BY} <a href="{topicrow.U_LAST_POST_USER_PROFILE}">{topicrow.LAST_POST_USER}</a></font></td>
+ </tr>
+ <!-- END topicrow -->
+ <tr>
+ <td colspan="6" bgcolor="{T_TH_COLOR2}"><table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}"><img src="templates/PSO/images/post.gif" border="1"></a></td>
+ <td align="right" valign="middle"><font face="{T_FONTFACE2}" size="{T_FONTSIZE2}">&nbsp;{PAGINATION}&nbsp;</font></td>
+ </tr>
+ </table></td>
+ </tr>
+ </table></td>
+ </tr>
+</table></div> \ No newline at end of file
diff --git a/phpBB/templates/PSO/viewforum_footer.tpl b/phpBB/templates/PSO/viewforum_footer.tpl
new file mode 100644
index 0000000000..66e44f851c
--- /dev/null
+++ b/phpBB/templates/PSO/viewforum_footer.tpl
@@ -0,0 +1,27 @@
+<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/viewforum_header.tpl b/phpBB/templates/PSO/viewforum_header.tpl
new file mode 100644
index 0000000000..2024cb7cdd
--- /dev/null
+++ b/phpBB/templates/PSO/viewforum_header.tpl
@@ -0,0 +1,5 @@
+<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> \ No newline at end of file
diff --git a/phpBB/templates/PSO/viewonline_body.tpl b/phpBB/templates/PSO/viewonline_body.tpl
new file mode 100644
index 0000000000..08bca63aed
--- /dev/null
+++ b/phpBB/templates/PSO/viewonline_body.tpl
@@ -0,0 +1,23 @@
+<tr>
+ <td><table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
+ <tr>
+ <td><table border="0" width="100%" cellpadding="3" cellspacing="1">
+ <tr class="tableheader">
+ <td colspan="4" align="center"><b>There are {ACTIVE_USERS} logged in users and {GUEST_USERS} guest users browsing this board.</b><br />This data is based on users active over the past five minutes.</td>
+ </tr>
+ <tr class="catheader">
+ <td width="35%" align="center">&nbsp;{L_USERNAME}&nbsp;</td>
+ <td width="25%" align="center">&nbsp;{L_LAST_UPDATE}&nbsp;</td>
+ <td width="40%" align="center">&nbsp;{L_LOCATION}&nbsp;</td>
+ </tr>
+ <!-- BEGIN userrow -->
+ <tr bgcolor="{userrow.ROW_COLOR}" class="tablebody">
+ <td width="35%">&nbsp;<a href="profile.{PHPEX}?mode=viewprofile&{S_USERS_URL}={userrow.USER_ID}">{userrow.USERNAME}</a>&nbsp;</td>
+ <td width="25%" align="center">&nbsp;{userrow.LASTUPDATE}&nbsp;</td>
+ <td width="40%">&nbsp;<a href="{userrow.LOCATION_URL}">&nbsp;{userrow.LOCATION}</a>&nbsp;</td>
+ </tr>
+ <!-- END userrow -->
+ </table></td>
+ </tr>
+ </table></td>
+</tr> \ No newline at end of file
diff --git a/phpBB/templates/PSO/viewonline_footer.tpl b/phpBB/templates/PSO/viewonline_footer.tpl
new file mode 100644
index 0000000000..93e69a36f5
--- /dev/null
+++ b/phpBB/templates/PSO/viewonline_footer.tpl
@@ -0,0 +1,17 @@
+
+ <tr>
+ <td align="center"><table border="0" width="100%" cellpadding="0" cellspacing="1">
+ <tr>
+ <td style="{font-size: 8pt;}" align="left" valign="top"><b>{S_TIMEZONE}</b></td>
+ <td style="{font-size: 8pt;}" align="right" ><table cellpadding="0" cellspacing="1" border="0" bgcolor="#000000">
+ <tr>
+ <td bgcolor="#CCCCCC"><table width="100%" cellpadding="1" cellspacing="1" border="0">
+ <tr>
+ <td style="{font-size:8pt; height:55px;}" align="right">{JUMPBOX}</td>
+ </tr>
+ </table></td>
+ </tr>
+ </table></td>
+ </tr>
+ </table></td>
+ </tr>
diff --git a/phpBB/templates/PSO/viewonline_header.tpl b/phpBB/templates/PSO/viewonline_header.tpl
new file mode 100644
index 0000000000..98bac32367
--- /dev/null
+++ b/phpBB/templates/PSO/viewonline_header.tpl
@@ -0,0 +1,18 @@
+<tr>
+<td>
+ <table border="0" align="right" width="30%" bgcolor="#000000" cellpadding="0" cellspacing="1">
+ <tr>
+ <td>
+ <table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
+ <tr>
+ <td align="right" style="{font-size: 8pt;}">{L_POSTEDTOTAL} -<b>{TOTAL_POSTS}</b>- {L_MESSAGES}.<br>
+ {L_WEHAVE} <b>{TOTAL_USERS}</b> {L_REGUSERS}.<br>
+ {L_NEWESTUSER} <b><a href="profile.{PHPEX}?mode=viewprofile&{POST_USER_URL}={NEWEST_UID}">{NEWEST_USER}</a></b>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+</tr> \ No newline at end of file
diff --git a/phpBB/templates/PSO/viewtopic_body.tpl b/phpBB/templates/PSO/viewtopic_body.tpl
new file mode 100644
index 0000000000..67b17772f5
--- /dev/null
+++ b/phpBB/templates/PSO/viewtopic_body.tpl
@@ -0,0 +1,33 @@
+<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%">
+ <tr>
+ <td colspan="2" bgcolor="{T_TH_COLOR2}"><table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td><font face="{T_FONTFACE1}" size="{T_FONTSIZE3}"><b>{TOPIC_TITLE}</b></font></td>
+ <td align="right" valign="middle"><a href="{U_POST_REPLY_TOPIC}"><img src="templates/PSO/images/reply.gif" border="1" /></a>&nbsp;&nbsp;<a href="{U_POST_NEW_TOPIC}"><img src="templates/PSO/images/post.gif" border="1" /></a>&nbsp;</td>
+ </tr>
+ </table></td>
+ </tr>
+ <tr>
+ <td width="20%" bgcolor="{T_TH_COLOR3}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_AUTHOR}</b></font></td>
+ <td bgcolor="{T_TH_COLOR3}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_MESSAGE}</b></font></td>
+ </tr>
+ <!-- BEGIN postrow -->
+ <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}
+ </tr>
+ <!-- END postrow -->
+ <tr bgcolor="<?php echo $color1?>">
+ <td colspan="2" bgcolor="{T_TH_COLOR2}"><table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td align="left" valign="middle"><a href="{U_POST_REPLY_TOPIC}"><img src="templates/PSO/images/reply.gif" border="1" /></a>&nbsp;&nbsp;<a href="{U_POST_NEW_TOPIC}"><img src="templates/PSO/images/post.gif" border="1" /></a></td>
+ <td align="right" valign="middle"><font face="{T_FONTFACE2}" size="{T_FONTSIZE2}">{PAGINATION}</font></td>
+ </tr>
+ </table></td>
+ </tr>
+ </table></td>
+ </tr>
+</table></div> \ No newline at end of file
diff --git a/phpBB/templates/PSO/viewtopic_footer.tpl b/phpBB/templates/PSO/viewtopic_footer.tpl
new file mode 100644
index 0000000000..4b7e940e34
--- /dev/null
+++ b/phpBB/templates/PSO/viewtopic_footer.tpl
@@ -0,0 +1,6 @@
+<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_header.tpl b/phpBB/templates/PSO/viewtopic_header.tpl
new file mode 100644
index 0000000000..9697f0da84
--- /dev/null
+++ b/phpBB/templates/PSO/viewtopic_header.tpl
@@ -0,0 +1,5 @@
+<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> -> <a href="viewforum.{PHPEX}?{S_FORUMS_URL}={FORUM_ID}">{FORUM_NAME}</a> -> {TOPIC_TITLE}</font></td>
+ </tr>
+</table></div> \ No newline at end of file