aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-05-04 00:35:31 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-05-04 00:35:31 +0000
commit3735013fbaf030e689b23d1fb4f2bb9930a8c28b (patch)
treef03fbd41dd505e17b6c7b3166ad0eb50fee58ba9 /phpBB/templates
parent1f0632f5fa72652c8cc9d6c96d4d52c809f49017 (diff)
downloadforums-3735013fbaf030e689b23d1fb4f2bb9930a8c28b.tar
forums-3735013fbaf030e689b23d1fb4f2bb9930a8c28b.tar.gz
forums-3735013fbaf030e689b23d1fb4f2bb9930a8c28b.tar.bz2
forums-3735013fbaf030e689b23d1fb4f2bb9930a8c28b.tar.xz
forums-3735013fbaf030e689b23d1fb4f2bb9930a8c28b.zip
Various updates, templating var changes, config array updates, etc.
git-svn-id: file:///svn/phpbb/trunk@242 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/Default/viewonline_body.tpl4
-rw-r--r--phpBB/templates/PSO/overall_header.tpl2
-rw-r--r--phpBB/templates/PSO/viewforum_body.tpl2
-rw-r--r--phpBB/templates/PSO/viewonline_body.tpl44
-rw-r--r--phpBB/templates/PSO/viewonline_footer.tpl19
-rw-r--r--phpBB/templates/PSO/viewonline_header.tpl21
6 files changed, 33 insertions, 59 deletions
diff --git a/phpBB/templates/Default/viewonline_body.tpl b/phpBB/templates/Default/viewonline_body.tpl
index 08bca63aed..c9e2ca6f9f 100644
--- a/phpBB/templates/Default/viewonline_body.tpl
+++ b/phpBB/templates/Default/viewonline_body.tpl
@@ -12,9 +12,9 @@
</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="35%">&nbsp;<a href="{userrow.U_USER_PROFILE}">{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>
+ <td width="40%">&nbsp;<a href="{userrow.U_FORUM_LOCATION}">&nbsp;{userrow.LOCATION}</a>&nbsp;</td>
</tr>
<!-- END userrow -->
</table></td>
diff --git a/phpBB/templates/PSO/overall_header.tpl b/phpBB/templates/PSO/overall_header.tpl
index fdadda147c..99a3c8b490 100644
--- a/phpBB/templates/PSO/overall_header.tpl
+++ b/phpBB/templates/PSO/overall_header.tpl
@@ -17,7 +17,7 @@
<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><a href="{U_INDEX}"><img src="images/title.gif" border="0" alt="phpBB2 development 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>
diff --git a/phpBB/templates/PSO/viewforum_body.tpl b/phpBB/templates/PSO/viewforum_body.tpl
index 4888fe4f8b..75429f667e 100644
--- a/phpBB/templates/PSO/viewforum_body.tpl
+++ b/phpBB/templates/PSO/viewforum_body.tpl
@@ -4,7 +4,7 @@
<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><font face="{T_FONTFACE1}" size="{T_FONTSIZE3}"><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>
diff --git a/phpBB/templates/PSO/viewonline_body.tpl b/phpBB/templates/PSO/viewonline_body.tpl
index 08bca63aed..ad12fa97c9 100644
--- a/phpBB/templates/PSO/viewonline_body.tpl
+++ b/phpBB/templates/PSO/viewonline_body.tpl
@@ -1,23 +1,21 @@
-<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
+<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="3" bgcolor="{T_TH_COLOR2}" align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>There are {ACTIVE_USERS} logged in users and {GUEST_USERS} guest users browsing this board.</b></font><br /><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">This data is based on users active over the past five minutes.</font></td>
+ </tr>
+ <tr>
+ <td width="35%" bgcolor="{T_TH_COLOR3}" align="center">&nbsp;<font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_USERNAME}</font>&nbsp;</td>
+ <td width="25%" bgcolor="{T_TH_COLOR3}" align="center">&nbsp;<font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_LAST_UPDATE}</font>&nbsp;</td>
+ <td width="40%" bgcolor="{T_TH_COLOR3}" align="center">&nbsp;<font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_LOCATION}</font>&nbsp;</td>
+ </tr>
+ <!-- BEGIN userrow -->
+ <tr>
+ <td bgcolor="{userrow.ROW_COLOR}" width="35%">&nbsp;<font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><a href="{userrow.U_USER_PROFILE}">{userrow.USERNAME}</a></font>&nbsp;</td>
+ <td bgcolor="{userrow.ROW_COLOR}" width="25%" align="center">&nbsp;<font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{userrow.LASTUPDATE}</font>&nbsp;</td>
+ <td bgcolor="{userrow.ROW_COLOR}" width="40%">&nbsp;<font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><a href="{userrow.U_FORUM_LOCATION}">{userrow.LOCATION}</a></font>&nbsp;</td>
+ </tr>
+ <!-- END userrow -->
+ </table></td>
+ </tr>
+</table></div> \ No newline at end of file
diff --git a/phpBB/templates/PSO/viewonline_footer.tpl b/phpBB/templates/PSO/viewonline_footer.tpl
index 93e69a36f5..4b7e940e34 100644
--- a/phpBB/templates/PSO/viewonline_footer.tpl
+++ b/phpBB/templates/PSO/viewonline_footer.tpl
@@ -1,17 +1,6 @@
-
+<div align="center"><table cellspacing="2" border="0" width="98%">
<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>
+ <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/viewonline_header.tpl b/phpBB/templates/PSO/viewonline_header.tpl
index 98bac32367..8a76c56f8f 100644
--- a/phpBB/templates/PSO/viewonline_header.tpl
+++ b/phpBB/templates/PSO/viewonline_header.tpl
@@ -1,18 +1,5 @@
-<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>
+<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>
- </td>
-</tr> \ No newline at end of file
+</table></div> \ No newline at end of file