<?php

/* search_body.html */
class __TwigTemplate_f595bfad4679e0b1d7acde4872641c3a89a2453969b90484bcdec4992e0b78b5 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_body.html", 1)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 2
        echo "
<div id=\"pagecontent\">

\t";
        // line 5
        if (isset($context["search_body_form_before"])) { $_search_body_form_before_ = $context["search_body_form_before"]; } else { $_search_body_form_before_ = null; }
        // line 6
        echo "\t<form method=\"get\" action=\"";
        if (isset($context["S_SEARCH_ACTION"])) { $_S_SEARCH_ACTION_ = $context["S_SEARCH_ACTION"]; } else { $_S_SEARCH_ACTION_ = null; }
        echo $_S_SEARCH_ACTION_;
        echo "\">
\t
\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t";
        // line 9
        if (isset($context["COLSPAN"])) { $_COLSPAN_ = $context["COLSPAN"]; } else { $_COLSPAN_ = null; }
        $value = 4;
        $context['definition']->set('COLSPAN', $value);
        // line 10
        echo "\t";
        if (isset($context["search_body_search_query_before"])) { $_search_body_search_query_before_ = $context["search_body_search_query_before"]; } else { $_search_body_search_query_before_ = null; }
        // line 11
        echo "\t<tr>
\t\t<th colspan=\"";
        // line 12
        if (isset($context["definition"])) { $_definition_ = $context["definition"]; } else { $_definition_ = null; }
        echo $this->getAttribute($_definition_, "COLSPAN", array());
        echo "\">";
        echo $this->env->getExtension('phpbb')->lang("SEARCH_QUERY");
        echo "</th>
\t</tr>
\t";
        // line 14
        if (isset($context["search_body_search_query_prepend"])) { $_search_body_search_query_prepend_ = $context["search_body_search_query_prepend"]; } else { $_search_body_search_query_prepend_ = null; }
        // line 15
        echo "\t<tr>
\t\t<td class=\"row1\" colspan=\"2\" width=\"50%\"><b class=\"genmed\">";
        // line 16
        echo $this->env->getExtension('phpbb')->lang("SEARCH_KEYWORDS");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo " </b><br /><span class=\"gensmall\">";
        echo $this->env->getExtension('phpbb')->lang("SEARCH_KEYWORDS_EXPLAIN");
        echo "</span></td>
\t\t<td class=\"row2\" colspan=\"2\" valign=\"top\"><input type=\"text\" style=\"width: 300px\" class=\"post\" name=\"keywords\" size=\"30\" /><br /><input type=\"radio\" class=\"radio\" name=\"terms\" value=\"all\" checked=\"checked\" /> <span class=\"genmed\">";
        // line 17
        echo $this->env->getExtension('phpbb')->lang("SEARCH_ALL_TERMS");
        echo "</span><br /><input type=\"radio\" class=\"radio\" name=\"terms\" value=\"any\" /> <span class=\"genmed\">";
        echo $this->env->getExtension('phpbb')->lang("SEARCH_ANY_TERMS");
        echo "</span></td>
\t</tr>
\t<tr>
\t\t<td class=\"row1\" colspan=\"2\"><b class=\"genmed\">";
        // line 20
        echo $this->env->getExtension('phpbb')->lang("SEARCH_AUTHOR");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo "</b><br /><span class=\"gensmall\">";
        echo $this->env->getExtension('phpbb')->lang("SEARCH_AUTHOR_EXPLAIN");
        echo "</span></td>
\t\t<td class=\"row2\" colspan=\"2\" valign=\"middle\"><input type=\"text\" style=\"width: 300px\" class=\"post\" name=\"author\" size=\"30\" /></td>
\t</tr>
\t<tr>
\t\t<td class=\"row1\" colspan=\"2\"><b class=\"genmed\">";
        // line 24
        echo $this->env->getExtension('phpbb')->lang("SEARCH_FORUMS");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo " </b><br /><span class=\"gensmall\">";
        echo $this->env->getExtension('phpbb')->lang("SEARCH_FORUMS_EXPLAIN");
        echo "</span></td>
\t\t<td class=\"row2\" colspan=\"2\"><select name=\"fid[]\" multiple=\"multiple\" size=\"5\">";
        // line 25
        if (isset($context["S_FORUM_OPTIONS"])) { $_S_FORUM_OPTIONS_ = $context["S_FORUM_OPTIONS"]; } else { $_S_FORUM_OPTIONS_ = null; }
        echo $_S_FORUM_OPTIONS_;
        echo "</select></td>
\t</tr>
\t";
        // line 27
        if (isset($context["search_body_search_query_append"])) { $_search_body_search_query_append_ = $context["search_body_search_query_append"]; } else { $_search_body_search_query_append_ = null; }
        // line 28
        echo "\t";
        if (isset($context["search_body_search_query_after"])) { $_search_body_search_query_after_ = $context["search_body_search_query_after"]; } else { $_search_body_search_query_after_ = null; }
        // line 29
        echo "\t";
        if (isset($context["search_body_search_options_before"])) { $_search_body_search_options_before_ = $context["search_body_search_options_before"]; } else { $_search_body_search_options_before_ = null; }
        // line 30
        echo "\t<tr>
\t\t<th colspan=\"";
        // line 31
        if (isset($context["definition"])) { $_definition_ = $context["definition"]; } else { $_definition_ = null; }
        echo $this->getAttribute($_definition_, "COLSPAN", array());
        echo "\">";
        echo $this->env->getExtension('phpbb')->lang("SEARCH_OPTIONS");
        echo "</th>
\t</tr>
\t";
        // line 33
        if (isset($context["search_body_search_options_prepend"])) { $_search_body_search_options_prepend_ = $context["search_body_search_options_prepend"]; } else { $_search_body_search_options_prepend_ = null; }
        // line 34
        echo "\t<tr>
\t\t<td class=\"row1\" width=\"25%\" nowrap=\"nowrap\"><b class=\"genmed\">";
        // line 35
        echo $this->env->getExtension('phpbb')->lang("SEARCH_SUBFORUMS");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo " </b></td>
\t\t<td class=\"row2\" width=\"25%\" nowrap=\"nowrap\"><input type=\"radio\" class=\"radio\" name=\"sc\" value=\"1\" checked=\"checked\" /> <span class=\"genmed\">";
        // line 36
        echo $this->env->getExtension('phpbb')->lang("YES");
        echo "</span>&nbsp;&nbsp;<input type=\"radio\" class=\"radio\" name=\"sc\" value=\"0\" /> <span class=\"genmed\">";
        echo $this->env->getExtension('phpbb')->lang("NO");
        echo "</span></td>
\t\t<td class=\"row1\" width=\"25%\" nowrap=\"nowrap\"><b class=\"genmed\">";
        // line 37
        echo $this->env->getExtension('phpbb')->lang("SEARCH_WITHIN");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo " </b></td>
\t\t<td class=\"row2\" width=\"25%\" nowrap=\"nowrap\"><input type=\"radio\" class=\"radio\" name=\"sf\" value=\"all\" checked=\"checked\" /> <span class=\"genmed\">";
        // line 38
        echo $this->env->getExtension('phpbb')->lang("SEARCH_TITLE_MSG");
        echo "</span><br /><input type=\"radio\" class=\"radio\" name=\"sf\" value=\"msgonly\" /> <span class=\"genmed\">";
        echo $this->env->getExtension('phpbb')->lang("SEARCH_MSG_ONLY");
        echo "</span> <br /><input type=\"radio\" class=\"radio\" name=\"sf\" value=\"titleonly\" /> <span class=\"genmed\">";
        echo $this->env->getExtension('phpbb')->lang("SEARCH_TITLE_ONLY");
        echo "</span> <br /><input type=\"radio\" class=\"radio\" name=\"sf\" value=\"firstpost\" /> <span class=\"genmed\">";
        echo $this->env->getExtension('phpbb')->lang("SEARCH_FIRST_POST");
        echo "</span></td>
\t</tr>
\t";
        // line 40
        if (isset($context["search_body_search_options_append"])) { $_search_body_search_options_append_ = $context["search_body_search_options_append"]; } else { $_search_body_search_options_append_ = null; }
        // line 41
        echo "\t";
        if (isset($context["search_body_search_display_options_prepend"])) { $_search_body_search_display_options_prepend_ = $context["search_body_search_display_options_prepend"]; } else { $_search_body_search_display_options_prepend_ = null; }
        // line 42
        echo "\t<tr>
\t\t<td class=\"row1\"><b class=\"genmed\">";
        // line 43
        echo $this->env->getExtension('phpbb')->lang("RESULT_SORT");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo " </b></td>
\t\t<td class=\"row2\" nowrap=\"nowrap\">";
        // line 44
        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 "<br /><input type=\"radio\" class=\"radio\" name=\"sd\" value=\"a\" /> <span class=\"genmed\">";
        echo $this->env->getExtension('phpbb')->lang("SORT_ASCENDING");
        echo "</span><br /><input type=\"radio\" class=\"radio\" name=\"sd\" value=\"d\" checked=\"checked\" /> <span class=\"genmed\">";
        echo $this->env->getExtension('phpbb')->lang("SORT_DESCENDING");
        echo "</span></td>
\t\t<td class=\"row1\" nowrap=\"nowrap\"><b class=\"genmed\">";
        // line 45
        echo $this->env->getExtension('phpbb')->lang("DISPLAY_RESULTS");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo " </b></td>
\t\t<td class=\"row2\" nowrap=\"nowrap\"><input type=\"radio\" class=\"radio\" name=\"sr\" value=\"posts\" checked=\"checked\" /> <span class=\"genmed\">";
        // line 46
        echo $this->env->getExtension('phpbb')->lang("POSTS");
        echo "</span>&nbsp;&nbsp;<input type=\"radio\" class=\"radio\" name=\"sr\" value=\"topics\" /> <span class=\"genmed\">";
        echo $this->env->getExtension('phpbb')->lang("TOPICS");
        echo "</span></td>
\t</tr>
\t<tr>
\t\t<td class=\"row1\" width=\"25%\"><b class=\"genmed\">";
        // line 49
        echo $this->env->getExtension('phpbb')->lang("RESULT_DAYS");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo " </b></td>
\t\t<td class=\"row2\" width=\"25%\" nowrap=\"nowrap\">";
        // line 50
        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_;
        echo "</td>
\t\t<td class=\"row1\" nowrap=\"nowrap\"><b class=\"genmed\">";
        // line 51
        echo $this->env->getExtension('phpbb')->lang("RETURN_FIRST");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo " </b></td>
\t\t<td class=\"row2\" nowrap=\"nowrap\"><select name=\"ch\">";
        // line 52
        if (isset($context["S_CHARACTER_OPTIONS"])) { $_S_CHARACTER_OPTIONS_ = $context["S_CHARACTER_OPTIONS"]; } else { $_S_CHARACTER_OPTIONS_ = null; }
        echo $_S_CHARACTER_OPTIONS_;
        echo "</select> <span class=\"genmed\">";
        echo $this->env->getExtension('phpbb')->lang("POST_CHARACTERS");
        echo "</span></td>
\t</tr>
\t";
        // line 54
        if (isset($context["search_body_search_display_options_append"])) { $_search_body_search_display_options_append_ = $context["search_body_search_display_options_append"]; } else { $_search_body_search_display_options_append_ = null; }
        // line 55
        echo "\t";
        if (isset($context["search_body_search_options_after"])) { $_search_body_search_options_after_ = $context["search_body_search_options_after"]; } else { $_search_body_search_options_after_ = null; }
        // line 56
        echo "\t<tr>
\t\t<td class=\"cat\" colspan=\"";
        // line 57
        if (isset($context["definition"])) { $_definition_ = $context["definition"]; } else { $_definition_ = null; }
        echo $this->getAttribute($_definition_, "COLSPAN", array());
        echo "\" align=\"center\">";
        if (isset($context["S_HIDDEN_FIELDS"])) { $_S_HIDDEN_FIELDS_ = $context["S_HIDDEN_FIELDS"]; } else { $_S_HIDDEN_FIELDS_ = null; }
        echo $_S_HIDDEN_FIELDS_;
        echo "<input class=\"btnmain\" name=\"submit\" type=\"submit\" value=\"";
        echo $this->env->getExtension('phpbb')->lang("SEARCH");
        echo "\" />&nbsp;&nbsp;<input class=\"btnlite\" type=\"reset\" value=\"";
        echo $this->env->getExtension('phpbb')->lang("RESET");
        echo "\" /></td>
\t</tr>
\t</table>
\t
\t</form>
\t";
        // line 62
        if (isset($context["search_body_form_after"])) { $_search_body_form_after_ = $context["search_body_form_after"]; } else { $_search_body_form_after_ = null; }
        // line 63
        echo "
\t<br clear=\"all\" />

\t";
        // line 66
        if (isset($context["search_body_recent_search_before"])) { $_search_body_recent_search_before_ = $context["search_body_recent_search_before"]; } else { $_search_body_recent_search_before_ = null; }
        // line 67
        echo "\t";
        if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
        if (twig_length_filter($this->env, $this->getAttribute($_loops_, "recentsearch", array()))) {
            // line 68
            echo "\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t<tr>
\t\t<th colspan=\"2\">";
            // line 70
            echo $this->env->getExtension('phpbb')->lang("RECENT_SEARCHES");
            echo "</th>
\t</tr>
\t";
            // line 72
            if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "recentsearch", array()));
            foreach ($context['_seq'] as $context["_key"] => $context["recentsearch"]) {
                // line 73
                echo "\t\t";
                if (isset($context["recentsearch"])) { $_recentsearch_ = $context["recentsearch"]; } else { $_recentsearch_ = null; }
                if (($this->getAttribute($_recentsearch_, "S_ROW_COUNT", array()) % 2 == 0)) {
                    echo "<tr class=\"row2\">";
                } else {
                    echo "<tr class=\"row1\">";
                }
                // line 74
                echo "
\t\t\t<td class=\"genmed\" style=\"padding: 4px;\" width=\"70%\"><a href=\"";
                // line 75
                if (isset($context["recentsearch"])) { $_recentsearch_ = $context["recentsearch"]; } else { $_recentsearch_ = null; }
                echo $this->getAttribute($_recentsearch_, "U_KEYWORDS", array());
                echo "\">";
                if (isset($context["recentsearch"])) { $_recentsearch_ = $context["recentsearch"]; } else { $_recentsearch_ = null; }
                echo $this->getAttribute($_recentsearch_, "KEYWORDS", array());
                echo "</a></td>
\t\t\t<td class=\"genmed\" style=\"padding: 4px;\" width=\"30%\" align=\"center\">";
                // line 76
                if (isset($context["recentsearch"])) { $_recentsearch_ = $context["recentsearch"]; } else { $_recentsearch_ = null; }
                echo $this->getAttribute($_recentsearch_, "TIME", array());
                echo "</td>
\t\t</tr>
\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['recentsearch'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 79
            echo "\t</table>

\t<br clear=\"all\" />
\t";
        }
        // line 83
        echo "\t";
        if (isset($context["search_body_recent_search_after"])) { $_search_body_recent_search_after_ = $context["search_body_recent_search_after"]; } else { $_search_body_recent_search_after_ = null; }
        // line 84
        echo "
\t</div>

\t";
        // line 87
        $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_body.html", 87)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 88
        echo "
\t<br clear=\"all\" />

\t<div align=\"";
        // line 91
        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_body.html", 91)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        echo "</div>

<script type=\"text/javascript\">
// <![CDATA[
\t(function()
\t{
\t\tvar elements = document.getElementsByName(\"keywords\");
\t\tfor (var i = 0; i < elements.length; ++i)
\t\t{
\t\t\tif (elements[i].tagName.toLowerCase() == 'input')
\t\t\t{
\t\t\t\telements[i].focus();
\t\t\t\tbreak;
\t\t\t}
\t\t}
\t})();
// ]]>
</script>

";
        // line 110
        $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_body.html", 110)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  362 => 110,  327 => 91,  322 => 88,  310 => 87,  305 => 84,  302 => 83,  296 => 79,  286 => 76,  278 => 75,  275 => 74,  267 => 73,  262 => 72,  257 => 70,  253 => 68,  249 => 67,  247 => 66,  242 => 63,  240 => 62,  224 => 57,  221 => 56,  218 => 55,  216 => 54,  208 => 52,  203 => 51,  198 => 50,  193 => 49,  185 => 46,  180 => 45,  171 => 44,  166 => 43,  163 => 42,  160 => 41,  158 => 40,  147 => 38,  142 => 37,  136 => 36,  131 => 35,  128 => 34,  126 => 33,  118 => 31,  115 => 30,  112 => 29,  109 => 28,  107 => 27,  101 => 25,  94 => 24,  84 => 20,  76 => 17,  69 => 16,  66 => 15,  64 => 14,  56 => 12,  53 => 11,  50 => 10,  46 => 9,  38 => 6,  36 => 5,  31 => 2,  19 => 1,);
    }
}
/* <!-- INCLUDE overall_header.html -->*/
/* */
/* <div id="pagecontent">*/
/* */
/* 	<!-- EVENT search_body_form_before -->*/
/* 	<form method="get" action="{S_SEARCH_ACTION}">*/
/* 	*/
/* 	<table class="tablebg" width="100%" cellspacing="1">*/
/* 	<!-- DEFINE $COLSPAN = 4 -->*/
/* 	<!-- EVENT search_body_search_query_before -->*/
/* 	<tr>*/
/* 		<th colspan="{$COLSPAN}">{L_SEARCH_QUERY}</th>*/
/* 	</tr>*/
/* 	<!-- EVENT search_body_search_query_prepend -->*/
/* 	<tr>*/
/* 		<td class="row1" colspan="2" width="50%"><b class="genmed">{L_SEARCH_KEYWORDS}{L_COLON} </b><br /><span class="gensmall">{L_SEARCH_KEYWORDS_EXPLAIN}</span></td>*/
/* 		<td class="row2" colspan="2" valign="top"><input type="text" style="width: 300px" class="post" name="keywords" size="30" /><br /><input type="radio" class="radio" name="terms" value="all" checked="checked" /> <span class="genmed">{L_SEARCH_ALL_TERMS}</span><br /><input type="radio" class="radio" name="terms" value="any" /> <span class="genmed">{L_SEARCH_ANY_TERMS}</span></td>*/
/* 	</tr>*/
/* 	<tr>*/
/* 		<td class="row1" colspan="2"><b class="genmed">{L_SEARCH_AUTHOR}{L_COLON}</b><br /><span class="gensmall">{L_SEARCH_AUTHOR_EXPLAIN}</span></td>*/
/* 		<td class="row2" colspan="2" valign="middle"><input type="text" style="width: 300px" class="post" name="author" size="30" /></td>*/
/* 	</tr>*/
/* 	<tr>*/
/* 		<td class="row1" colspan="2"><b class="genmed">{L_SEARCH_FORUMS}{L_COLON} </b><br /><span class="gensmall">{L_SEARCH_FORUMS_EXPLAIN}</span></td>*/
/* 		<td class="row2" colspan="2"><select name="fid[]" multiple="multiple" size="5">{S_FORUM_OPTIONS}</select></td>*/
/* 	</tr>*/
/* 	<!-- EVENT search_body_search_query_append -->*/
/* 	<!-- EVENT search_body_search_query_after -->*/
/* 	<!-- EVENT search_body_search_options_before -->*/
/* 	<tr>*/
/* 		<th colspan="{$COLSPAN}">{L_SEARCH_OPTIONS}</th>*/
/* 	</tr>*/
/* 	<!-- EVENT search_body_search_options_prepend -->*/
/* 	<tr>*/
/* 		<td class="row1" width="25%" nowrap="nowrap"><b class="genmed">{L_SEARCH_SUBFORUMS}{L_COLON} </b></td>*/
/* 		<td class="row2" width="25%" nowrap="nowrap"><input type="radio" class="radio" name="sc" value="1" checked="checked" /> <span class="genmed">{L_YES}</span>&nbsp;&nbsp;<input type="radio" class="radio" name="sc" value="0" /> <span class="genmed">{L_NO}</span></td>*/
/* 		<td class="row1" width="25%" nowrap="nowrap"><b class="genmed">{L_SEARCH_WITHIN}{L_COLON} </b></td>*/
/* 		<td class="row2" width="25%" nowrap="nowrap"><input type="radio" class="radio" name="sf" value="all" checked="checked" /> <span class="genmed">{L_SEARCH_TITLE_MSG}</span><br /><input type="radio" class="radio" name="sf" value="msgonly" /> <span class="genmed">{L_SEARCH_MSG_ONLY}</span> <br /><input type="radio" class="radio" name="sf" value="titleonly" /> <span class="genmed">{L_SEARCH_TITLE_ONLY}</span> <br /><input type="radio" class="radio" name="sf" value="firstpost" /> <span class="genmed">{L_SEARCH_FIRST_POST}</span></td>*/
/* 	</tr>*/
/* 	<!-- EVENT search_body_search_options_append -->*/
/* 	<!-- EVENT search_body_search_display_options_prepend -->*/
/* 	<tr>*/
/* 		<td class="row1"><b class="genmed">{L_RESULT_SORT}{L_COLON} </b></td>*/
/* 		<td class="row2" nowrap="nowrap">{S_SELECT_SORT_KEY}<br /><input type="radio" class="radio" name="sd" value="a" /> <span class="genmed">{L_SORT_ASCENDING}</span><br /><input type="radio" class="radio" name="sd" value="d" checked="checked" /> <span class="genmed">{L_SORT_DESCENDING}</span></td>*/
/* 		<td class="row1" nowrap="nowrap"><b class="genmed">{L_DISPLAY_RESULTS}{L_COLON} </b></td>*/
/* 		<td class="row2" nowrap="nowrap"><input type="radio" class="radio" name="sr" value="posts" checked="checked" /> <span class="genmed">{L_POSTS}</span>&nbsp;&nbsp;<input type="radio" class="radio" name="sr" value="topics" /> <span class="genmed">{L_TOPICS}</span></td>*/
/* 	</tr>*/
/* 	<tr>*/
/* 		<td class="row1" width="25%"><b class="genmed">{L_RESULT_DAYS}{L_COLON} </b></td>*/
/* 		<td class="row2" width="25%" nowrap="nowrap">{S_SELECT_SORT_DAYS}</td>*/
/* 		<td class="row1" nowrap="nowrap"><b class="genmed">{L_RETURN_FIRST}{L_COLON} </b></td>*/
/* 		<td class="row2" nowrap="nowrap"><select name="ch">{S_CHARACTER_OPTIONS}</select> <span class="genmed">{L_POST_CHARACTERS}</span></td>*/
/* 	</tr>*/
/* 	<!-- EVENT search_body_search_display_options_append -->*/
/* 	<!-- EVENT search_body_search_options_after -->*/
/* 	<tr>*/
/* 		<td class="cat" colspan="{$COLSPAN}" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" name="submit" type="submit" value="{L_SEARCH}" />&nbsp;&nbsp;<input class="btnlite" type="reset" value="{L_RESET}" /></td>*/
/* 	</tr>*/
/* 	</table>*/
/* 	*/
/* 	</form>*/
/* 	<!-- EVENT search_body_form_after -->*/
/* */
/* 	<br clear="all" />*/
/* */
/* 	<!-- EVENT search_body_recent_search_before -->*/
/* 	<!-- IF .recentsearch -->*/
/* 	<table class="tablebg" width="100%" cellspacing="1">*/
/* 	<tr>*/
/* 		<th colspan="2">{L_RECENT_SEARCHES}</th>*/
/* 	</tr>*/
/* 	<!-- BEGIN recentsearch -->*/
/* 		<!-- IF recentsearch.S_ROW_COUNT is even --><tr class="row2"><!-- ELSE --><tr class="row1"><!-- ENDIF -->*/
/* */
/* 			<td class="genmed" style="padding: 4px;" width="70%"><a href="{recentsearch.U_KEYWORDS}">{recentsearch.KEYWORDS}</a></td>*/
/* 			<td class="genmed" style="padding: 4px;" width="30%" align="center">{recentsearch.TIME}</td>*/
/* 		</tr>*/
/* 	<!-- END recentsearch -->*/
/* 	</table>*/
/* */
/* 	<br clear="all" />*/
/* 	<!-- ENDIF -->*/
/* 	<!-- EVENT search_body_recent_search_after -->*/
/* */
/* 	</div>*/
/* */
/* 	<!-- INCLUDE breadcrumbs.html -->*/
/* */
/* 	<br clear="all" />*/
/* */
/* 	<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>*/
/* */
/* <script type="text/javascript">*/
/* // <![CDATA[*/
/* 	(function()*/
/* 	{*/
/* 		var elements = document.getElementsByName("keywords");*/
/* 		for (var i = 0; i < elements.length; ++i)*/
/* 		{*/
/* 			if (elements[i].tagName.toLowerCase() == 'input')*/
/* 			{*/
/* 				elements[i].focus();*/
/* 				break;*/
/* 			}*/
/* 		}*/
/* 	})();*/
/* // ]]>*/
/* </script>*/
/* */
/* <!-- INCLUDE overall_footer.html -->*/
/* */
