aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/posting_preview.html
blob: 4e6ead73080f04d6338de0cc197a5dfae97356c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0">
	<tr> 
		<th height="25">{L_PREVIEW}</th>
	</tr>
	<tr> 
		<td class="row1">{MINI_POST_IMG}<span class="postdetails">{L_POSTED}: {POST_DATE} &nbsp;&nbsp;&nbsp; {L_POST_SUBJECT}: {PREVIEW_SUBJECT}</span></td>
	</tr>
	<tr> 
		<td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td>
					<span class="postbody">{PREVIEW_MESSAGE}</span>
				</td>
			</tr>
		</table></td>
	</tr>
	<tr>
		<td class="spacer" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
</table>

<br clear="all" />