1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

- some fixes/changes

git-svn-id: file:///svn/phpbb/trunk@5035 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2004-12-19 17:59:15 +00:00
parent 3c6c673476
commit 5ac4556ef1
9 changed files with 31 additions and 66 deletions

View File

@@ -52,52 +52,14 @@
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
<tr>
<th width="150" nowrap="nowrap">{L_AUTHOR}</th>
<th nowrap="nowrap">{L_MESSAGE}</th>
</tr>
<tr>
<td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
<td class="spacer" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<tr class="row1">
<td valign="top">
<div align="center">
<b class="postauthor">{AUTHOR_NAME}</b><br /><br />
<table cellspacing="4" align="center">
<!-- IF ONLINE_IMG -->
<tr>
<td>{ONLINE_IMG}</td>
</tr>
<!-- ENDIF -->
<!-- IF AUTHOR_RANK -->
<tr>
<td class="postdetails">{AUTHOR_RANK}</td>
</tr>
<!-- ENDIF -->
<!-- IF RANK_IMAGE -->
<tr>
<td>{RANK_IMAGE}</td>
</tr>
<!-- ENDIF -->
<!-- IF AUTHOR_AVATAR -->
<tr>
<td>{AUTHOR_AVATAR}</td>
</tr>
<!-- ENDIF -->
</table>
<span class="postdetails">
<!-- IF AUTHOR_POSTS --><br /><b>{L_JOINED}:</b> {AUTHOR_JOINED}<!-- ENDIF -->
<!-- IF AUTHOR_POSTS --><br /><b>{L_POSTS}:</b> {AUTHOR_POSTS}<!-- ENDIF -->
<!-- IF AUTHOR_FROM --><br /><b>{L_LOCATION}:</b> {AUTHOR_FROM}<!-- ENDIF -->
</span>
</div>
</td>
<td valign="top"><table width="100%" cellspacing="5">
<tr>
<td>
@@ -153,12 +115,11 @@
</tr>
<tr class="row1">
<td></td>
<td><div class="gensmall" style="float:left">&nbsp;<!-- IF U_AUTHOR_PROFILE --><a href="{U_AUTHOR_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF U_EMAIL --><a href="{U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;</div> <div class="gensmall" style="float:right"><!-- IF U_QUOTE --><a href="{U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- IF U_POST_REPLY_PM --><a href="{U_POST_REPLY_PM}">{REPLY_IMG}</a><!-- ENDIF --> <!-- IF U_EDIT --><a href="{U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF -->&nbsp;</div></td>
</tr>
<tr>
<td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
<td class="spacer" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
</table>