<?php

/* search_results.html */
class __TwigTemplate_a67de1188a06648a78f6a8705dbe7cce39df838e6bcb6e48abf2c2801458e441 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
        $location = "overall_header.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("overall_header.html", "search_results.html", 1)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 2
        echo "
";
        // line 3
        if (isset($context["search_results_header_before"])) { $_search_results_header_before_ = $context["search_results_header_before"]; } else { $_search_results_header_before_ = null; }
        // line 4
        echo "
<form method=\"post\" action=\"";
        // line 5
        if (isset($context["S_SEARCH_ACTION"])) { $_S_SEARCH_ACTION_ = $context["S_SEARCH_ACTION"]; } else { $_S_SEARCH_ACTION_ = null; }
        echo $_S_SEARCH_ACTION_;
        echo "\">

<table width=\"100%\" cellspacing=\"1\">
<tr>
\t<td colspan=\"2\"><span class=\"titles\">";
        // line 9
        if (isset($context["SEARCH_TITLE"])) { $_SEARCH_TITLE_ = $context["SEARCH_TITLE"]; } else { $_SEARCH_TITLE_ = null; }
        if ($_SEARCH_TITLE_) {
            if (isset($context["SEARCH_TITLE"])) { $_SEARCH_TITLE_ = $context["SEARCH_TITLE"]; } else { $_SEARCH_TITLE_ = null; }
            echo $_SEARCH_TITLE_;
        } else {
            if (isset($context["SEARCH_MATCHES"])) { $_SEARCH_MATCHES_ = $context["SEARCH_MATCHES"]; } else { $_SEARCH_MATCHES_ = null; }
            echo $_SEARCH_MATCHES_;
        }
        echo "</span><br /></td>
</tr>
<tr>
\t<td class=\"genmed\">";
        // line 12
        if (isset($context["SEARCH_TOPIC"])) { $_SEARCH_TOPIC_ = $context["SEARCH_TOPIC"]; } else { $_SEARCH_TOPIC_ = null; }
        if ($_SEARCH_TOPIC_) {
            echo $this->env->getExtension('phpbb')->lang("SEARCHED_TOPIC");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo " <a href=\"";
            if (isset($context["U_SEARCH_TOPIC"])) { $_U_SEARCH_TOPIC_ = $context["U_SEARCH_TOPIC"]; } else { $_U_SEARCH_TOPIC_ = null; }
            echo $_U_SEARCH_TOPIC_;
            echo "\"><b>";
            if (isset($context["SEARCH_TOPIC"])) { $_SEARCH_TOPIC_ = $context["SEARCH_TOPIC"]; } else { $_SEARCH_TOPIC_ = null; }
            echo $_SEARCH_TOPIC_;
            echo "</b></a><br />";
        }
        if (isset($context["SEARCH_WORDS"])) { $_SEARCH_WORDS_ = $context["SEARCH_WORDS"]; } else { $_SEARCH_WORDS_ = null; }
        if ($_SEARCH_WORDS_) {
            echo $this->env->getExtension('phpbb')->lang("SEARCHED_FOR");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo " <a href=\"";
            if (isset($context["U_SEARCH_WORDS"])) { $_U_SEARCH_WORDS_ = $context["U_SEARCH_WORDS"]; } else { $_U_SEARCH_WORDS_ = null; }
            echo $_U_SEARCH_WORDS_;
            echo "\"><b>";
            if (isset($context["SEARCH_WORDS"])) { $_SEARCH_WORDS_ = $context["SEARCH_WORDS"]; } else { $_SEARCH_WORDS_ = null; }
            echo $_SEARCH_WORDS_;
            echo "</b></a>";
        }
        if (isset($context["IGNORED_WORDS"])) { $_IGNORED_WORDS_ = $context["IGNORED_WORDS"]; } else { $_IGNORED_WORDS_ = null; }
        if ($_IGNORED_WORDS_) {
            echo " ";
            echo $this->env->getExtension('phpbb')->lang("IGNORED_TERMS");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo " <b>";
            if (isset($context["IGNORED_WORDS"])) { $_IGNORED_WORDS_ = $context["IGNORED_WORDS"]; } else { $_IGNORED_WORDS_ = null; }
            echo $_IGNORED_WORDS_;
            echo "</b>";
        }
        echo "</td>
\t<td align=\"";
        // line 13
        if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
        echo $_S_CONTENT_FLOW_END_;
        echo "\">";
        if (isset($context["search_results_searchbox_after"])) { $_search_results_searchbox_after_ = $context["search_results_searchbox_after"]; } else { $_search_results_searchbox_after_ = null; }
        if (isset($context["SEARCH_IN_RESULTS"])) { $_SEARCH_IN_RESULTS_ = $context["SEARCH_IN_RESULTS"]; } else { $_SEARCH_IN_RESULTS_ = null; }
        if ($_SEARCH_IN_RESULTS_) {
            echo "<span class=\"genmed\">";
            echo $this->env->getExtension('phpbb')->lang("SEARCH_IN_RESULTS");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo " </span><input class=\"post\" type=\"text\" name=\"add_keywords\" value=\"\" /> <input class=\"btnlite\" type=\"submit\" name=\"submit\" value=\"";
            echo $this->env->getExtension('phpbb')->lang("GO");
            echo "\" />";
        }
        echo "</td>
</tr>
</table>

";
        // line 17
        if (isset($context["search_results_header_after"])) { $_search_results_header_after_ = $context["search_results_header_after"]; } else { $_search_results_header_after_ = null; }
        // line 18
        echo "
<br clear=\"all\" />

";
        // line 21
        if (isset($context["S_SHOW_TOPICS"])) { $_S_SHOW_TOPICS_ = $context["S_SHOW_TOPICS"]; } else { $_S_SHOW_TOPICS_ = null; }
        if ($_S_SHOW_TOPICS_) {
            // line 22
            echo "
\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t<tr>
\t\t<th width=\"4%\" nowrap=\"nowrap\">&nbsp;</th>
\t\t<th colspan=\"2\" nowrap=\"nowrap\">&nbsp;";
            // line 26
            echo $this->env->getExtension('phpbb')->lang("TOPICS");
            echo "&nbsp;</th>
\t\t<th nowrap=\"nowrap\">&nbsp;";
            // line 27
            echo $this->env->getExtension('phpbb')->lang("AUTHOR");
            echo "&nbsp;</th>
\t\t<th nowrap=\"nowrap\">&nbsp;";
            // line 28
            echo $this->env->getExtension('phpbb')->lang("REPLIES");
            echo "&nbsp;</th>
\t\t<th nowrap=\"nowrap\">&nbsp;";
            // line 29
            echo $this->env->getExtension('phpbb')->lang("VIEWS");
            echo "&nbsp;</th>
\t\t<th nowrap=\"nowrap\">&nbsp;";
            // line 30
            echo $this->env->getExtension('phpbb')->lang("LAST_POST");
            echo "&nbsp;</th>
\t</tr>
\t";
            // line 32
            if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "searchresults", array()));
            $context['_iterated'] = false;
            foreach ($context['_seq'] as $context["_key"] => $context["searchresults"]) {
                // line 33
                echo "\t\t";
                if (isset($context["search_results_topic_before"])) { $_search_results_topic_before_ = $context["search_results_topic_before"]; } else { $_search_results_topic_before_ = null; }
                // line 34
                echo "\t\t<tr valign=\"middle\">
\t\t\t<td class=\"row1\" width=\"25\" align=\"center\">";
                // line 35
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                echo $this->getAttribute($_searchresults_, "TOPIC_FOLDER_IMG", array());
                echo "</td>
\t\t\t<td class=\"row1\" width=\"25\" align=\"center\">
\t\t\t";
                // line 37
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                if ($this->getAttribute($_searchresults_, "TOPIC_ICON_IMG", array())) {
                    // line 38
                    echo "\t\t\t\t<img src=\"";
                    if (isset($context["T_ICONS_PATH"])) { $_T_ICONS_PATH_ = $context["T_ICONS_PATH"]; } else { $_T_ICONS_PATH_ = null; }
                    echo $_T_ICONS_PATH_;
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "TOPIC_ICON_IMG", array());
                    echo "\" width=\"";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "TOPIC_ICON_IMG_WIDTH", array());
                    echo "\" height=\"";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "TOPIC_ICON_IMG_HEIGHT", array());
                    echo "\" alt=\"\" title=\"\" />
\t\t\t";
                }
                // line 40
                echo "\t\t\t</td>
\t\t\t<td class=\"row1\">
\t\t\t\t";
                // line 42
                if (isset($context["topiclist_row_prepend"])) { $_topiclist_row_prepend_ = $context["topiclist_row_prepend"]; } else { $_topiclist_row_prepend_ = null; }
                // line 43
                echo "\t\t\t\t";
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                if ($this->getAttribute($_searchresults_, "S_UNREAD_TOPIC", array())) {
                    echo "<a href=\"";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "U_NEWEST_POST", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["NEWEST_POST_IMG"])) { $_NEWEST_POST_IMG_ = $context["NEWEST_POST_IMG"]; } else { $_NEWEST_POST_IMG_ = null; }
                    echo $_NEWEST_POST_IMG_;
                    echo "</a>";
                }
                // line 44
                echo "\t\t\t\t";
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                echo $this->getAttribute($_searchresults_, "ATTACH_ICON_IMG", array());
                echo " <a href=\"";
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                echo $this->getAttribute($_searchresults_, "U_VIEW_TOPIC", array());
                echo "\" class=\"topictitle\">";
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                echo $this->getAttribute($_searchresults_, "TOPIC_TITLE", array());
                echo "</a>
\t\t\t\t";
                // line 45
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                if (($this->getAttribute($_searchresults_, "S_TOPIC_UNAPPROVED", array()) || $this->getAttribute($_searchresults_, "S_POSTS_UNAPPROVED", array()))) {
                    // line 46
                    echo "\t\t\t\t\t<a href=\"";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "U_MCP_QUEUE", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "UNAPPROVED_IMG", array());
                    echo "</a>&nbsp;
\t\t\t\t";
                }
                // line 48
                echo "\t\t\t\t";
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                if ($this->getAttribute($_searchresults_, "S_TOPIC_DELETED", array())) {
                    // line 49
                    echo "\t\t\t\t\t<a href=\"";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "U_MCP_QUEUE", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["DELETED_IMG"])) { $_DELETED_IMG_ = $context["DELETED_IMG"]; } else { $_DELETED_IMG_ = null; }
                    echo $_DELETED_IMG_;
                    echo "</a>&nbsp;
\t\t\t\t";
                }
                // line 51
                echo "\t\t\t\t";
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                if ($this->getAttribute($_searchresults_, "S_TOPIC_REPORTED", array())) {
                    // line 52
                    echo "\t\t\t\t\t<a href=\"";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "U_MCP_REPORT", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["REPORTED_IMG"])) { $_REPORTED_IMG_ = $context["REPORTED_IMG"]; } else { $_REPORTED_IMG_ = null; }
                    echo $_REPORTED_IMG_;
                    echo "</a>&nbsp;
\t\t\t\t";
                }
                // line 54
                echo "\t\t\t\t";
                if (isset($context["topiclist_row_topic_title_after"])) { $_topiclist_row_topic_title_after_ = $context["topiclist_row_topic_title_after"]; } else { $_topiclist_row_topic_title_after_ = null; }
                // line 55
                echo "\t\t\t\t";
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                if (twig_length_filter($this->env, $this->getAttribute($_searchresults_, "pagination", array()))) {
                    // line 56
                    echo "\t\t\t\t\t<p class=\"gensmall\"> [ ";
                    if (isset($context["GOTO_PAGE_IMG"])) { $_GOTO_PAGE_IMG_ = $context["GOTO_PAGE_IMG"]; } else { $_GOTO_PAGE_IMG_ = null; }
                    echo $_GOTO_PAGE_IMG_;
                    echo $this->env->getExtension('phpbb')->lang("GOTO_PAGE");
                    echo $this->env->getExtension('phpbb')->lang("COLON");
                    echo " 
\t\t\t\t\t";
                    // line 57
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable($this->getAttribute($_searchresults_, "pagination", array()));
                    foreach ($context['_seq'] as $context["_key"] => $context["pagination"]) {
                        // line 58
                        echo "\t\t\t\t\t\t";
                        if (isset($context["pagination"])) { $_pagination_ = $context["pagination"]; } else { $_pagination_ = null; }
                        if ($this->getAttribute($_pagination_, "S_IS_PREV", array())) {
                            // line 59
                            echo "\t\t\t\t\t\t";
                        } elseif ($this->getAttribute($_pagination_, "S_IS_CURRENT", array())) {
                            echo "<strong>";
                            if (isset($context["pagination"])) { $_pagination_ = $context["pagination"]; } else { $_pagination_ = null; }
                            echo $this->getAttribute($_pagination_, "PAGE_NUMBER", array());
                            echo "</strong>
\t\t\t\t\t\t";
                        } elseif ($this->getAttribute($_pagination_, "S_IS_ELLIPSIS", array())) {
                            // line 60
                            echo " ";
                            echo $this->env->getExtension('phpbb')->lang("ELLIPSIS");
                            echo " 
\t\t\t\t\t\t";
                        } elseif ($this->getAttribute($_pagination_, "S_IS_NEXT", array())) {
                            // line 62
                            echo "\t\t\t\t\t\t";
                        } else {
                            echo "<a href=\"";
                            if (isset($context["pagination"])) { $_pagination_ = $context["pagination"]; } else { $_pagination_ = null; }
                            echo $this->getAttribute($_pagination_, "PAGE_URL", array());
                            echo "\">";
                            if (isset($context["pagination"])) { $_pagination_ = $context["pagination"]; } else { $_pagination_ = null; }
                            echo $this->getAttribute($_pagination_, "PAGE_NUMBER", array());
                            echo "</a>
\t\t\t\t\t\t";
                        }
                        // line 64
                        echo "\t\t\t\t\t";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['pagination'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 65
                    echo "\t\t\t\t\t] </p>
\t\t\t\t";
                }
                // line 67
                echo "\t\t\t\t<p class=\"gensmall\">";
                echo $this->env->getExtension('phpbb')->lang("IN");
                echo " <a href=\"";
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                echo $this->getAttribute($_searchresults_, "U_VIEW_FORUM", array());
                echo "\">";
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                echo $this->getAttribute($_searchresults_, "FORUM_TITLE", array());
                echo "</a></p>
\t\t\t\t";
                // line 68
                if (isset($context["topiclist_row_append"])) { $_topiclist_row_append_ = $context["topiclist_row_append"]; } else { $_topiclist_row_append_ = null; }
                // line 69
                echo "\t\t\t</td>
\t\t\t<td class=\"row2\" width=\"100\" align=\"center\"><p class=\"topicauthor\">";
                // line 70
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                echo $this->getAttribute($_searchresults_, "TOPIC_AUTHOR_FULL", array());
                echo "</p></td>
\t\t\t<td class=\"row1\" width=\"50\" align=\"center\"><p class=\"topicdetails\">";
                // line 71
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                echo $this->getAttribute($_searchresults_, "TOPIC_REPLIES", array());
                echo "</p></td>
\t\t\t<td class=\"row2\" width=\"50\" align=\"center\"><p class=\"topicdetails\">";
                // line 72
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                echo $this->getAttribute($_searchresults_, "TOPIC_VIEWS", array());
                echo "</p></td>
\t\t\t<td class=\"row1\" width=\"120\" align=\"center\">
\t\t\t\t<p class=\"topicdetails\">";
                // line 74
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                echo $this->getAttribute($_searchresults_, "LAST_POST_TIME", array());
                echo "</p>
\t\t\t\t<p class=\"topicdetails\">";
                // line 75
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                echo $this->getAttribute($_searchresults_, "LAST_POST_AUTHOR_FULL", array());
                echo "
\t\t\t\t\t<a href=\"";
                // line 76
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                echo $this->getAttribute($_searchresults_, "U_LAST_POST", array());
                echo "\" class=\"imageset\">";
                if (isset($context["LAST_POST_IMG"])) { $_LAST_POST_IMG_ = $context["LAST_POST_IMG"]; } else { $_LAST_POST_IMG_ = null; }
                echo $_LAST_POST_IMG_;
                echo "</a>
\t\t\t\t</p>
\t\t\t</td>
\t\t</tr>
\t\t";
                // line 80
                if (isset($context["search_results_topic_after"])) { $_search_results_topic_after_ = $context["search_results_topic_after"]; } else { $_search_results_topic_after_ = null; }
                // line 81
                echo "\t";
                $context['_iterated'] = true;
            }
            if (!$context['_iterated']) {
                // line 82
                echo "\t\t<tr valign=\"middle\">
\t\t\t<td colspan=\"7\" class=\"row3\" align=\"center\">";
                // line 83
                echo $this->env->getExtension('phpbb')->lang("NO_SEARCH_RESULTS");
                echo "</td>
\t\t</tr>
\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['searchresults'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 86
            echo "\t<tr>
\t\t<td class=\"cat\" colspan=\"7\" valign=\"middle\" align=\"center\">";
            // line 87
            if (isset($context["S_SELECT_SORT_DAYS"])) { $_S_SELECT_SORT_DAYS_ = $context["S_SELECT_SORT_DAYS"]; } else { $_S_SELECT_SORT_DAYS_ = null; }
            if (isset($context["S_SELECT_SORT_KEY"])) { $_S_SELECT_SORT_KEY_ = $context["S_SELECT_SORT_KEY"]; } else { $_S_SELECT_SORT_KEY_ = null; }
            if (($_S_SELECT_SORT_DAYS_ || $_S_SELECT_SORT_KEY_)) {
                echo "<span class=\"gensmall\">";
                echo $this->env->getExtension('phpbb')->lang("DISPLAY_POSTS");
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo "</span> ";
                if (isset($context["S_SELECT_SORT_DAYS"])) { $_S_SELECT_SORT_DAYS_ = $context["S_SELECT_SORT_DAYS"]; } else { $_S_SELECT_SORT_DAYS_ = null; }
                echo $_S_SELECT_SORT_DAYS_;
                if (isset($context["S_SELECT_SORT_KEY"])) { $_S_SELECT_SORT_KEY_ = $context["S_SELECT_SORT_KEY"]; } else { $_S_SELECT_SORT_KEY_ = null; }
                if ($_S_SELECT_SORT_KEY_) {
                    echo "&nbsp;<span class=\"gensmall\">";
                    echo $this->env->getExtension('phpbb')->lang("SORT_BY");
                    echo $this->env->getExtension('phpbb')->lang("COLON");
                    echo "</span> ";
                    if (isset($context["S_SELECT_SORT_KEY"])) { $_S_SELECT_SORT_KEY_ = $context["S_SELECT_SORT_KEY"]; } else { $_S_SELECT_SORT_KEY_ = null; }
                    echo $_S_SELECT_SORT_KEY_;
                    echo " ";
                    if (isset($context["S_SELECT_SORT_DIR"])) { $_S_SELECT_SORT_DIR_ = $context["S_SELECT_SORT_DIR"]; } else { $_S_SELECT_SORT_DIR_ = null; }
                    echo $_S_SELECT_SORT_DIR_;
                }
                echo "&nbsp;<input class=\"btnlite\" type=\"submit\" value=\"";
                echo $this->env->getExtension('phpbb')->lang("GO");
                echo "\" name=\"sort\" />";
            }
            echo "</td>
\t</tr>
\t</table>

";
        } else {
            // line 92
            echo "
\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t<tr>
\t\t<th width=\"150\" nowrap=\"nowrap\">";
            // line 95
            echo $this->env->getExtension('phpbb')->lang("AUTHOR");
            echo "</th>
\t\t<th width=\"100%\" nowrap=\"nowrap\">";
            // line 96
            echo $this->env->getExtension('phpbb')->lang("MESSAGE");
            echo "</th>
\t</tr>

\t";
            // line 99
            if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "searchresults", array()));
            $context['_iterated'] = false;
            foreach ($context['_seq'] as $context["_key"] => $context["searchresults"]) {
                // line 100
                echo "\t\t<tr class=\"row2\">
\t\t";
                // line 101
                if (isset($context["search_results_post_before"])) { $_search_results_post_before_ = $context["search_results_post_before"]; } else { $_search_results_post_before_ = null; }
                // line 102
                echo "\t\t";
                if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                if ($this->getAttribute($_searchresults_, "S_IGNORE_POST", array())) {
                    // line 103
                    echo "\t\t\t<td class=\"gensmall\" colspan=\"2\" height=\"25\" align=\"center\">";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "L_IGNORE_POST", array());
                    echo "</td>
\t\t";
                } else {
                    // line 105
                    echo "\t\t\t\t<td colspan=\"2\" height=\"25\"><p class=\"topictitle\"><a name=\"p";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "POST_ID", array());
                    echo "\" id=\"p";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "POST_ID", array());
                    echo "\" class=\"anchor\"></a>&nbsp;";
                    echo $this->env->getExtension('phpbb')->lang("FORUM");
                    echo $this->env->getExtension('phpbb')->lang("COLON");
                    echo " <a href=\"";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "U_VIEW_FORUM", array());
                    echo "\">";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "FORUM_TITLE", array());
                    echo "</a> &nbsp; ";
                    echo $this->env->getExtension('phpbb')->lang("TOPIC");
                    echo $this->env->getExtension('phpbb')->lang("COLON");
                    echo " <a href=\"";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "U_VIEW_TOPIC", array());
                    echo "\">";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "TOPIC_TITLE", array());
                    echo "</a> </p></td>
\t\t\t</tr>
\t\t\t<tr class=\"row1\">
\t\t\t\t<td width=\"150\" align=\"center\" valign=\"middle\"><b class=\"postauthor\">";
                    // line 108
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "POST_AUTHOR_FULL", array());
                    echo "</b></td>
\t\t\t\t<td height=\"25\">
\t\t\t\t\t<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td class=\"gensmall\">
\t\t\t\t\t\t\t<div style=\"float: ";
                    // line 113
                    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 ";\">
\t\t\t\t\t\t\t";
                    // line 114
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    if (($this->getAttribute($_searchresults_, "POST_SUBJECT", array()) != "")) {
                        // line 115
                        echo "\t\t\t\t\t\t\t\t&nbsp;<b>";
                        echo $this->env->getExtension('phpbb')->lang("POST_SUBJECT");
                        echo $this->env->getExtension('phpbb')->lang("COLON");
                        echo "</b> <a href=\"";
                        if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                        echo $this->getAttribute($_searchresults_, "U_VIEW_POST", array());
                        echo "\">";
                        if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                        echo $this->getAttribute($_searchresults_, "POST_SUBJECT", array());
                        echo "</a>
\t\t\t\t\t\t\t";
                    } else {
                        // line 117
                        echo "\t\t\t\t\t\t\t\t[ <a href=\"";
                        if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                        echo $this->getAttribute($_searchresults_, "U_VIEW_POST", array());
                        echo "\">";
                        echo $this->env->getExtension('phpbb')->lang("JUMP_TO_POST");
                        echo "</a> ]
\t\t\t\t\t\t\t";
                    }
                    // line 119
                    echo "\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div style=\"float: ";
                    // line 120
                    if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
                    echo $_S_CONTENT_FLOW_END_;
                    echo ";\"><b>";
                    echo $this->env->getExtension('phpbb')->lang("POSTED");
                    echo $this->env->getExtension('phpbb')->lang("COLON");
                    echo "</b> ";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "POST_DATE", array());
                    echo "&nbsp;</div>
\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</tr>
\t\t\t<tr class=\"row1\">
\t\t\t\t<td width=\"150\" align=\"center\" valign=\"top\"><br /><span class=\"postdetails\">";
                    // line 127
                    echo $this->env->getExtension('phpbb')->lang("REPLIES");
                    echo $this->env->getExtension('phpbb')->lang("COLON");
                    echo " <b>";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "TOPIC_REPLIES", array());
                    echo "</b><br />";
                    echo $this->env->getExtension('phpbb')->lang("VIEWS");
                    echo $this->env->getExtension('phpbb')->lang("COLON");
                    echo " <b>";
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "TOPIC_VIEWS", array());
                    echo "</b></span><br /><br /></td>
\t\t\t\t<td valign=\"top\">
\t\t\t\t\t<table width=\"100%\" cellspacing=\"5\">
\t\t\t\t\t<tr>
\t\t\t\t\t\t<td class=\"postbody\">";
                    // line 131
                    if (isset($context["searchresults"])) { $_searchresults_ = $context["searchresults"]; } else { $_searchresults_ = null; }
                    echo $this->getAttribute($_searchresults_, "MESSAGE", array());
                    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";
                }
                // line 137
                echo "\t\t";
                if (isset($context["search_results_post_after"])) { $_search_results_post_after_ = $context["search_results_post_after"]; } else { $_search_results_post_after_ = null; }
                // line 138
                echo "\t\t<tr>
\t\t\t<td class=\"spacer\" colspan=\"2\"><img src=\"images/spacer.gif\" height=\"1\" alt=\"\" /></td>
\t\t</tr>
\t";
                $context['_iterated'] = true;
            }
            if (!$context['_iterated']) {
                // line 142
                echo "\t\t<tr valign=\"middle\">
\t\t\t<td colspan=\"2\" class=\"row3\" align=\"center\">";
                // line 143
                echo $this->env->getExtension('phpbb')->lang("NO_SEARCH_RESULTS");
                echo "</td>
\t\t</tr>
\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['searchresults'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 146
            echo "\t<tr>
\t\t<td class=\"cat\" colspan=\"2\" align=\"center\">";
            // line 147
            if (isset($context["S_SELECT_SORT_KEY"])) { $_S_SELECT_SORT_KEY_ = $context["S_SELECT_SORT_KEY"]; } else { $_S_SELECT_SORT_KEY_ = null; }
            if ($_S_SELECT_SORT_KEY_) {
                echo "<span class=\"gensmall\">";
                echo $this->env->getExtension('phpbb')->lang("SORT_BY");
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo "</span> ";
                if (isset($context["S_SELECT_SORT_KEY"])) { $_S_SELECT_SORT_KEY_ = $context["S_SELECT_SORT_KEY"]; } else { $_S_SELECT_SORT_KEY_ = null; }
                echo $_S_SELECT_SORT_KEY_;
                echo " ";
                if (isset($context["S_SELECT_SORT_DIR"])) { $_S_SELECT_SORT_DIR_ = $context["S_SELECT_SORT_DIR"]; } else { $_S_SELECT_SORT_DIR_ = null; }
                echo $_S_SELECT_SORT_DIR_;
                echo "&nbsp;<input class=\"btnlite\" type=\"submit\" name=\"sort\" value=\"";
                echo $this->env->getExtension('phpbb')->lang("GO");
                echo "\" />";
            }
            echo "</td>
\t</tr>
\t</table>
";
        }
        // line 151
        echo "
</form>

<div class=\"gensmall\" style=\"float: ";
        // line 154
        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=\"nav\">";
        if (isset($context["PAGE_NUMBER"])) { $_PAGE_NUMBER_ = $context["PAGE_NUMBER"]; } else { $_PAGE_NUMBER_ = null; }
        echo $_PAGE_NUMBER_;
        echo "</span> [ ";
        if (isset($context["SEARCH_MATCHES"])) { $_SEARCH_MATCHES_ = $context["SEARCH_MATCHES"]; } else { $_SEARCH_MATCHES_ = null; }
        echo $_SEARCH_MATCHES_;
        echo " ]</div>
<div class=\"nav\" style=\"float: ";
        // line 155
        if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
        echo $_S_CONTENT_FLOW_END_;
        echo ";\">";
        $location = "pagination.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("pagination.html", "search_results.html", 155)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        echo "</div>

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

";
        // line 159
        $location = "breadcrumbs.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("breadcrumbs.html", "search_results.html", 159)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 160
        echo "
<br clear=\"all\" />

<div align=\"";
        // line 163
        if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
        echo $_S_CONTENT_FLOW_END_;
        echo "\">";
        $location = "jumpbox.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("jumpbox.html", "search_results.html", 163)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        echo "</div>

";
        // line 165
        $location = "overall_footer.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("overall_footer.html", "search_results.html", 165)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  698 => 165,  680 => 163,  675 => 160,  663 => 159,  643 => 155,  632 => 154,  627 => 151,  606 => 147,  603 => 146,  594 => 143,  591 => 142,  583 => 138,  580 => 137,  570 => 131,  553 => 127,  536 => 120,  533 => 119,  524 => 117,  511 => 115,  508 => 114,  503 => 113,  494 => 108,  465 => 105,  458 => 103,  454 => 102,  452 => 101,  449 => 100,  443 => 99,  437 => 96,  433 => 95,  428 => 92,  396 => 87,  393 => 86,  384 => 83,  381 => 82,  376 => 81,  374 => 80,  363 => 76,  358 => 75,  353 => 74,  347 => 72,  342 => 71,  337 => 70,  334 => 69,  332 => 68,  321 => 67,  317 => 65,  311 => 64,  299 => 62,  293 => 60,  284 => 59,  280 => 58,  275 => 57,  267 => 56,  263 => 55,  260 => 54,  250 => 52,  246 => 51,  236 => 49,  232 => 48,  222 => 46,  219 => 45,  207 => 44,  195 => 43,  193 => 42,  189 => 40,  174 => 38,  171 => 37,  165 => 35,  162 => 34,  159 => 33,  153 => 32,  148 => 30,  144 => 29,  140 => 28,  136 => 27,  132 => 26,  126 => 22,  123 => 21,  118 => 18,  116 => 17,  97 => 13,  60 => 12,  47 => 9,  39 => 5,  36 => 4,  34 => 3,  31 => 2,  19 => 1,);
    }
}
/* <!-- INCLUDE overall_header.html -->*/
/* */
/* <!-- EVENT search_results_header_before -->*/
/* */
/* <form method="post" action="{S_SEARCH_ACTION}">*/
/* */
/* <table width="100%" cellspacing="1">*/
/* <tr>*/
/* 	<td colspan="2"><span class="titles"><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE -->{SEARCH_MATCHES}<!-- ENDIF --></span><br /></td>*/
/* </tr>*/
/* <tr>*/
/* 	<td class="genmed"><!-- IF SEARCH_TOPIC -->{L_SEARCHED_TOPIC}{L_COLON} <a href="{U_SEARCH_TOPIC}"><b>{SEARCH_TOPIC}</b></a><br /><!-- ENDIF --><!-- IF SEARCH_WORDS -->{L_SEARCHED_FOR}{L_COLON} <a href="{U_SEARCH_WORDS}"><b>{SEARCH_WORDS}</b></a><!-- ENDIF --><!-- IF IGNORED_WORDS --> {L_IGNORED_TERMS}{L_COLON} <b>{IGNORED_WORDS}</b><!-- ENDIF --></td>*/
/* 	<td align="{S_CONTENT_FLOW_END}"><!-- EVENT search_results_searchbox_after --><!-- IF SEARCH_IN_RESULTS --><span class="genmed">{L_SEARCH_IN_RESULTS}{L_COLON} </span><input class="post" type="text" name="add_keywords" value="" /> <input class="btnlite" type="submit" name="submit" value="{L_GO}" /><!-- ENDIF --></td>*/
/* </tr>*/
/* </table>*/
/* */
/* <!-- EVENT search_results_header_after -->*/
/* */
/* <br clear="all" />*/
/* */
/* <!-- IF S_SHOW_TOPICS -->*/
/* */
/* 	<table class="tablebg" width="100%" cellspacing="1">*/
/* 	<tr>*/
/* 		<th width="4%" nowrap="nowrap">&nbsp;</th>*/
/* 		<th colspan="2" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>*/
/* 		<th nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>*/
/* 		<th nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>*/
/* 		<th nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>*/
/* 		<th nowrap="nowrap">&nbsp;{L_LAST_POST}&nbsp;</th>*/
/* 	</tr>*/
/* 	<!-- BEGIN searchresults -->*/
/* 		<!-- EVENT search_results_topic_before -->*/
/* 		<tr valign="middle">*/
/* 			<td class="row1" width="25" align="center">{searchresults.TOPIC_FOLDER_IMG}</td>*/
/* 			<td class="row1" width="25" align="center">*/
/* 			<!-- IF searchresults.TOPIC_ICON_IMG -->*/
/* 				<img src="{T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}" width="{searchresults.TOPIC_ICON_IMG_WIDTH}" height="{searchresults.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" />*/
/* 			<!-- ENDIF -->*/
/* 			</td>*/
/* 			<td class="row1">*/
/* 				<!-- EVENT topiclist_row_prepend -->*/
/* 				<!-- IF searchresults.S_UNREAD_TOPIC --><a href="{searchresults.U_NEWEST_POST}" class="imageset">{NEWEST_POST_IMG}</a><!-- ENDIF -->*/
/* 				{searchresults.ATTACH_ICON_IMG} <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a>*/
/* 				<!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED -->*/
/* 					<a href="{searchresults.U_MCP_QUEUE}" class="imageset">{searchresults.UNAPPROVED_IMG}</a>&nbsp;*/
/* 				<!-- ENDIF -->*/
/* 				<!-- IF searchresults.S_TOPIC_DELETED -->*/
/* 					<a href="{searchresults.U_MCP_QUEUE}" class="imageset">{DELETED_IMG}</a>&nbsp;*/
/* 				<!-- ENDIF -->*/
/* 				<!-- IF searchresults.S_TOPIC_REPORTED -->*/
/* 					<a href="{searchresults.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a>&nbsp;*/
/* 				<!-- ENDIF -->*/
/* 				<!-- EVENT topiclist_row_topic_title_after -->*/
/* 				<!-- IF .searchresults.pagination -->*/
/* 					<p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} */
/* 					<!-- BEGIN pagination -->*/
/* 						<!-- IF searchresults.pagination.S_IS_PREV -->*/
/* 						<!-- ELSEIF searchresults.pagination.S_IS_CURRENT --><strong>{searchresults.pagination.PAGE_NUMBER}</strong>*/
/* 						<!-- ELSEIF searchresults.pagination.S_IS_ELLIPSIS --> {L_ELLIPSIS} */
/* 						<!-- ELSEIF searchresults.pagination.S_IS_NEXT -->*/
/* 						<!-- ELSE --><a href="{searchresults.pagination.PAGE_URL}">{searchresults.pagination.PAGE_NUMBER}</a>*/
/* 						<!-- ENDIF -->*/
/* 					<!-- END pagination -->*/
/* 					] </p>*/
/* 				<!-- ENDIF -->*/
/* 				<p class="gensmall">{L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></p>*/
/* 				<!-- EVENT topiclist_row_append -->*/
/* 			</td>*/
/* 			<td class="row2" width="100" align="center"><p class="topicauthor">{searchresults.TOPIC_AUTHOR_FULL}</p></td>*/
/* 			<td class="row1" width="50" align="center"><p class="topicdetails">{searchresults.TOPIC_REPLIES}</p></td>*/
/* 			<td class="row2" width="50" align="center"><p class="topicdetails">{searchresults.TOPIC_VIEWS}</p></td>*/
/* 			<td class="row1" width="120" align="center">*/
/* 				<p class="topicdetails">{searchresults.LAST_POST_TIME}</p>*/
/* 				<p class="topicdetails">{searchresults.LAST_POST_AUTHOR_FULL}*/
/* 					<a href="{searchresults.U_LAST_POST}" class="imageset">{LAST_POST_IMG}</a>*/
/* 				</p>*/
/* 			</td>*/
/* 		</tr>*/
/* 		<!-- EVENT search_results_topic_after -->*/
/* 	<!-- BEGINELSE -->*/
/* 		<tr valign="middle">*/
/* 			<td colspan="7" class="row3" align="center">{L_NO_SEARCH_RESULTS}</td>*/
/* 		</tr>*/
/* 	<!-- END searchresults -->*/
/* 	<tr>*/
/* 		<td class="cat" colspan="7" valign="middle" align="center"><!-- IF S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY --><span class="gensmall">{L_DISPLAY_POSTS}{L_COLON}</span> {S_SELECT_SORT_DAYS}<!-- IF S_SELECT_SORT_KEY -->&nbsp;<span class="gensmall">{L_SORT_BY}{L_COLON}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}<!-- ENDIF -->&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /><!-- ENDIF --></td>*/
/* 	</tr>*/
/* 	</table>*/
/* */
/* <!-- ELSE -->*/
/* */
/* 	<table class="tablebg" width="100%" cellspacing="1">*/
/* 	<tr>*/
/* 		<th width="150" nowrap="nowrap">{L_AUTHOR}</th>*/
/* 		<th width="100%" nowrap="nowrap">{L_MESSAGE}</th>*/
/* 	</tr>*/
/* */
/* 	<!-- BEGIN searchresults -->*/
/* 		<tr class="row2">*/
/* 		<!-- EVENT search_results_post_before -->*/
/* 		<!-- IF searchresults.S_IGNORE_POST -->*/
/* 			<td class="gensmall" colspan="2" height="25" align="center">{searchresults.L_IGNORE_POST}</td>*/
/* 		<!-- ELSE -->*/
/* 				<td colspan="2" height="25"><p class="topictitle"><a name="p{searchresults.POST_ID}" id="p{searchresults.POST_ID}" class="anchor"></a>&nbsp;{L_FORUM}{L_COLON} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a> &nbsp; {L_TOPIC}{L_COLON} <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a> </p></td>*/
/* 			</tr>*/
/* 			<tr class="row1">*/
/* 				<td width="150" align="center" valign="middle"><b class="postauthor">{searchresults.POST_AUTHOR_FULL}</b></td>*/
/* 				<td height="25">*/
/* 					<table width="100%" cellspacing="0" cellpadding="0" border="0">*/
/* 					<tr>*/
/* 						<td class="gensmall">*/
/* 							<div style="float: {S_CONTENT_FLOW_BEGIN};">*/
/* 							<!-- IF searchresults.POST_SUBJECT neq "" -->*/
/* 								&nbsp;<b>{L_POST_SUBJECT}{L_COLON}</b> <a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a>*/
/* 							<!-- ELSE -->*/
/* 								[ <a href="{searchresults.U_VIEW_POST}">{L_JUMP_TO_POST}</a> ]*/
/* 							<!-- ENDIF -->*/
/* 							</div>*/
/* 							<div style="float: {S_CONTENT_FLOW_END};"><b>{L_POSTED}{L_COLON}</b> {searchresults.POST_DATE}&nbsp;</div>*/
/* 						</td>*/
/* 					</tr>*/
/* 					</table>*/
/* 				</td>*/
/* 			</tr>*/
/* 			<tr class="row1">*/
/* 				<td width="150" align="center" valign="top"><br /><span class="postdetails">{L_REPLIES}{L_COLON} <b>{searchresults.TOPIC_REPLIES}</b><br />{L_VIEWS}{L_COLON} <b>{searchresults.TOPIC_VIEWS}</b></span><br /><br /></td>*/
/* 				<td valign="top">*/
/* 					<table width="100%" cellspacing="5">*/
/* 					<tr>*/
/* 						<td class="postbody">{searchresults.MESSAGE}</td>*/
/* 					</tr>*/
/* 					</table>*/
/* 				</td>*/
/* 			</tr>*/
/* 		<!-- ENDIF -->*/
/* 		<!-- EVENT search_results_post_after -->*/
/* 		<tr>*/
/* 			<td class="spacer" colspan="2"><img src="images/spacer.gif" height="1" alt="" /></td>*/
/* 		</tr>*/
/* 	<!-- BEGINELSE -->*/
/* 		<tr valign="middle">*/
/* 			<td colspan="2" class="row3" align="center">{L_NO_SEARCH_RESULTS}</td>*/
/* 		</tr>*/
/* 	<!-- END searchresults -->*/
/* 	<tr>*/
/* 		<td class="cat" colspan="2" align="center"><!-- IF S_SELECT_SORT_KEY --><span class="gensmall">{L_SORT_BY}{L_COLON}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" name="sort" value="{L_GO}" /><!-- ENDIF --></td>*/
/* 	</tr>*/
/* 	</table>*/
/* <!-- ENDIF -->*/
/* */
/* </form>*/
/* */
/* <div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"><span class="nav">{PAGE_NUMBER}</span> [ {SEARCH_MATCHES} ]</div>*/
/* <div class="nav" style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE pagination.html --></div>*/
/* */
/* <br clear="all" /><br />*/
/* */
/* <!-- INCLUDE breadcrumbs.html -->*/
/* */
/* <br clear="all" />*/
/* */
/* <div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>*/
/* */
/* <!-- INCLUDE overall_footer.html -->*/
/* */
