aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Euclid/privmsgs_preview.tpl
blob: 8db694ad6e290488115bab96b2da9d933270821d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61

<table width="98%" cellspacing="0" cellpadding="0" border="0" align="center">
	<tr>
		<td class="tablebg"><table border="0" cellpadding="4" cellspacing="1" width="100%">
			<tr>
		        <td class="cat" height="30" align="center"><span class="cattitle">{L_PREVIEW}</span></td> 
			</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>
				<td class="row2" align="left"><table width="100%" cellspacing="0" cellpadding="0" border="0">
					<tr>
						<td width="10%" align="left"><span class="gen"><b>{L_SUBJECT}:</b></span></td>
						<td align="left"><span class="gen">{POST_SUBJECT}</span></td>
					</tr>
				</table></td>
			</tr>
			<tr>
				<td class="row1" align="left"><table width="100%" cellspacing="0" cellpadding="0" border="0">
					<tr>
						<td width="10%" align="left"><span class="gen"><b>{L_POSTED}:</b></span></td>
						<td align="left"><span class="gen">{POST_DATE}</span></td>
					</tr>
				</table></td>
			</tr>
			<tr>
				<td class="row2" align="left"><table width="100%" cellspacing="0" cellpadding="0" border="0">
					<tr>
						<td width="10%" align="left"><span class="gen"><b>{L_FROM}:</b></span></td>
						<td align="left"><span class="gen">{MESSAGE_FROM}</span></td>
					</tr>
				</table></td>
			</tr>
			<tr>
				<td class="row1" align="left"><table width="100%" cellspacing="0" cellpadding="0" border="0">
					<tr>
						<td width="10%" align="left"><span class="gen"><b>{L_TO}:</b></span></td>
						<td align="left"><span class="gen">{MESSAGE_TO}</span></td>
					</tr>
				</table></td>
			</tr>
			<tr>
				<td class="row2" height="100%" align="center"><table style="height:100%" width="100%" height="100%" cellspacing="1" cellpadding="0" border="0">
					<tr>
						<td height="100%" valign="top"><span class="gen">{MESSAGE}</span></span></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" />