1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-08 09:40:41 +01:00
php-phpbb/phpBB/templates/Default/posting_preview.tpl
James Atkinson cb44575d8a Posting preview done, ability for anonymous users to post with a username
git-svn-id: file:///svn/phpbb/trunk@463 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-06-11 00:58:08 +00:00

28 lines
984 B
Smarty
Executable File

<tr>
<td>
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
<tr>
<td>
<table border="0" width="100%" cellpadding="3" cellspacing="1">
<tr class="tableheader">
<td width="15%">Author</td>
<td colspan="2">{TOPIC_TITLE}</td>
</tr>
<tr bgcolor="{ROW_COLOR}" class="tablebody">
<td width="20%" align="left" valign="top" nowrap rowspan="2">
<font style="{font-size: 10pt; font-weight: bold;}">{POSTER_NAME}</font><br>
</td>
<td><i><b>{TOPIC_TITLE}</b></i></td>
<td align="right" width="15%"><img src="images/posticon.gif"><font style="{font-size: 8pt;}">{L_POSTED}: {POST_DATE}</font></td>
</tr>
<tr bgcolor="{ROW_COLOR}" class="tablebody">
<td colspan="3">
{MESSAGE}
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>