1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 19:45:10 +01:00
php-phpbb/phpBB/templates/Euclid/posting_preview.tpl
Paul S. Owen 0df51b74f7 More updates
git-svn-id: file:///svn/phpbb/trunk@1545 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-10 15:17:18 +00:00

64 lines
2.1 KiB
Smarty

<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td class="tablebg"><table width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
<td class="cat" colspan="2" height="30" align="center"><span class="cattitle">{L_PREVIEW}</span></td>
</tr>
<tr>
<th width="160" height="25"><table width="160" cellspacing="0" cellpadding="0" border="0">
<tr>
<th>{L_AUTHOR}</th>
</tr>
</table></th>
<th width="100%" height="25"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<th>{L_MESSAGE}</th>
</tr>
</table></th>
</tr>
</table></td>
</tr>
<tr>
<td class="cat" height="2"><img src="images/spacer.gif" height="2"></td>
</tr>
<tr>
<td class="tablebg"><table width="100%" cellspacing="1" cellpadding="4" border="0">
<tr bgcolor="{T_TD_COLOR1}">
<td width="160" align="left" valign="top"><a name="{postrow.U_POST_ID}"></a><table width="160" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top"><span class="gen"><b>{POSTER_NAME}</b></span></td>
</tr>
</table></td>
<td height="100%"><table width="100%" height="100%" cellspacing="1" cellpadding="0" border="0">
<tr>
<td><span class="gensmall">Post Subject: {POST_SUBJECT}</span><hr /></td>
</tr>
<tr>
<td height="100%" valign="top"><span class="gen">{MESSAGE}</span></td>
</tr>
</table></td>
</tr>
<tr bgcolor="{T_TD_COLOR1}">
<td align="left" valign="middle"><table cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="middle"><img src="templates/Euclid/images/topic.gif" alt="" /></td>
<td>&nbsp;&nbsp;</td>
<td valign="middle"><span class="gensmall">{POST_DATE}</span></td>
</tr>
</table></td>
<td valign="middle"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="middle">&nbsp;</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td class="cat" height="2"><img src="images/spacer.gif" height="2"></td>
</tr>
</table>
<br clear="all" />