<?php

/* posting_topic_review.html */
class __TwigTemplate_7becad0739df52d3139453b435e302cffdb9f3b281509b762fa75f86ec849ac3 extends Twig_Template
{
    public function __construct(Twig_Environment $env)
    {
        parent::__construct($env);

        $this->parent = false;

        $this->blocks = array(
        );
    }

    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        echo "<script type=\"text/javascript\">
// <![CDATA[
\tbbcodeEnabled = ";
        // line 3
        if (isset($context["S_BBCODE_ALLOWED"])) { $_S_BBCODE_ALLOWED_ = $context["S_BBCODE_ALLOWED"]; } else { $_S_BBCODE_ALLOWED_ = null; }
        echo $_S_BBCODE_ALLOWED_;
        echo ";
// ]]>
</script>

<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
<tr>
\t<th align=\"center\">";
        // line 9
        echo $this->env->getExtension('phpbb')->lang("TOPIC_REVIEW");
        echo " - ";
        if (isset($context["TOPIC_TITLE"])) { $_TOPIC_TITLE_ = $context["TOPIC_TITLE"]; } else { $_TOPIC_TITLE_ = null; }
        echo $_TOPIC_TITLE_;
        echo "</th>
</tr>
<tr>
\t<td class=\"row1\"><div style=\"overflow: auto; width: 100%; height: 300px;\">

\t\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t\t<tr>
\t\t\t<th width=\"22%\">";
        // line 16
        echo $this->env->getExtension('phpbb')->lang("AUTHOR");
        echo "</th>
\t\t\t<th>";
        // line 17
        echo $this->env->getExtension('phpbb')->lang("MESSAGE");
        echo "</th>
\t\t</tr>
\t\t";
        // line 19
        if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "topic_review_row", array()));
        foreach ($context['_seq'] as $context["_key"] => $context["topic_review_row"]) {
            // line 20
            echo "
\t\t\t";
            // line 21
            if (isset($context["posting_topic_review_row_post_details_before"])) { $_posting_topic_review_row_post_details_before_ = $context["posting_topic_review_row_post_details_before"]; } else { $_posting_topic_review_row_post_details_before_ = null; }
            // line 22
            echo "\t\t\t";
            if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
            if (($this->getAttribute($_topic_review_row_, "S_ROW_COUNT", array()) % 2 == 0)) {
                echo "<tr class=\"row1\">";
            } else {
                echo "<tr class=\"row2\">";
            }
            // line 23
            echo "
\t\t\t\t";
            // line 24
            if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
            if ($this->getAttribute($_topic_review_row_, "S_IGNORE_POST", array())) {
                // line 25
                echo "\t\t\t\t<td colspan=\"2\">";
                if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                echo $this->getAttribute($_topic_review_row_, "L_IGNORE_POST", array());
                echo "</td>
\t\t\t\t";
            } else {
                // line 27
                echo "\t\t\t\t<td rowspan=\"2\" align=\"";
                if (isset($context["S_CONTENT_FLOW_BEGIN"])) { $_S_CONTENT_FLOW_BEGIN_ = $context["S_CONTENT_FLOW_BEGIN"]; } else { $_S_CONTENT_FLOW_BEGIN_ = null; }
                echo $_S_CONTENT_FLOW_BEGIN_;
                echo "\" valign=\"top\"><a id=\"pr";
                if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                echo $this->getAttribute($_topic_review_row_, "POST_ID", array());
                echo "\" class=\"anchor\"></a>
\t\t\t\t\t<table width=\"150\" cellspacing=\"0\">
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td align=\"center\"><b class=\"postauthor\"";
                // line 30
                if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                if ($this->getAttribute($_topic_review_row_, "POST_AUTHOR_COLOUR", array())) {
                    echo " style=\"color: ";
                    if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                    echo $this->getAttribute($_topic_review_row_, "POST_AUTHOR_COLOUR", array());
                    echo "\"";
                }
                echo ">";
                if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                echo $this->getAttribute($_topic_review_row_, "POST_AUTHOR", array());
                echo "</b></td>
\t\t\t\t\t</tr>
\t\t\t\t\t</table>
\t\t\t\t</td>
\t\t\t\t<td width=\"100%\">
\t\t\t\t\t<table width=\"100%\" cellspacing=\"0\">
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>&nbsp;</td>
\t\t\t\t\t\t<td class=\"gensmall\" valign=\"middle\" nowrap=\"nowrap\"><b>";
                // line 38
                echo $this->env->getExtension('phpbb')->lang("POST_SUBJECT");
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo "</b>&nbsp;</td>
\t\t\t\t\t\t<td class=\"gensmall\" width=\"100%\" valign=\"middle\">";
                // line 39
                if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                echo $this->getAttribute($_topic_review_row_, "POST_SUBJECT", array());
                echo "</td>
\t\t\t\t\t\t<td valign=\"top\" nowrap=\"nowrap\">&nbsp;";
                // line 40
                if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                if (($this->getAttribute($_topic_review_row_, "POSTER_QUOTE", array()) && $this->getAttribute($_topic_review_row_, "DECODED_MESSAGE", array()))) {
                    echo "<a href=\"#\" onclick=\"addquote(";
                    if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                    echo $this->getAttribute($_topic_review_row_, "POST_ID", array());
                    echo ",'";
                    if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                    echo $this->getAttribute($_topic_review_row_, "POSTER_QUOTE", array());
                    echo "', '";
                    echo addslashes($this->env->getExtension('phpbb')->lang("WROTE"));
                    echo "'); return false;\" class=\"imageset\">";
                    if (isset($context["QUOTE_IMG"])) { $_QUOTE_IMG_ = $context["QUOTE_IMG"]; } else { $_QUOTE_IMG_ = null; }
                    echo $_QUOTE_IMG_;
                    echo "</a>";
                }
                echo "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t</table>
\t\t\t\t</td>
\t\t\t</tr>
\t\t\t";
                // line 45
                if (isset($context["posting_topic_review_row_post_details_after"])) { $_posting_topic_review_row_post_details_after_ = $context["posting_topic_review_row_post_details_after"]; } else { $_posting_topic_review_row_post_details_after_ = null; }
                // line 46
                echo "
\t\t\t";
                // line 47
                if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                if (($this->getAttribute($_topic_review_row_, "S_ROW_COUNT", array()) % 2 == 0)) {
                    echo "<tr class=\"row1\">";
                } else {
                    echo "<tr class=\"row2\">";
                }
                // line 48
                echo "
\t\t\t\t<td valign=\"top\">
\t\t\t\t\t<table width=\"100%\" cellspacing=\"0\">
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td valign=\"top\">
\t\t\t\t\t\t\t<table width=\"100%\" cellspacing=\"0\" cellpadding=\"2\">
\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t";
                // line 56
                if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                if (isset($context["REPORTED_POST_ID"])) { $_REPORTED_POST_ID_ = $context["REPORTED_POST_ID"]; } else { $_REPORTED_POST_ID_ = null; }
                if (($this->getAttribute($_topic_review_row_, "POST_ID", array()) == $_REPORTED_POST_ID_)) {
                    // line 57
                    echo "\t\t\t\t\t\t\t\t\t<table width=\"100%\" cellspacing=\"0\">
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<span class=\"postreported\">";
                    // line 59
                    if (isset($context["REPORTED_IMG"])) { $_REPORTED_IMG_ = $context["REPORTED_IMG"]; } else { $_REPORTED_IMG_ = null; }
                    echo $_REPORTED_IMG_;
                    echo "</span>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t</table>
\t\t\t\t\t\t\t\t\t";
                }
                // line 63
                echo "\t\t\t\t\t\t\t\t\t<div class=\"postbody\">";
                if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                echo $this->getAttribute($_topic_review_row_, "MESSAGE", array());
                echo "</div>

\t\t\t\t\t\t\t\t\t";
                // line 65
                if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                if ($this->getAttribute($_topic_review_row_, "S_HAS_ATTACHMENTS", array())) {
                    // line 66
                    echo "\t\t\t\t\t\t\t\t\t\t<br clear=\"all\" /><br />

\t\t\t\t\t\t\t\t\t\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<td class=\"row3\"><b class=\"genmed\">";
                    // line 70
                    echo $this->env->getExtension('phpbb')->lang("ATTACHMENTS");
                    echo $this->env->getExtension('phpbb')->lang("COLON");
                    echo " </b></td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t";
                    // line 72
                    if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable($this->getAttribute($_topic_review_row_, "attachment", array()));
                    foreach ($context['_seq'] as $context["_key"] => $context["attachment"]) {
                        // line 73
                        echo "\t\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t\t";
                        // line 74
                        if (isset($context["attachment"])) { $_attachment_ = $context["attachment"]; } else { $_attachment_ = null; }
                        if (($this->getAttribute($_attachment_, "S_ROW_COUNT", array()) % 2 == 0)) {
                            echo "<td class=\"row2\">";
                        } else {
                            echo "<td class=\"row1\">";
                        }
                        if (isset($context["attachment"])) { $_attachment_ = $context["attachment"]; } else { $_attachment_ = null; }
                        echo $this->getAttribute($_attachment_, "DISPLAY_ATTACHMENT", array());
                        echo "</td>
\t\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['attachment'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 77
                    echo "\t\t\t\t\t\t\t\t\t\t</table>
\t\t\t\t\t\t\t\t\t";
                }
                // line 79
                echo "
\t\t\t\t\t\t\t\t\t";
                // line 80
                if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                if (($this->getAttribute($_topic_review_row_, "POSTER_QUOTE", array()) && $this->getAttribute($_topic_review_row_, "DECODED_MESSAGE", array()))) {
                    // line 81
                    echo "\t\t\t\t\t\t\t\t\t\t<div id=\"message_";
                    if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                    echo $this->getAttribute($_topic_review_row_, "POST_ID", array());
                    echo "\" style=\"display: none;\">";
                    if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                    echo $this->getAttribute($_topic_review_row_, "DECODED_MESSAGE", array());
                    echo "</div>
\t\t\t\t\t\t\t\t\t";
                }
                // line 83
                echo "\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t</table>
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t<table width=\"100%\" cellspacing=\"0\">
\t\t\t\t\t\t\t<tr valign=\"middle\">
\t\t\t\t\t\t\t\t<td width=\"100%\" align=\"";
                // line 92
                if (isset($context["S_CONTENT_FLOW_BEGIN"])) { $_S_CONTENT_FLOW_BEGIN_ = $context["S_CONTENT_FLOW_BEGIN"]; } else { $_S_CONTENT_FLOW_BEGIN_ = null; }
                echo $_S_CONTENT_FLOW_BEGIN_;
                echo "\"><span class=\"gensmall\">";
                if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                if ($this->getAttribute($_topic_review_row_, "U_MCP_DETAILS", array())) {
                    echo "[ <a href=\"";
                    if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                    echo $this->getAttribute($_topic_review_row_, "U_MCP_DETAILS", array());
                    echo "\">";
                    echo $this->env->getExtension('phpbb')->lang("POST_DETAILS");
                    echo "</a> ]";
                }
                echo "</span></td>
\t\t\t\t\t\t\t\t<td width=\"10\" nowrap=\"nowrap\">";
                // line 93
                if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
                if ($_S_IS_BOT_) {
                    if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                    echo $this->getAttribute($_topic_review_row_, "MINI_POST_IMG", array());
                } else {
                    echo "<a href=\"";
                    if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                    echo $this->getAttribute($_topic_review_row_, "U_MINI_POST", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                    echo $this->getAttribute($_topic_review_row_, "MINI_POST_IMG", array());
                    echo "</a>";
                }
                echo "</td>
\t\t\t\t\t\t\t\t<td class=\"gensmall\" nowrap=\"nowrap\"><b>";
                // line 94
                echo $this->env->getExtension('phpbb')->lang("POSTED");
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo "</b> ";
                if (isset($context["topic_review_row"])) { $_topic_review_row_ = $context["topic_review_row"]; } else { $_topic_review_row_ = null; }
                echo $this->getAttribute($_topic_review_row_, "POST_DATE", array());
                echo "</td>
\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t</table>
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t</table>
\t\t\t\t</td>
\t\t\t\t";
            }
            // line 102
            echo "\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td class=\"spacer\" colspan=\"2\"><img src=\"images/spacer.gif\" alt=\"\" width=\"1\" height=\"1\" /></td>
\t\t\t</tr>
\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['topic_review_row'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 107
        echo "\t\t</table>
\t</div></td>
</tr>
</table>

<br clear=\"all\" />
";
    }

    public function getTemplateName()
    {
        return "posting_topic_review.html";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  320 => 107,  310 => 102,  295 => 94,  279 => 93,  264 => 92,  253 => 83,  243 => 81,  240 => 80,  237 => 79,  233 => 77,  217 => 74,  214 => 73,  209 => 72,  203 => 70,  197 => 66,  194 => 65,  187 => 63,  179 => 59,  175 => 57,  171 => 56,  161 => 48,  154 => 47,  151 => 46,  149 => 45,  127 => 40,  122 => 39,  117 => 38,  97 => 30,  86 => 27,  79 => 25,  76 => 24,  73 => 23,  65 => 22,  63 => 21,  60 => 20,  55 => 19,  50 => 17,  46 => 16,  33 => 9,  23 => 3,  19 => 1,);
    }
}
/* <script type="text/javascript">*/
/* // <![CDATA[*/
/* 	bbcodeEnabled = {S_BBCODE_ALLOWED};*/
/* // ]]>*/
/* </script>*/
/* */
/* <table class="tablebg" width="100%" cellspacing="1">*/
/* <tr>*/
/* 	<th align="center">{L_TOPIC_REVIEW} - {TOPIC_TITLE}</th>*/
/* </tr>*/
/* <tr>*/
/* 	<td class="row1"><div style="overflow: auto; width: 100%; height: 300px;">*/
/* */
/* 		<table class="tablebg" width="100%" cellspacing="1">*/
/* 		<tr>*/
/* 			<th width="22%">{L_AUTHOR}</th>*/
/* 			<th>{L_MESSAGE}</th>*/
/* 		</tr>*/
/* 		<!-- BEGIN topic_review_row -->*/
/* */
/* 			<!-- EVENT posting_topic_review_row_post_details_before -->*/
/* 			<!-- IF topic_review_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->*/
/* */
/* 				<!-- IF topic_review_row.S_IGNORE_POST -->*/
/* 				<td colspan="2">{topic_review_row.L_IGNORE_POST}</td>*/
/* 				<!-- ELSE -->*/
/* 				<td rowspan="2" align="{S_CONTENT_FLOW_BEGIN}" valign="top"><a id="pr{topic_review_row.POST_ID}" class="anchor"></a>*/
/* 					<table width="150" cellspacing="0">*/
/* 					<tr>*/
/* 						<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>*/
/* 					</tr>*/
/* 					</table>*/
/* 				</td>*/
/* 				<td width="100%">*/
/* 					<table width="100%" cellspacing="0">*/
/* 					<tr>*/
/* 						<td>&nbsp;</td>*/
/* 						<td class="gensmall" valign="middle" nowrap="nowrap"><b>{L_POST_SUBJECT}{L_COLON}</b>&nbsp;</td>*/
/* 						<td class="gensmall" width="100%" valign="middle">{topic_review_row.POST_SUBJECT}</td>*/
/* 						<td valign="top" nowrap="nowrap">&nbsp;<!-- 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}', '{LA_WROTE}'); return false;" class="imageset">{QUOTE_IMG}</a><!-- ENDIF --></td>*/
/* 					</tr>*/
/* 					</table>*/
/* 				</td>*/
/* 			</tr>*/
/* 			<!-- EVENT posting_topic_review_row_post_details_after -->*/
/* */
/* 			<!-- IF topic_review_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->*/
/* */
/* 				<td valign="top">*/
/* 					<table width="100%" cellspacing="0">*/
/* 					<tr>*/
/* 						<td valign="top">*/
/* 							<table width="100%" cellspacing="0" cellpadding="2">*/
/* 							<tr>*/
/* 								<td>*/
/* 									<!-- IF topic_review_row.POST_ID == REPORTED_POST_ID -->*/
/* 									<table width="100%" cellspacing="0">*/
/* 										<tr>*/
/* 											<span class="postreported">{REPORTED_IMG}</span>*/
/* 										</tr>*/
/* 									</table>*/
/* 									<!-- ENDIF -->*/
/* 									<div class="postbody">{topic_review_row.MESSAGE}</div>*/
/* */
/* 									<!-- IF topic_review_row.S_HAS_ATTACHMENTS -->*/
/* 										<br clear="all" /><br />*/
/* */
/* 										<table class="tablebg" width="100%" cellspacing="1">*/
/* 										<tr>*/
/* 											<td class="row3"><b class="genmed">{L_ATTACHMENTS}{L_COLON} </b></td>*/
/* 										</tr>*/
/* 										<!-- BEGIN attachment -->*/
/* 											<tr>*/
/* 												<!-- 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>*/
/* 											</tr>*/
/* 										<!-- END attachment -->*/
/* 										</table>*/
/* 									<!-- ENDIF -->*/
/* */
/* 									<!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE -->*/
/* 										<div id="message_{topic_review_row.POST_ID}" style="display: none;">{topic_review_row.DECODED_MESSAGE}</div>*/
/* 									<!-- ENDIF -->*/
/* 								</td>*/
/* 							</tr>*/
/* 							</table>*/
/* 						</td>*/
/* 					</tr>*/
/* 					<tr>*/
/* 						<td>*/
/* 							<table width="100%" cellspacing="0">*/
/* 							<tr valign="middle">*/
/* 								<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>*/
/* 								<td width="10" nowrap="nowrap"><!-- IF S_IS_BOT -->{topic_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{topic_review_row.U_MINI_POST}" class="imageset">{topic_review_row.MINI_POST_IMG}</a><!-- ENDIF --></td>*/
/* 								<td class="gensmall" nowrap="nowrap"><b>{L_POSTED}{L_COLON}</b> {topic_review_row.POST_DATE}</td>*/
/* 							</tr>*/
/* 							</table>*/
/* 						</td>*/
/* 					</tr>*/
/* 					</table>*/
/* 				</td>*/
/* 				<!-- ENDIF -->*/
/* 			</tr>*/
/* 			<tr>*/
/* 				<td class="spacer" colspan="2"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>*/
/* 			</tr>*/
/* 		<!-- END topic_review_row -->*/
/* 		</table>*/
/* 	</div></td>*/
/* </tr>*/
/* </table>*/
/* */
/* <br clear="all" />*/
/* */
