1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00
php-phpbb/phpBB/templates/PSO/posting_preview.tpl
Paul S. Owen 07028bc04f Notify on reply now supposedly fully functional
git-svn-id: file:///svn/phpbb/trunk@865 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-14 13:37:28 +00:00

32 lines
1.0 KiB
Smarty

<table width="80%" border="0" cellpadding="1" cellspacing="0" align="center">
<tr>
<td class="tablebg"><table border="0" cellpadding="4" cellspacing="1" width="100%">
<tr>
<td class="cat"><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>&nbsp;{L_MESSAGE}&nbsp;</th>
</tr>
<tr bgcolor="{T_TD_COLOR1}">
<td 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" />