aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/posting_preview.tpl
blob: aa71b23c13841047cef6657b75978a13ff628f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
  <tr> 
	<th height="25" class="thHead">{L_PREVIEW}</th>
  </tr>
  <tr> 
	<td class="row1"><img src="images/icon_minipost.gif" alt="Post image icon" /><span class="postdetails">{L_POSTED}: 
	  {POST_DATE}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Post Subject: {POST_SUBJECT}</span> 
	</td>
  </tr>
  <tr> 
	<td class="row1"><span class="postbody">{MESSAGE}</span></td>
  </tr>
  <tr> 
	<td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" width="1" height="1"></td>
  </tr>
</table>
<br />