<?php

/* memberlist_email.html */
class __TwigTemplate_e3b7fe5e871ab4422360952099a98967b223b4e48f233d6562823a3cc496c4b4 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", "memberlist_email.html", 1)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 2
        echo "
";
        // line 3
        if (isset($context["memberlist_email_before"])) { $_memberlist_email_before_ = $context["memberlist_email_before"]; } else { $_memberlist_email_before_ = null; }
        // line 4
        echo "
<div id=\"pagecontent\">

\t<form action=\"";
        // line 7
        if (isset($context["S_POST_ACTION"])) { $_S_POST_ACTION_ = $context["S_POST_ACTION"]; } else { $_S_POST_ACTION_ = null; }
        echo $_S_POST_ACTION_;
        echo "\" method=\"post\" name=\"postform\">

\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t<tr>
\t";
        // line 11
        if (isset($context["S_CONTACT_ADMIN"])) { $_S_CONTACT_ADMIN_ = $context["S_CONTACT_ADMIN"]; } else { $_S_CONTACT_ADMIN_ = null; }
        if (isset($context["S_SEND_USER"])) { $_S_SEND_USER_ = $context["S_SEND_USER"]; } else { $_S_SEND_USER_ = null; }
        if ($_S_CONTACT_ADMIN_) {
            // line 12
            echo "\t\t<th colspan=\"2\">";
            echo $this->env->getExtension('phpbb')->lang("CONTACT_ADMIN");
            echo "</th>
\t";
        } elseif ($_S_SEND_USER_) {
            // line 14
            echo "\t\t<th colspan=\"2\">";
            echo $this->env->getExtension('phpbb')->lang("SEND_EMAIL_USER");
            echo "</th>
\t";
        } else {
            // line 16
            echo "\t\t<th colspan=\"2\">";
            echo $this->env->getExtension('phpbb')->lang("EMAIL_TOPIC");
            echo "</th>
\t";
        }
        // line 18
        echo "\t</tr>
\t";
        // line 19
        if (isset($context["ERROR_MESSAGE"])) { $_ERROR_MESSAGE_ = $context["ERROR_MESSAGE"]; } else { $_ERROR_MESSAGE_ = null; }
        if ($_ERROR_MESSAGE_) {
            // line 20
            echo "\t\t<tr>
\t\t\t<td class=\"row3\" colspan=\"2\" align=\"center\"><span class=\"error\">";
            // line 21
            if (isset($context["ERROR_MESSAGE"])) { $_ERROR_MESSAGE_ = $context["ERROR_MESSAGE"]; } else { $_ERROR_MESSAGE_ = null; }
            echo $_ERROR_MESSAGE_;
            echo "</span></td>
\t\t</tr>
\t";
        }
        // line 24
        echo "\t";
        if (isset($context["CONTACT_INFO"])) { $_CONTACT_INFO_ = $context["CONTACT_INFO"]; } else { $_CONTACT_INFO_ = null; }
        if ($_CONTACT_INFO_) {
            // line 25
            echo "\t<tr>
\t\t<td class=\"row1\" colspan=\"2\">";
            // line 26
            if (isset($context["CONTACT_INFO"])) { $_CONTACT_INFO_ = $context["CONTACT_INFO"]; } else { $_CONTACT_INFO_ = null; }
            echo $_CONTACT_INFO_;
            echo "</td>
\t</tr>
\t";
        }
        // line 29
        echo "\t";
        if (isset($context["S_SEND_USER"])) { $_S_SEND_USER_ = $context["S_SEND_USER"]; } else { $_S_SEND_USER_ = null; }
        if (isset($context["S_CONTACT_ADMIN"])) { $_S_CONTACT_ADMIN_ = $context["S_CONTACT_ADMIN"]; } else { $_S_CONTACT_ADMIN_ = null; }
        if ($_S_SEND_USER_) {
            // line 30
            echo "\t\t<tr>
\t\t\t<td class=\"row1\" width=\"35%\"><b class=\"genmed\">";
            // line 31
            echo $this->env->getExtension('phpbb')->lang("RECIPIENT");
            echo "</b></td>
\t\t\t<td class=\"row2\" width=\"65%\"><b class=\"genmed\">";
            // line 32
            if (isset($context["USERNAME"])) { $_USERNAME_ = $context["USERNAME"]; } else { $_USERNAME_ = null; }
            echo $_USERNAME_;
            echo "</b></td>
\t\t</tr>
\t\t<tr>
\t\t\t<td class=\"row1\" width=\"35%\"><b class=\"genmed\">";
            // line 35
            echo $this->env->getExtension('phpbb')->lang("SUBJECT");
            echo "</b></td>
\t\t\t<td class=\"row2\"><input class=\"post\" type=\"text\" name=\"subject\" size=\"50\" tabindex=\"2\" value=\"";
            // line 36
            if (isset($context["SUBJECT"])) { $_SUBJECT_ = $context["SUBJECT"]; } else { $_SUBJECT_ = null; }
            echo $_SUBJECT_;
            echo "\" /></td>
\t\t</tr>
\t";
        } elseif ($_S_CONTACT_ADMIN_) {
            // line 39
            echo "\t\t<tr>
\t\t\t<td class=\"row1\" width=\"35%\"><b class=\"genmed\">";
            // line 40
            echo $this->env->getExtension('phpbb')->lang("RECIPIENT");
            echo "</b></td>
\t\t\t<td class=\"row2\" width=\"65%\"><b class=\"genmed\">";
            // line 41
            echo $this->env->getExtension('phpbb')->lang("ADMINISTRATOR");
            echo "</b></td>
\t\t</tr>
\t\t";
            // line 43
            if (isset($context["S_IS_REGISTERED"])) { $_S_IS_REGISTERED_ = $context["S_IS_REGISTERED"]; } else { $_S_IS_REGISTERED_ = null; }
            if ( !$_S_IS_REGISTERED_) {
                // line 44
                echo "\t\t<tr>
\t\t\t<td class=\"row1\" width=\"35%\"><b class=\"genmed\">";
                // line 45
                echo $this->env->getExtension('phpbb')->lang("SENDER_EMAIL_ADDRESS");
                echo "</b></td>
\t\t\t<td class=\"row2\"><input class=\"post\" type=\"text\" name=\"email\" size=\"50\" maxlength=\"100\" value=\"";
                // line 46
                if (isset($context["EMAIL"])) { $_EMAIL_ = $context["EMAIL"]; } else { $_EMAIL_ = null; }
                echo $_EMAIL_;
                echo "\" /></td>
\t\t</tr>
\t\t<tr>
\t\t\t<td class=\"row1\" width=\"35%\"><b class=\"genmed\">";
                // line 49
                echo $this->env->getExtension('phpbb')->lang("SENDER_NAME");
                echo "</b></td>
\t\t\t<td class=\"row2\"><input class=\"post\" type=\"text\" name=\"name\" size=\"50\" value=\"";
                // line 50
                if (isset($context["NAME"])) { $_NAME_ = $context["NAME"]; } else { $_NAME_ = null; }
                echo $_NAME_;
                echo "\" /></td>
\t\t</tr>
\t\t";
            }
            // line 53
            echo "\t\t<tr>
\t\t\t<td class=\"row1\" width=\"35%\"><b class=\"genmed\">";
            // line 54
            echo $this->env->getExtension('phpbb')->lang("SUBJECT");
            echo "</b></td>
\t\t\t<td class=\"row2\"><input class=\"post\" type=\"text\" name=\"subject\" size=\"50\" tabindex=\"2\" value=\"";
            // line 55
            if (isset($context["SUBJECT"])) { $_SUBJECT_ = $context["SUBJECT"]; } else { $_SUBJECT_ = null; }
            echo $_SUBJECT_;
            echo "\" /></td>
\t\t</tr>
\t\t";
        } else {
            // line 58
            echo "\t\t<tr>
\t\t\t<td class=\"row1\" width=\"35%\"><b class=\"genmed\">";
            // line 59
            echo $this->env->getExtension('phpbb')->lang("EMAIL_ADDRESS");
            echo "</b></td>
\t\t\t<td class=\"row2\"><input class=\"post\" type=\"email\" name=\"email\" size=\"50\" maxlength=\"100\" value=\"";
            // line 60
            if (isset($context["EMAIL"])) { $_EMAIL_ = $context["EMAIL"]; } else { $_EMAIL_ = null; }
            echo $_EMAIL_;
            echo "\" /></td>
\t\t</tr>
\t\t<tr>
\t\t\t<td class=\"row1\" width=\"35%\"><b class=\"genmed\">";
            // line 63
            echo $this->env->getExtension('phpbb')->lang("REAL_NAME");
            echo "</b></td>
\t\t\t<td class=\"row2\"><input class=\"post\" type=\"text\" name=\"name\" size=\"50\" value=\"";
            // line 64
            if (isset($context["NAME"])) { $_NAME_ = $context["NAME"]; } else { $_NAME_ = null; }
            echo $_NAME_;
            echo "\" /></td>
\t\t</tr>
\t\t<tr>
\t\t\t<td class=\"row1\" width=\"35%\"><b class=\"genmed\">";
            // line 67
            echo $this->env->getExtension('phpbb')->lang("DEST_LANG");
            echo "</b><br /><span class=\"gensmall\">";
            echo $this->env->getExtension('phpbb')->lang("DEST_LANG_EXPLAIN");
            echo "</span></td>
\t\t\t<td class=\"row2\"><select name=\"lang\">";
            // line 68
            if (isset($context["S_LANG_OPTIONS"])) { $_S_LANG_OPTIONS_ = $context["S_LANG_OPTIONS"]; } else { $_S_LANG_OPTIONS_ = null; }
            echo $_S_LANG_OPTIONS_;
            echo "</select></td>
\t\t</tr>
\t";
        }
        // line 71
        echo "\t<tr>
\t\t<td class=\"row1\" valign=\"top\"><b class=\"genmed\">";
        // line 72
        echo $this->env->getExtension('phpbb')->lang("MESSAGE_BODY");
        echo "</b><br /><span class=\"gensmall\">";
        echo $this->env->getExtension('phpbb')->lang("EMAIL_BODY_EXPLAIN");
        echo "</span></td>
\t\t<td class=\"row2\"><textarea class=\"post\" name=\"message\" rows=\"15\" cols=\"76\" tabindex=\"3\">";
        // line 73
        if (isset($context["MESSAGE"])) { $_MESSAGE_ = $context["MESSAGE"]; } else { $_MESSAGE_ = null; }
        echo $_MESSAGE_;
        echo "</textarea></td>
\t</tr>
\t";
        // line 75
        if (isset($context["S_REGISTERED_USER"])) { $_S_REGISTERED_USER_ = $context["S_REGISTERED_USER"]; } else { $_S_REGISTERED_USER_ = null; }
        if ($_S_REGISTERED_USER_) {
            // line 76
            echo "\t<tr>
\t\t<td class=\"row1\" valign=\"top\"><span class=\"gen\"><b>";
            // line 77
            echo $this->env->getExtension('phpbb')->lang("OPTIONS");
            echo "</b></span></td>
\t\t<td class=\"row2\">
\t\t\t<table cellspacing=\"0\" cellpadding=\"1\" border=\"0\">
\t\t\t<tr>
\t\t\t\t<td><input type=\"checkbox\" class=\"radio\" name=\"cc_sender\" value=\"1\" checked=\"checked\" /></td>
\t\t\t\t<td class=\"gen\">";
            // line 82
            echo $this->env->getExtension('phpbb')->lang("CC_SENDER");
            echo "</td>
\t\t\t</tr>
\t\t\t</table>
\t\t</td>
\t</tr>
\t";
        }
        // line 88
        echo "\t<tr>
\t\t<td class=\"cat\" colspan=\"2\" align=\"center\"><input type=\"submit\" tabindex=\"6\" name=\"submit\" class=\"btnmain\" value=\"";
        // line 89
        echo $this->env->getExtension('phpbb')->lang("SEND_EMAIL");
        echo "\" /></td>
\t</tr>
\t</table>

\t";
        // line 93
        if (isset($context["S_FORM_TOKEN"])) { $_S_FORM_TOKEN_ = $context["S_FORM_TOKEN"]; } else { $_S_FORM_TOKEN_ = null; }
        echo $_S_FORM_TOKEN_;
        echo "

\t</form>

</div>

<br clear=\"all\" />

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

<div style=\"float: ";
        // line 105
        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", "memberlist_email.html", 105)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        echo "</div>

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

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  318 => 107,  300 => 105,  295 => 102,  283 => 101,  271 => 93,  264 => 89,  261 => 88,  252 => 82,  244 => 77,  241 => 76,  238 => 75,  232 => 73,  226 => 72,  223 => 71,  216 => 68,  210 => 67,  203 => 64,  199 => 63,  192 => 60,  188 => 59,  185 => 58,  178 => 55,  174 => 54,  171 => 53,  164 => 50,  160 => 49,  153 => 46,  149 => 45,  146 => 44,  143 => 43,  138 => 41,  134 => 40,  131 => 39,  124 => 36,  120 => 35,  113 => 32,  109 => 31,  106 => 30,  101 => 29,  94 => 26,  91 => 25,  87 => 24,  80 => 21,  77 => 20,  74 => 19,  71 => 18,  65 => 16,  59 => 14,  53 => 12,  49 => 11,  41 => 7,  36 => 4,  34 => 3,  31 => 2,  19 => 1,);
    }
}
/* <!-- INCLUDE overall_header.html -->*/
/* */
/* <!-- EVENT memberlist_email_before -->*/
/* */
/* <div id="pagecontent">*/
/* */
/* 	<form action="{S_POST_ACTION}" method="post" name="postform">*/
/* */
/* 	<table class="tablebg" width="100%" cellspacing="1">*/
/* 	<tr>*/
/* 	<!-- IF S_CONTACT_ADMIN-->*/
/* 		<th colspan="2">{L_CONTACT_ADMIN}</th>*/
/* 	<!-- ELSEIF S_SEND_USER -->*/
/* 		<th colspan="2">{L_SEND_EMAIL_USER}</th>*/
/* 	<!-- ELSE -->*/
/* 		<th colspan="2">{L_EMAIL_TOPIC}</th>*/
/* 	<!-- ENDIF -->*/
/* 	</tr>*/
/* 	<!-- IF ERROR_MESSAGE -->*/
/* 		<tr>*/
/* 			<td class="row3" colspan="2" align="center"><span class="error">{ERROR_MESSAGE}</span></td>*/
/* 		</tr>*/
/* 	<!-- ENDIF -->*/
/* 	<!-- IF CONTACT_INFO -->*/
/* 	<tr>*/
/* 		<td class="row1" colspan="2">{CONTACT_INFO}</td>*/
/* 	</tr>*/
/* 	<!-- ENDIF -->*/
/* 	<!-- IF S_SEND_USER -->*/
/* 		<tr>*/
/* 			<td class="row1" width="35%"><b class="genmed">{L_RECIPIENT}</b></td>*/
/* 			<td class="row2" width="65%"><b class="genmed">{USERNAME}</b></td>*/
/* 		</tr>*/
/* 		<tr>*/
/* 			<td class="row1" width="35%"><b class="genmed">{L_SUBJECT}</b></td>*/
/* 			<td class="row2"><input class="post" type="text" name="subject" size="50" tabindex="2" value="{SUBJECT}" /></td>*/
/* 		</tr>*/
/* 	<!-- ELSEIF S_CONTACT_ADMIN-->*/
/* 		<tr>*/
/* 			<td class="row1" width="35%"><b class="genmed">{L_RECIPIENT}</b></td>*/
/* 			<td class="row2" width="65%"><b class="genmed">{L_ADMINISTRATOR}</b></td>*/
/* 		</tr>*/
/* 		<!-- IF not S_IS_REGISTERED -->*/
/* 		<tr>*/
/* 			<td class="row1" width="35%"><b class="genmed">{L_SENDER_EMAIL_ADDRESS}</b></td>*/
/* 			<td class="row2"><input class="post" type="text" name="email" size="50" maxlength="100" value="{EMAIL}" /></td>*/
/* 		</tr>*/
/* 		<tr>*/
/* 			<td class="row1" width="35%"><b class="genmed">{L_SENDER_NAME}</b></td>*/
/* 			<td class="row2"><input class="post" type="text" name="name" size="50" value="{NAME}" /></td>*/
/* 		</tr>*/
/* 		<!-- ENDIF -->*/
/* 		<tr>*/
/* 			<td class="row1" width="35%"><b class="genmed">{L_SUBJECT}</b></td>*/
/* 			<td class="row2"><input class="post" type="text" name="subject" size="50" tabindex="2" value="{SUBJECT}" /></td>*/
/* 		</tr>*/
/* 		<!-- ELSE -->*/
/* 		<tr>*/
/* 			<td class="row1" width="35%"><b class="genmed">{L_EMAIL_ADDRESS}</b></td>*/
/* 			<td class="row2"><input class="post" type="email" name="email" size="50" maxlength="100" value="{EMAIL}" /></td>*/
/* 		</tr>*/
/* 		<tr>*/
/* 			<td class="row1" width="35%"><b class="genmed">{L_REAL_NAME}</b></td>*/
/* 			<td class="row2"><input class="post" type="text" name="name" size="50" value="{NAME}" /></td>*/
/* 		</tr>*/
/* 		<tr>*/
/* 			<td class="row1" width="35%"><b class="genmed">{L_DEST_LANG}</b><br /><span class="gensmall">{L_DEST_LANG_EXPLAIN}</span></td>*/
/* 			<td class="row2"><select name="lang">{S_LANG_OPTIONS}</select></td>*/
/* 		</tr>*/
/* 	<!-- ENDIF -->*/
/* 	<tr>*/
/* 		<td class="row1" valign="top"><b class="genmed">{L_MESSAGE_BODY}</b><br /><span class="gensmall">{L_EMAIL_BODY_EXPLAIN}</span></td>*/
/* 		<td class="row2"><textarea class="post" name="message" rows="15" cols="76" tabindex="3">{MESSAGE}</textarea></td>*/
/* 	</tr>*/
/* 	<!-- IF S_REGISTERED_USER -->*/
/* 	<tr>*/
/* 		<td class="row1" valign="top"><span class="gen"><b>{L_OPTIONS}</b></span></td>*/
/* 		<td class="row2">*/
/* 			<table cellspacing="0" cellpadding="1" border="0">*/
/* 			<tr>*/
/* 				<td><input type="checkbox" class="radio" name="cc_sender" value="1" checked="checked" /></td>*/
/* 				<td class="gen">{L_CC_SENDER}</td>*/
/* 			</tr>*/
/* 			</table>*/
/* 		</td>*/
/* 	</tr>*/
/* 	<!-- ENDIF -->*/
/* 	<tr>*/
/* 		<td class="cat" colspan="2" align="center"><input type="submit" tabindex="6" name="submit" class="btnmain" value="{L_SEND_EMAIL}" /></td>*/
/* 	</tr>*/
/* 	</table>*/
/* */
/* 	{S_FORM_TOKEN}*/
/* */
/* 	</form>*/
/* */
/* </div>*/
/* */
/* <br clear="all" />*/
/* */
/* <!-- INCLUDE breadcrumbs.html -->*/
/* */
/* <br clear="all" />*/
/* */
/* <div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div>*/
/* */
/* <!-- INCLUDE overall_footer.html -->*/
/* */
