blob: 6985b377b06b175cf23afd6d6746f52ddd706ee3 (
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
62
63
|
<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td class="tablebg"><table width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
<td class="cat" colspan="2" height="30" align="center"><span class="cattitle">{L_PREVIEW}</span></td>
</tr>
<tr>
<th width="160" height="25"><table width="160" cellspacing="0" cellpadding="0" border="0">
<tr>
<th>{L_AUTHOR}</th>
</tr>
</table></th>
<th width="100%" height="25"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<th>{L_MESSAGE}</th>
</tr>
</table></th>
</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 bgcolor="{T_TD_COLOR1}">
<td width="160" align="left" valign="top"><a name="{postrow.U_POST_ID}"></a><table width="160" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top"><span class="gen"><b>{POSTER_NAME}</b></span></td>
</tr>
</table></td>
<td height="100%"><table width="100%" height="100%" cellspacing="1" cellpadding="0" border="0">
<tr>
<td><span class="gensmall">Post Subject: {POST_SUBJECT}</span><hr /></td>
</tr>
<tr>
<td height="100%" valign="top"><span class="gen">{MESSAGE}</span></td>
</tr>
</table></td>
</tr>
<tr bgcolor="{T_TD_COLOR1}">
<td align="left" valign="middle"><table cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="middle"><img src="templates/Euclid/images/topic.gif" alt="" /></td>
<td> </td>
<td valign="middle"><span class="gensmall">{POST_DATE}</span></td>
</tr>
</table></td>
<td valign="middle"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="middle"> </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" />
|