aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/posting_preview.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/Default/posting_preview.tpl')
-rwxr-xr-xphpBB/templates/Default/posting_preview.tpl28
1 files changed, 28 insertions, 0 deletions
diff --git a/phpBB/templates/Default/posting_preview.tpl b/phpBB/templates/Default/posting_preview.tpl
new file mode 100755
index 0000000000..6d33772c47
--- /dev/null
+++ b/phpBB/templates/Default/posting_preview.tpl
@@ -0,0 +1,28 @@
+<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> \ No newline at end of file