aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-03-25 17:27:37 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-03-25 17:27:37 +0000
commit617602a0883e2eb79ad6e69cb455db55f24ad5fc (patch)
tree7def936f02e9c30b628c58c152da425265a0db0e /phpBB/templates
parent17f27aa1ac7d0107f21a6a8d7708b0d926c8442a (diff)
downloadforums-617602a0883e2eb79ad6e69cb455db55f24ad5fc.tar
forums-617602a0883e2eb79ad6e69cb455db55f24ad5fc.tar.gz
forums-617602a0883e2eb79ad6e69cb455db55f24ad5fc.tar.bz2
forums-617602a0883e2eb79ad6e69cb455db55f24ad5fc.tar.xz
forums-617602a0883e2eb79ad6e69cb455db55f24ad5fc.zip
This may help ...
git-svn-id: file:///svn/phpbb/trunk@3730 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/memberlist_view.html23
1 files changed, 20 insertions, 3 deletions
diff --git a/phpBB/templates/subSilver/memberlist_view.html b/phpBB/templates/subSilver/memberlist_view.html
index dd002fe54c..c837d99b9c 100644
--- a/phpBB/templates/subSilver/memberlist_view.html
+++ b/phpBB/templates/subSilver/memberlist_view.html
@@ -8,14 +8,27 @@
<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0" align="center">
<tr>
- <th colspan="2" height="25" nowrap="nowrap">{USER_PROFILE}</th>
+ <th colspan="2" height="25" nowrap="nowrap">{L_VIEWING_PROFILE}</th>
</tr>
<tr>
<td class="cat" width="40%" height="28" align="center"><b class="gen">{L_USER_PRESENCE}</b></td>
<td class="cat" width="60%" align="center"><b class="gen">{L_USER_FORUM}</b></td>
</tr>
<tr>
- <td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br />{RANK_IMG}<span class="postdetails">{RANK_TITLE}</span></td>
+ <td class="row1" align="center" valign="top"><table cellspacing="1" cellpadding="2" border="0">
+ <tr>
+ <td class="gen" align="center"><!-- IF USER_COLOR neq '' --><b style="color: #{USER_COLOR}"><!-- ELSE --><b><!-- ENDIF -->{USERNAME}</b></td>
+ </tr>
+ <tr>
+ <td align="center">{RANK_IMG}</td>
+ </tr>
+ <tr>
+ <td align="center">{AVATAR_IMG}</td>
+ </tr>
+ <tr>
+ <td align="center">{ONLINE_IMG}</td>
+ </tr>
+ </table></td>
<td class="row1" valign="top"><table width="100%" cellspacing="1" cellpadding="2" border="0">
<tr>
<td class="gen" align="right" valign="middle" nowrap="nowrap">{L_JOINED}: </td>
@@ -23,7 +36,7 @@
</tr>
<tr>
<td class="gen" align="right" valign="middle" nowrap="nowrap">{L_VISITED}: </td>
- <td width="100%"><b class="gen">{VISITED} [ <!-- IF S_ONLINE --><span style="color:green">{L_USER_ONLINE}</span><!-- ELSE --><span style="color:red">{L_USER_OFFLINE}</span><!-- ENDIF --> ]</b></td>
+ <td width="100%"><b class="gen">{VISITED}</td>
</tr>
<tr>
<td class="gen" valign="top" align="right" nowrap="nowrap">{L_TOTAL_POSTS}: </td>
@@ -98,6 +111,10 @@
<td class="gen" valign="middle" align="right" nowrap="nowrap">{L_WEBSITE}: </td>
<td><b class="gen">{WWW}</b></td>
</tr>
+ <tr>
+ <td class="gen" valign="middle" align="right" nowrap="nowrap">{L_SIGNATURE}: </td>
+ <td class="postbody">{SIGNATURE}</td>
+ </tr>
</table></td>
</tr>
</table></form>