aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO/posting_topic_review.tpl
blob: 25c6a21c1b63107a97a60abeb7867af74eaaf74c (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
64
65
66
67
68
69
70
71
72

<!-- BEGIN switch_inline_mode -->
<table width="90%" border="0" cellpadding="0" cellspacing="1" align="center">
	<tr> 
		<td class="cat" height="30" align="center"><b><span class="cattitle">{L_TOPIC_REVIEW}</span></b></td>
	</tr>
	<tr>
		<td><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}">
<!-- END switch_inline_mode -->

<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
	<tr>
		<td width="100%" class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
			<tr>
				<th width="160"><table width="160" cellspacing="0" cellpadding="0" border="0"> 
	                <tr>
               			<td align="center"><span class="gensmall"><b>{L_AUTHOR}</b></span></td>
					</tr>
				</table></th>
				<th width="100%"><table width="100%" cellspacing="0" cellpadding="0" border="0"> 
	                <tr>
               			<td align="center"><span class="gensmall"><b>{L_MESSAGE}</b></span></td>
					</tr>
				</table></th>
			</tr>
		</table></td>
	</tr>
	<tr>
		<td><img src="images/spacer.gif" height="4" /></td>
	</tr>
</table>

<!-- BEGIN postrow -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
	<tr>
		<td class="tablebg"><table border="0" cellpadding="4" cellspacing="1" width="100%">
			<tr bgcolor="{postrow.ROW_COLOR}">
				<td width="180" align="left" valign="top"><a name="{postrow.U_POST_ID}"></a><table width="180" cellspacing="0" cellpadding="0" border="0">
					<tr>
						<td valign="top"><span class="gen"><b>{postrow.POSTER_NAME}</b></span></td>
					</tr>
				</table></td>
				<td width="100%" valign="top"><table width="100%" cellspacing="1" cellpadding="0" border="0">
					<tr>
						<td valign="top"><table width="100%" cellspacing="0" cellpadding="0" border="0">
							<tr>
								<td valign="middle"><img src="images/icon_minipost.gif" alt="Post image icon" /><span class="gensmall">{L_POSTED}: {postrow.POST_DATE}&nbsp;&nbsp;&nbsp;&nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
								<td align="right" valign="middle" nowrap="nowrap">&nbsp; {postrow.EDIT_IMG} {postrow.QUOTE_IMG}&nbsp;</td>
							</tr>
							<tr>
								<td colspan="2"><hr /></td>
							</tr>
						</table></td>
					</tr>
					<tr>
						<td width="100%" height="100%" valign="top"><span class="gen">{postrow.MESSAGE}</span></td>
					</tr>
				</table></td>
			</tr>
		</table></td>
	</tr>
	<tr>
		<td><img src="images/spacer.gif" height="2" /></td>
	</tr>
</table>
 <!-- END postrow -->

<!-- BEGIN switch_inline_mode -->
		</iframe></td>
	</tr>
</table>
<!-- END switch_inline_mode -->