1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-28 22:17:31 +01:00
Files
php-phpbb/phpBB/templates/PSO/posting_preview.tpl
Paul S. Owen b4d7f7aa0c Updates to get around IE6b handling of div wrapper
git-svn-id: file:///svn/phpbb/trunk@689 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-18 12:25:42 +00:00

38 lines
1.3 KiB
Smarty

<table border="0" cellpadding="1" cellspacing="0" width="98%" align="center">
<tr>
<td class="tablebg"><table border="0" cellpadding="4" cellspacing="1" width="100%">
<tr>
<td class="cat" colspan="2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><span class="cattitle"><b>{L_PREVIEW}</b></span></td>
</tr>
</table></td>
</tr>
<tr>
<th width="20%">&nbsp;{L_AUTHOR}&nbsp;</th>
<th>&nbsp;{L_MESSAGE}&nbsp;</th>
</tr>
<tr bgcolor="{ROW_COLOR}">
<td width="20%" align="left" valign="top"><table height="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top"><span class="gen"><b>{POSTER_NAME}</b></span><br><br></td>
</tr>
</table></td>
<td width="80%" height="100%"><table width="100%" height="100%" cellspacing="1" cellpadding="0" border="0">
<tr>
<td><img src="images/icon_minipost.gif" alt="Post image icon"><span class="gensmall">{L_POSTED}: {POST_DATE}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Post Subject: {POST_SUBJECT}</span><hr></td>
</tr>
<tr>
<td height="100%" valign="top"><span class="gen">{MESSAGE}</span></td>
</tr>
<tr>
<td><hr></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<br clear="all" />