Файл: forsoc.ru/cache/twig/68/685fca5f0dd42ae0b8a759298def83322f89d34e73059df262dae4362097c513.php
Строк: 497
<?php
/* acp_recenttopics.html */
class __TwigTemplate_f05ae837d1646ca5e236d92c154a39c928ca80b248f288944dbed6894ab20081 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", "acp_recenttopics.html", 1)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
// line 2
echo "
<h1>";
// line 3
echo $this->env->getExtension('phpbb')->lang("RECENT_TOPICS");
echo "</h1>
<form id="acp_board" method="post" action="";
// line 5
echo (isset($context["U_ACTION"]) ? $context["U_ACTION"] : null);
echo "">
t<fieldset>
tt<dl>
ttt<dt><label for="rt_number">";
// line 8
echo $this->env->getExtension('phpbb')->lang("RT_NUMBER");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label><br /><span>";
echo $this->env->getExtension('phpbb')->lang("RT_NUMBER_EXP");
echo "</span></dt>
ttt<dd><input type="number" id="rt_number" name="rt_number" size="3" min="0" max="999" value="";
// line 9
echo (isset($context["RT_NUMBER"]) ? $context["RT_NUMBER"] : null);
echo "" /></dd>
tt</dl>
tt<dl>
ttt<dt><label for="rt_page_number">";
// line 12
echo $this->env->getExtension('phpbb')->lang("RT_PAGE_NUMBER");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label><br /><span>";
echo $this->env->getExtension('phpbb')->lang("RT_PAGE_NUMBER_EXP");
echo "</span></dt>
ttt<dd><input type="number" id="rt_page_number" name="rt_page_number" size="3" min="0" max="999" value="";
// line 13
echo (isset($context["RT_PAGE_NUMBER"]) ? $context["RT_PAGE_NUMBER"] : null);
echo "" /></dd>
tt</dl>
tt<dl>
ttt<dt><label for="rt_min_topic_level">";
// line 16
echo $this->env->getExtension('phpbb')->lang("RT_MIN_TOPIC_LEVEL");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label><br /><span>";
echo $this->env->getExtension('phpbb')->lang("RT_MIN_TOPIC_LEVEL_EXP");
echo "</span></dt>
ttt<dd><input type="number" id="rt_min_topic_level" name="rt_min_topic_level" size="3" min="0" max="3" maxlength="1" value="";
// line 17
echo (isset($context["RT_MIN_TOPIC_LEVEL"]) ? $context["RT_MIN_TOPIC_LEVEL"] : null);
echo "" /></dd>
tt</dl>
tt<dl>
ttt<dt><label for="rt_anti_topics">";
// line 20
echo $this->env->getExtension('phpbb')->lang("RT_ANTI_TOPICS");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label><br /><span>";
echo $this->env->getExtension('phpbb')->lang("RT_ANTI_TOPICS_EXP");
echo "</span></dt>
ttt<dd><input type="text" id="rt_anti_topics" name="rt_anti_topics" size="30" value="";
// line 21
echo (isset($context["RT_ANTI_TOPICS"]) ? $context["RT_ANTI_TOPICS"] : null);
echo "" /></dd>
tt</dl>
tt<dl>
ttt<dt><label for="rt_parents">";
// line 24
echo $this->env->getExtension('phpbb')->lang("RT_PARENTS");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label><br /><span>";
echo $this->env->getExtension('phpbb')->lang("RT_PARENTS_EXP");
echo "</span></dt>
ttt<dd>
tttt<label><input type="radio" class="radio" name="rt_parents" value="1" id="rt_parents"";
// line 26
if ((isset($context["RT_PARENTS"]) ? $context["RT_PARENTS"] : null)) {
echo " checked="checked"";
}
echo "/> ";
echo $this->env->getExtension('phpbb')->lang("YES");
echo "</label>
tttt<label><input type="radio" class="radio" name="rt_parents" value="0"";
// line 27
if ( !(isset($context["RT_PARENTS"]) ? $context["RT_PARENTS"] : null)) {
echo " checked="checked"";
}
echo " /> ";
echo $this->env->getExtension('phpbb')->lang("NO");
echo "</label>
ttt</dd>
tt</dl>
tt<dl>
ttt<dt><label for="rt_unreadonly">";
// line 31
echo $this->env->getExtension('phpbb')->lang("RT_UNREADONLY");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label><br /><span>";
echo $this->env->getExtension('phpbb')->lang("RT_UNREADONLY_EXP");
echo "</span></dt>
ttt<dd>
tttt<label><input type="radio" class="radio" name="rt_unreadonly" value="1" id="rt_unreadonly"";
// line 33
if ((isset($context["RT_UNREADONLY"]) ? $context["RT_UNREADONLY"] : null)) {
echo " checked="checked"";
}
echo "/> ";
echo $this->env->getExtension('phpbb')->lang("YES");
echo "</label>
tttt<label><input type="radio" class="radio" name="rt_unreadonly" value="0"";
// line 34
if ( !(isset($context["RT_UNREADONLY"]) ? $context["RT_UNREADONLY"] : null)) {
echo " checked="checked"";
}
echo " /> ";
echo $this->env->getExtension('phpbb')->lang("NO");
echo "</label>
ttt</dd>
tt</dl>
tt<dl>
ttt<dt><label for="rt_sort_start_time">";
// line 38
echo $this->env->getExtension('phpbb')->lang("RT_SORT_START_TIME");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label><br /><span>";
echo $this->env->getExtension('phpbb')->lang("RT_SORT_START_TIME_EXP");
echo "</span></dt>
ttt<dd>
tttt<label><input type="radio" class="radio" name="rt_sort_start_time" value="1" id="rt_sort_start_time"";
// line 40
if ((isset($context["RT_SORT_START_TIME"]) ? $context["RT_SORT_START_TIME"] : null)) {
echo " checked="checked"";
}
echo "/> ";
echo $this->env->getExtension('phpbb')->lang("YES");
echo "</label>
tttt<label><input type="radio" class="radio" name="rt_sort_start_time" value="0"";
// line 41
if ( !(isset($context["RT_SORT_START_TIME"]) ? $context["RT_SORT_START_TIME"] : null)) {
echo " checked="checked"";
}
echo " /> ";
echo $this->env->getExtension('phpbb')->lang("NO");
echo "</label>
ttt</dd>
tt</dl>
t</fieldset>
t<fieldset>
tt<legend>";
// line 46
echo $this->env->getExtension('phpbb')->lang("RT_VIEW_ON");
echo "</legend>
tt<dl>
ttt<dt><label for="rt_index">";
// line 48
echo $this->env->getExtension('phpbb')->lang("INDEX");
echo "</label></dt>
ttt<dd>
tttt<label><input type="radio" class="radio" name="rt_index" value="1" id="rt_index"";
// line 50
if ((isset($context["RT_INDEX"]) ? $context["RT_INDEX"] : null)) {
echo " checked="checked"";
}
echo "/> ";
echo $this->env->getExtension('phpbb')->lang("YES");
echo "</label>
tttt<label><input type="radio" class="radio" name="rt_index" value="0" ";
// line 51
if ( !(isset($context["RT_INDEX"]) ? $context["RT_INDEX"] : null)) {
echo " checked="checked"";
}
echo " /> ";
echo $this->env->getExtension('phpbb')->lang("NO");
echo "</label>
ttt</dd>
tt</dl>
tt";
// line 54
if ((isset($context["S_RT_NEWSPAGE"]) ? $context["S_RT_NEWSPAGE"] : null)) {
// line 55
echo "tt<dl>
ttt<dt><label for="rt_on_newspage">nickvergessen/newspage</label></dt>
ttt<dd>
tttt<label><input type="radio" class="radio" name="rt_on_newspage" value="1" id="rt_on_newspage"";
// line 58
if ((isset($context["RT_ON_NEWSPAGE"]) ? $context["RT_ON_NEWSPAGE"] : null)) {
echo " checked="checked"";
}
echo "/> ";
echo $this->env->getExtension('phpbb')->lang("YES");
echo "</label>
tttt<label><input type="radio" class="radio" name="rt_on_newspage" value="0" ";
// line 59
if ( !(isset($context["RT_ON_NEWSPAGE"]) ? $context["RT_ON_NEWSPAGE"] : null)) {
echo " checked="checked"";
}
echo " /> ";
echo $this->env->getExtension('phpbb')->lang("NO");
echo "</label>
ttt</dd>
tt</dl>
tt";
}
// line 63
echo "t</fieldset>
t<fieldset>
tt<legend>";
// line 65
echo $this->env->getExtension('phpbb')->lang("ACP_SUBMIT_CHANGES");
echo "</legend>
tt<p class="submit-buttons">
ttt<input class="button1" type="submit" id="submit" name="submit" value="";
// line 67
echo $this->env->getExtension('phpbb')->lang("SUBMIT");
echo "" />
ttt<input class="button2" type="reset" id="reset" name="reset" value="";
// line 68
echo $this->env->getExtension('phpbb')->lang("RESET");
echo "" />
tt</p>
tt";
// line 70
echo (isset($context["S_FORM_TOKEN"]) ? $context["S_FORM_TOKEN"] : null);
echo "
t</fieldset>
</form>
";
// line 73
$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", "acp_recenttopics.html", 73)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
}
public function getTemplateName()
{
return "acp_recenttopics.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 257 => 73, 251 => 70, 246 => 68, 242 => 67, 237 => 65, 233 => 63, 222 => 59, 214 => 58, 209 => 55, 207 => 54, 197 => 51, 189 => 50, 184 => 48, 179 => 46, 167 => 41, 159 => 40, 151 => 38, 140 => 34, 132 => 33, 124 => 31, 113 => 27, 105 => 26, 97 => 24, 91 => 21, 84 => 20, 78 => 17, 71 => 16, 65 => 13, 58 => 12, 52 => 9, 45 => 8, 39 => 5, 34 => 3, 31 => 2, 19 => 1,);
}
}
/* <!-- INCLUDE overall_header.html -->*/
/* */
/* <h1>{L_RECENT_TOPICS}</h1>*/
/* */
/* <form id="acp_board" method="post" action="{U_ACTION}">*/
/* <fieldset>*/
/* <dl>*/
/* <dt><label for="rt_number">{L_RT_NUMBER}{L_COLON}</label><br /><span>{L_RT_NUMBER_EXP}</span></dt>*/
/* <dd><input type="number" id="rt_number" name="rt_number" size="3" min="0" max="999" value="{RT_NUMBER}" /></dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="rt_page_number">{L_RT_PAGE_NUMBER}{L_COLON}</label><br /><span>{L_RT_PAGE_NUMBER_EXP}</span></dt>*/
/* <dd><input type="number" id="rt_page_number" name="rt_page_number" size="3" min="0" max="999" value="{RT_PAGE_NUMBER}" /></dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="rt_min_topic_level">{L_RT_MIN_TOPIC_LEVEL}{L_COLON}</label><br /><span>{L_RT_MIN_TOPIC_LEVEL_EXP}</span></dt>*/
/* <dd><input type="number" id="rt_min_topic_level" name="rt_min_topic_level" size="3" min="0" max="3" maxlength="1" value="{RT_MIN_TOPIC_LEVEL}" /></dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="rt_anti_topics">{L_RT_ANTI_TOPICS}{L_COLON}</label><br /><span>{L_RT_ANTI_TOPICS_EXP}</span></dt>*/
/* <dd><input type="text" id="rt_anti_topics" name="rt_anti_topics" size="30" value="{RT_ANTI_TOPICS}" /></dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="rt_parents">{L_RT_PARENTS}{L_COLON}</label><br /><span>{L_RT_PARENTS_EXP}</span></dt>*/
/* <dd>*/
/* <label><input type="radio" class="radio" name="rt_parents" value="1" id="rt_parents"<!-- IF RT_PARENTS --> checked="checked"<!-- ENDIF -->/> {L_YES}</label>*/
/* <label><input type="radio" class="radio" name="rt_parents" value="0"<!-- IF not RT_PARENTS --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>*/
/* </dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="rt_unreadonly">{L_RT_UNREADONLY}{L_COLON}</label><br /><span>{L_RT_UNREADONLY_EXP}</span></dt>*/
/* <dd>*/
/* <label><input type="radio" class="radio" name="rt_unreadonly" value="1" id="rt_unreadonly"<!-- IF RT_UNREADONLY --> checked="checked"<!-- ENDIF -->/> {L_YES}</label>*/
/* <label><input type="radio" class="radio" name="rt_unreadonly" value="0"<!-- IF not RT_UNREADONLY --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>*/
/* </dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="rt_sort_start_time">{L_RT_SORT_START_TIME}{L_COLON}</label><br /><span>{L_RT_SORT_START_TIME_EXP}</span></dt>*/
/* <dd>*/
/* <label><input type="radio" class="radio" name="rt_sort_start_time" value="1" id="rt_sort_start_time"<!-- IF RT_SORT_START_TIME --> checked="checked"<!-- ENDIF -->/> {L_YES}</label>*/
/* <label><input type="radio" class="radio" name="rt_sort_start_time" value="0"<!-- IF not RT_SORT_START_TIME --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>*/
/* </dd>*/
/* </dl>*/
/* </fieldset>*/
/* <fieldset>*/
/* <legend>{L_RT_VIEW_ON}</legend>*/
/* <dl>*/
/* <dt><label for="rt_index">{L_INDEX}</label></dt>*/
/* <dd>*/
/* <label><input type="radio" class="radio" name="rt_index" value="1" id="rt_index"<!-- IF RT_INDEX --> checked="checked"<!-- ENDIF -->/> {L_YES}</label>*/
/* <label><input type="radio" class="radio" name="rt_index" value="0" <!-- IF not RT_INDEX --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>*/
/* </dd>*/
/* </dl>*/
/* <!-- IF S_RT_NEWSPAGE -->*/
/* <dl>*/
/* <dt><label for="rt_on_newspage">nickvergessen/newspage</label></dt>*/
/* <dd>*/
/* <label><input type="radio" class="radio" name="rt_on_newspage" value="1" id="rt_on_newspage"<!-- IF RT_ON_NEWSPAGE --> checked="checked"<!-- ENDIF -->/> {L_YES}</label>*/
/* <label><input type="radio" class="radio" name="rt_on_newspage" value="0" <!-- IF not RT_ON_NEWSPAGE --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>*/
/* </dd>*/
/* </dl>*/
/* <!-- ENDIF -->*/
/* </fieldset>*/
/* <fieldset>*/
/* <legend>{L_ACP_SUBMIT_CHANGES}</legend>*/
/* <p class="submit-buttons">*/
/* <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> */
/* <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />*/
/* </p>*/
/* {S_FORM_TOKEN}*/
/* </fieldset>*/
/* </form>*/
/* <!-- INCLUDE overall_footer.html -->*/
/* */