1 |
|
---|
2 | <table class="tablebg" width="100%" cellspacing="1">
|
---|
3 | <tr>
|
---|
4 | <th align="center">{L_TOPIC_REVIEW} - {TOPIC_TITLE}</th>
|
---|
5 | </tr>
|
---|
6 | <tr>
|
---|
7 | <td class="row1"><div style="overflow: auto; width: 100%; height: 300px;">
|
---|
8 |
|
---|
9 | <table class="tablebg" width="100%" cellspacing="1">
|
---|
10 | <tr>
|
---|
11 | <th width="22%">{L_AUTHOR}</th>
|
---|
12 | <th>{L_MESSAGE}</th>
|
---|
13 | </tr>
|
---|
14 | <!-- BEGIN topic_review_row -->
|
---|
15 |
|
---|
16 | <!-- IF topic_review_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
---|
17 |
|
---|
18 | <td rowspan="2" align="{S_CONTENT_FLOW_BEGIN}" valign="top"><a id="pr{topic_review_row.POST_ID}"></a>
|
---|
19 | <table width="150" cellspacing="0">
|
---|
20 | <tr>
|
---|
21 | <td align="center"><b class="postauthor"<!-- IF topic_review_row.POST_AUTHOR_COLOUR --> style="color: {topic_review_row.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{topic_review_row.POST_AUTHOR}</b></td>
|
---|
22 | </tr>
|
---|
23 | </table>
|
---|
24 | </td>
|
---|
25 | <td width="100%">
|
---|
26 | <table width="100%" cellspacing="0">
|
---|
27 | <tr>
|
---|
28 | <td> </td>
|
---|
29 | <td class="gensmall" valign="middle" nowrap="nowrap"><b>{L_POST_SUBJECT}:</b> </td>
|
---|
30 | <td class="gensmall" width="100%" valign="middle">{topic_review_row.POST_SUBJECT}</td>
|
---|
31 | <td valign="top" nowrap="nowrap"> <!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE --><a href="#" onclick="addquote({topic_review_row.POST_ID},'{topic_review_row.POSTER_QUOTE}'); return false;">{QUOTE_IMG}</a><!-- ENDIF --></td>
|
---|
32 | </tr>
|
---|
33 | </table>
|
---|
34 | </td>
|
---|
35 | </tr>
|
---|
36 |
|
---|
37 | <!-- IF topic_review_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
---|
38 |
|
---|
39 | <td valign="top">
|
---|
40 | <table width="100%" cellspacing="0">
|
---|
41 | <tr>
|
---|
42 | <td valign="top">
|
---|
43 | <table width="100%" cellspacing="0" cellpadding="2">
|
---|
44 | <tr>
|
---|
45 | <td>
|
---|
46 | <div class="postbody">{topic_review_row.MESSAGE}</div>
|
---|
47 |
|
---|
48 | <!-- IF topic_review_row.S_HAS_ATTACHMENTS -->
|
---|
49 | <br clear="all" /><br />
|
---|
50 |
|
---|
51 | <table class="tablebg" width="100%" cellspacing="1">
|
---|
52 | <tr>
|
---|
53 | <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
|
---|
54 | </tr>
|
---|
55 | <!-- BEGIN attachment -->
|
---|
56 | <tr>
|
---|
57 | <!-- IF topic_review_row.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{topic_review_row.attachment.DISPLAY_ATTACHMENT}</td>
|
---|
58 | </tr>
|
---|
59 | <!-- END attachment -->
|
---|
60 | </table>
|
---|
61 | <!-- ENDIF -->
|
---|
62 |
|
---|
63 | <!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE -->
|
---|
64 | <div id="message_{topic_review_row.POST_ID}" style="display: none;">{topic_review_row.DECODED_MESSAGE}</div>
|
---|
65 | <!-- ENDIF -->
|
---|
66 | </td>
|
---|
67 | </tr>
|
---|
68 | </table>
|
---|
69 | </td>
|
---|
70 | </tr>
|
---|
71 | <tr>
|
---|
72 | <td>
|
---|
73 | <table width="100%" cellspacing="0">
|
---|
74 | <tr valign="middle">
|
---|
75 | <td width="100%" align="{S_CONTENT_FLOW_BEGIN}"><span class="gensmall"><!-- IF topic_review_row.U_MCP_DETAILS -->[ <a href="{topic_review_row.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --></span></td>
|
---|
76 | <td width="10" nowrap="nowrap"><!-- IF S_IS_BOT -->{topic_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{topic_review_row.U_MINI_POST}">{topic_review_row.MINI_POST_IMG}</a><!-- ENDIF --></td>
|
---|
77 | <td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {topic_review_row.POST_DATE}</td>
|
---|
78 | </tr>
|
---|
79 | </table>
|
---|
80 | </td>
|
---|
81 | </tr>
|
---|
82 | </table>
|
---|
83 | </td>
|
---|
84 | </tr>
|
---|
85 | <tr>
|
---|
86 | <td class="spacer" colspan="2"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
|
---|
87 | </tr>
|
---|
88 | <!-- END topic_review_row -->
|
---|
89 | </table>
|
---|
90 | </div></td>
|
---|
91 | </tr>
|
---|
92 | </table>
|
---|
93 |
|
---|
94 | <br clear="all" />
|
---|