Файл: forsoc.ru/cache/twig/01/01ceb7130c4af303a229d9c9da98f974ca409961a08d716beb2a995872018479.php
Строк: 1095
<?php
/* acp_sitemap.html */
class __TwigTemplate_ab4c09bf345edf99b195cd6081654a5ca750a4ed256b68528fe25018da0e2d28 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_sitemap.html", 1)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
// line 2
echo "
<a name="maincontent"></a>
<h1>";
// line 5
echo $this->env->getExtension('phpbb')->lang("SEOMAP");
echo "</h1>
<p>";
// line 7
echo (isset($context["SEOMAP_VERSION"]) ? $context["SEOMAP_VERSION"] : null);
echo "</p>
<p>";
// line 8
echo (isset($context["SEOMAP_URL"]) ? $context["SEOMAP_URL"] : null);
echo "</p>
<p>";
// line 9
echo (isset($context["SEOMAP_URL_COUNT"]) ? $context["SEOMAP_URL_COUNT"] : null);
echo "</p>
<p>";
// line 10
echo $this->env->getExtension('phpbb')->lang("SEOMAP_EXPLAIN");
echo "</p>
";
// line 12
if ((isset($context["S_ERROR"]) ? $context["S_ERROR"] : null)) {
// line 13
echo "t<div class="errorbox">
tt<h3>";
// line 14
echo $this->env->getExtension('phpbb')->lang("WARNING");
echo "</h3>
tt<p>";
// line 15
echo (isset($context["ERROR_MSG"]) ? $context["ERROR_MSG"] : null);
echo "</p>
t</div>
";
}
// line 18
echo "
<form id="acp_seo_sitemap" method="post" action="";
// line 19
echo (isset($context["U_ACTION"]) ? $context["U_ACTION"] : null);
echo "">
t<fieldset>
tt<legend>";
// line 21
echo $this->env->getExtension('phpbb')->lang("SEOMAP_SETTINGS");
echo "</legend>
tt<dl>
ttt<dt><label for="sitemap_seo_cache">";
// line 23
echo $this->env->getExtension('phpbb')->lang("SEOMAP_CACHE_TIME");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label><br /><span>";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_CACHE_TIME_EXPLAIN");
echo "</span></dt>
ttt<dd><input type="text" name="sitemap_seo_cache" size="3" value="";
// line 24
echo (isset($context["SEOMAP_CACHE_TIME"]) ? $context["SEOMAP_CACHE_TIME"] : null);
echo "" /> ";
echo $this->env->getExtension('phpbb')->lang("HOURS");
echo "</dd>
tt</dl>
tt<dl>
ttt<dt><label for="sitemap_seo_url_limit">";
// line 27
echo $this->env->getExtension('phpbb')->lang("SEOMAP_URL_LIMIT");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label><br /><span>";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_URL_LIMIT_EXPLAIN");
echo "</span></dt>
ttt<dd><input type="text" name="sitemap_seo_url_limit" size="5" value="";
// line 28
echo (isset($context["SEOMAP_URL_LIMIT"]) ? $context["SEOMAP_URL_LIMIT"] : null);
echo "" /></dd>
tt</dl>
tt<dl>
ttt<dt><label for="sitemap_seo_batch_size">";
// line 31
echo $this->env->getExtension('phpbb')->lang("SEOMAP_BATCH_SIZE");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label><br /><span>";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_BATCH_SIZE_EXPLAIN");
echo "</span></dt>
ttt<dd>
tttt<select name="sitemap_seo_batch_size" id="sitemap_seo_batch_size">
ttttt<option value="5000"";
// line 34
if (((isset($context["SEOMAP_BATCH_SIZE"]) ? $context["SEOMAP_BATCH_SIZE"] : null) == "5000")) {
echo " selected="selected"";
}
echo ">5000</option>
ttttt<option value="10000"";
// line 35
if (((isset($context["SEOMAP_BATCH_SIZE"]) ? $context["SEOMAP_BATCH_SIZE"] : null) == "10000")) {
echo " selected="selected"";
}
echo ">10000</option>
ttttt<option value="20000"";
// line 36
if (((isset($context["SEOMAP_BATCH_SIZE"]) ? $context["SEOMAP_BATCH_SIZE"] : null) == "20000")) {
echo " selected="selected"";
}
echo ">20000</option>
ttttt<option value="30000"";
// line 37
if (((isset($context["SEOMAP_BATCH_SIZE"]) ? $context["SEOMAP_BATCH_SIZE"] : null) == "30000")) {
echo " selected="selected"";
}
echo ">30000</option>
ttttt<option value="40000"";
// line 38
if (((isset($context["SEOMAP_BATCH_SIZE"]) ? $context["SEOMAP_BATCH_SIZE"] : null) == "40000")) {
echo " selected="selected"";
}
echo ">40000</option>
ttttt<option value="50000"";
// line 39
if (((isset($context["SEOMAP_BATCH_SIZE"]) ? $context["SEOMAP_BATCH_SIZE"] : null) == "50000")) {
echo " selected="selected"";
}
echo ">50000</option>
tttt</select>
ttt</dd>
tt</dl>
tt<dl>
ttt<dt><label for="sitemap_seo_excluded">";
// line 44
echo $this->env->getExtension('phpbb')->lang("SEOMAP_EXCLUDED");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label><br /><span>";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_EXCLUDED_EXPLAIN");
echo "</span></dt>
ttt<dd><select id="sitemap_seo_excluded" name="sitemap_seo_excluded[]" multiple="multiple" size="10">";
// line 45
echo (isset($context["SEOMAP_EXCLUDED_FORUMS"]) ? $context["SEOMAP_EXCLUDED_FORUMS"] : null);
echo "</select></dd>
tt</dl>
tt<dl>
ttt<dt><label for="sitemap_seo_prior_0">";
// line 48
echo $this->env->getExtension('phpbb')->lang("SEOMAP_PRIORITY_0");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label></dt>
ttt<dd><input type="text" name="sitemap_seo_prior_0" value="";
// line 49
echo (isset($context["SEOMAP_PRIORITY_0"]) ? $context["SEOMAP_PRIORITY_0"] : null);
echo "" size="3" /></dd>
tt</dl>
tt<dl>
ttt<dt><label for="sitemap_seo_prior_1">";
// line 52
echo $this->env->getExtension('phpbb')->lang("SEOMAP_PRIORITY_1");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label></dt>
ttt<dd><input type="text" name="sitemap_seo_prior_1" value="";
// line 53
echo (isset($context["SEOMAP_PRIORITY_1"]) ? $context["SEOMAP_PRIORITY_1"] : null);
echo "" size="3" /></dd>
tt</dl>
tt<dl>
ttt<dt><label for="sitemap_seo_prior_2">";
// line 56
echo $this->env->getExtension('phpbb')->lang("SEOMAP_PRIORITY_2");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label></dt>
ttt<dd><input type="text" name="sitemap_seo_prior_2" value="";
// line 57
echo (isset($context["SEOMAP_PRIORITY_2"]) ? $context["SEOMAP_PRIORITY_2"] : null);
echo "" size="3" /></dd>
tt</dl>
tt<dl>
ttt<dt><label for="sitemap_seo_prior_3">";
// line 60
echo $this->env->getExtension('phpbb')->lang("SEOMAP_PRIORITY_3");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label></dt>
ttt<dd><input type="text" name="sitemap_seo_prior_3" value="";
// line 61
echo (isset($context["SEOMAP_PRIORITY_3"]) ? $context["SEOMAP_PRIORITY_3"] : null);
echo "" size="3" /></dd>
tt</dl>
tt";
// line 63
if ((isset($context["S_ARTICLE"]) ? $context["S_ARTICLE"] : null)) {
// line 64
echo "ttt<dl>
tttt<dt><label for="sitemap_seo_prior_4">";
// line 65
echo $this->env->getExtension('phpbb')->lang("SEOMAP_PRIORITY_4");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label></dt>
tttt<dd><input type="text" name="sitemap_seo_prior_4" value="";
// line 66
echo (isset($context["SEOMAP_PRIORITY_4"]) ? $context["SEOMAP_PRIORITY_4"] : null);
echo "" size="3" /></dd>
ttt</dl>
tt";
}
// line 69
echo "tt<dl>
ttt<dt><label for="sitemap_seo_prior_f">";
// line 70
echo $this->env->getExtension('phpbb')->lang("SEOMAP_PRIORITY_F");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label></dt>
ttt<dd><input type="text" name="sitemap_seo_prior_f" value="";
// line 71
echo (isset($context["SEOMAP_PRIORITY_F"]) ? $context["SEOMAP_PRIORITY_F"] : null);
echo "" size="3" /></dd>
tt</dl>
tt<dl>
ttt<dt><label for="sitemap_seo_freq_0">";
// line 74
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_0");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label></dt>
ttt<dd>
tttt<select name="sitemap_seo_freq_0" id="sitemap_seo_freq_0">
ttttt<option value="0"";
// line 77
if (((isset($context["SEOMAP_FREQ_0"]) ? $context["SEOMAP_FREQ_0"] : null) == "0")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("DISABLED");
echo "</option>
ttttt<option value="never"";
// line 78
if (((isset($context["SEOMAP_FREQ_0"]) ? $context["SEOMAP_FREQ_0"] : null) == "never")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_NEVER");
echo "</option>
ttttt<option value="yearly"";
// line 79
if (((isset($context["SEOMAP_FREQ_0"]) ? $context["SEOMAP_FREQ_0"] : null) == "yearly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_YEARLY");
echo "</option>
ttttt<option value="monthly"";
// line 80
if (((isset($context["SEOMAP_FREQ_0"]) ? $context["SEOMAP_FREQ_0"] : null) == "monthly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_MONTHLY");
echo "</option>
ttttt<option value="weekly"";
// line 81
if (((isset($context["SEOMAP_FREQ_0"]) ? $context["SEOMAP_FREQ_0"] : null) == "weekly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_WEEKLY");
echo "</option>
ttttt<option value="daily"";
// line 82
if (((isset($context["SEOMAP_FREQ_0"]) ? $context["SEOMAP_FREQ_0"] : null) == "daily")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_DAILY");
echo "</option>
ttttt<option value="hourly"";
// line 83
if (((isset($context["SEOMAP_FREQ_0"]) ? $context["SEOMAP_FREQ_0"] : null) == "hourly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_HOURLY");
echo "</option>
ttttt<option value="always"";
// line 84
if (((isset($context["SEOMAP_FREQ_0"]) ? $context["SEOMAP_FREQ_0"] : null) == "always")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_ALWAYS");
echo "</option>
tttt</select>
ttt</dd>
tt</dl>
tt<dl>
ttt<dt><label for="sitemap_seo_freq_1">";
// line 89
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_1");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label></dt>
ttt<dd>
tttt<select name="sitemap_seo_freq_1" id="sitemap_seo_freq_1">
ttttt<option value="0"";
// line 92
if (((isset($context["SEOMAP_FREQ_1"]) ? $context["SEOMAP_FREQ_1"] : null) == "0")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("DISABLED");
echo "</option>
ttttt<option value="never"";
// line 93
if (((isset($context["SEOMAP_FREQ_1"]) ? $context["SEOMAP_FREQ_1"] : null) == "never")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_NEVER");
echo "</option>
ttttt<option value="yearly"";
// line 94
if (((isset($context["SEOMAP_FREQ_1"]) ? $context["SEOMAP_FREQ_1"] : null) == "yearly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_YEARLY");
echo "</option>
ttttt<option value="monthly"";
// line 95
if (((isset($context["SEOMAP_FREQ_1"]) ? $context["SEOMAP_FREQ_1"] : null) == "monthly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_MONTHLY");
echo "</option>
ttttt<option value="weekly"";
// line 96
if (((isset($context["SEOMAP_FREQ_1"]) ? $context["SEOMAP_FREQ_1"] : null) == "weekly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_WEEKLY");
echo "</option>
ttttt<option value="daily"";
// line 97
if (((isset($context["SEOMAP_FREQ_1"]) ? $context["SEOMAP_FREQ_1"] : null) == "daily")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_DAILY");
echo "</option>
ttttt<option value="hourly"";
// line 98
if (((isset($context["SEOMAP_FREQ_1"]) ? $context["SEOMAP_FREQ_1"] : null) == "hourly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_HOURLY");
echo "</option>
ttttt<option value="always"";
// line 99
if (((isset($context["SEOMAP_FREQ_1"]) ? $context["SEOMAP_FREQ_1"] : null) == "always")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_ALWAYS");
echo "</option>
tttt</select>
ttt</dd>
tt</dl>
tt<dl>
ttt<dt><label for="sitemap_seo_freq_2">";
// line 104
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_2");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label></dt>
ttt<dd>
tttt<select name="sitemap_seo_freq_2" id="sitemap_seo_freq_2">
ttttt<option value="0"";
// line 107
if (((isset($context["SEOMAP_FREQ_2"]) ? $context["SEOMAP_FREQ_2"] : null) == "0")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("DISABLED");
echo "</option>
ttttt<option value="never"";
// line 108
if (((isset($context["SEOMAP_FREQ_2"]) ? $context["SEOMAP_FREQ_2"] : null) == "never")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_NEVER");
echo "</option>
ttttt<option value="yearly"";
// line 109
if (((isset($context["SEOMAP_FREQ_2"]) ? $context["SEOMAP_FREQ_2"] : null) == "yearly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_YEARLY");
echo "</option>
ttttt<option value="monthly"";
// line 110
if (((isset($context["SEOMAP_FREQ_2"]) ? $context["SEOMAP_FREQ_2"] : null) == "monthly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_MONTHLY");
echo "</option>
ttttt<option value="weekly"";
// line 111
if (((isset($context["SEOMAP_FREQ_2"]) ? $context["SEOMAP_FREQ_2"] : null) == "weekly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_WEEKLY");
echo "</option>
ttttt<option value="daily"";
// line 112
if (((isset($context["SEOMAP_FREQ_2"]) ? $context["SEOMAP_FREQ_2"] : null) == "daily")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_DAILY");
echo "</option>
ttttt<option value="hourly"";
// line 113
if (((isset($context["SEOMAP_FREQ_2"]) ? $context["SEOMAP_FREQ_2"] : null) == "hourly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_HOURLY");
echo "</option>
ttttt<option value="always"";
// line 114
if (((isset($context["SEOMAP_FREQ_2"]) ? $context["SEOMAP_FREQ_2"] : null) == "always")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_ALWAYS");
echo "</option>
tttt</select>
ttt</dd>
tt</dl>
tt<dl>
ttt<dt><label for="sitemap_seo_freq_3">";
// line 119
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_3");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label></dt>
ttt<dd>
tttt<select name="sitemap_seo_freq_3" id="sitemap_seo_freq_3">
ttttt<option value="0"";
// line 122
if (((isset($context["SEOMAP_FREQ_3"]) ? $context["SEOMAP_FREQ_3"] : null) == "0")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("DISABLED");
echo "</option>
ttttt<option value="never"";
// line 123
if (((isset($context["SEOMAP_FREQ_3"]) ? $context["SEOMAP_FREQ_3"] : null) == "never")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_NEVER");
echo "</option>
ttttt<option value="yearly"";
// line 124
if (((isset($context["SEOMAP_FREQ_3"]) ? $context["SEOMAP_FREQ_3"] : null) == "yearly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_YEARLY");
echo "</option>
ttttt<option value="monthly"";
// line 125
if (((isset($context["SEOMAP_FREQ_3"]) ? $context["SEOMAP_FREQ_3"] : null) == "monthly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_MONTHLY");
echo "</option>
ttttt<option value="weekly"";
// line 126
if (((isset($context["SEOMAP_FREQ_3"]) ? $context["SEOMAP_FREQ_3"] : null) == "weekly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_WEEKLY");
echo "</option>
ttttt<option value="daily"";
// line 127
if (((isset($context["SEOMAP_FREQ_3"]) ? $context["SEOMAP_FREQ_3"] : null) == "daily")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_DAILY");
echo "</option>
ttttt<option value="hourly"";
// line 128
if (((isset($context["SEOMAP_FREQ_3"]) ? $context["SEOMAP_FREQ_3"] : null) == "hourly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_HOURLY");
echo "</option>
ttttt<option value="always"";
// line 129
if (((isset($context["SEOMAP_FREQ_3"]) ? $context["SEOMAP_FREQ_3"] : null) == "always")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_ALWAYS");
echo "</option>
tttt</select>
ttt</dd>
tt</dl>
tt";
// line 133
if ((isset($context["S_ARTICLE"]) ? $context["S_ARTICLE"] : null)) {
// line 134
echo "ttt<dl>
tttt<dt><label for="sitemap_seo_freq_4">";
// line 135
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_4");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label></dt>
tttt<dd>
ttttt<select name="sitemap_seo_freq_4" id="sitemap_seo_freq_4">
tttttt<option value="0"";
// line 138
if (((isset($context["SEOMAP_FREQ_4"]) ? $context["SEOMAP_FREQ_4"] : null) == "0")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("DISABLED");
echo "</option>
tttttt<option value="never"";
// line 139
if (((isset($context["SEOMAP_FREQ_4"]) ? $context["SEOMAP_FREQ_4"] : null) == "never")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_NEVER");
echo "</option>
tttttt<option value="yearly"";
// line 140
if (((isset($context["SEOMAP_FREQ_4"]) ? $context["SEOMAP_FREQ_4"] : null) == "yearly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_YEARLY");
echo "</option>
tttttt<option value="monthly"";
// line 141
if (((isset($context["SEOMAP_FREQ_4"]) ? $context["SEOMAP_FREQ_4"] : null) == "monthly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_MONTHLY");
echo "</option>
tttttt<option value="weekly"";
// line 142
if (((isset($context["SEOMAP_FREQ_4"]) ? $context["SEOMAP_FREQ_4"] : null) == "weekly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_WEEKLY");
echo "</option>
tttttt<option value="daily"";
// line 143
if (((isset($context["SEOMAP_FREQ_4"]) ? $context["SEOMAP_FREQ_4"] : null) == "daily")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_DAILY");
echo "</option>
tttttt<option value="hourly"";
// line 144
if (((isset($context["SEOMAP_FREQ_4"]) ? $context["SEOMAP_FREQ_4"] : null) == "hourly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_HOURLY");
echo "</option>
tttttt<option value="always"";
// line 145
if (((isset($context["SEOMAP_FREQ_4"]) ? $context["SEOMAP_FREQ_4"] : null) == "always")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_ALWAYS");
echo "</option>
ttttt</select>
tttt</dd>
ttt</dl>
tt";
}
// line 150
echo "tt<dl>
ttt<dt><label for="sitemap_seo_freq_f">";
// line 151
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_F");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label></dt>
ttt<dd>
tttt<select name="sitemap_seo_freq_f" id="sitemap_seo_freq_f">
ttttt<option value="0"";
// line 154
if (((isset($context["SEOMAP_FREQ_F"]) ? $context["SEOMAP_FREQ_F"] : null) == "0")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("DISABLED");
echo "</option>
ttttt<option value="never"";
// line 155
if (((isset($context["SEOMAP_FREQ_F"]) ? $context["SEOMAP_FREQ_F"] : null) == "never")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_NEVER");
echo "</option>
ttttt<option value="yearly"";
// line 156
if (((isset($context["SEOMAP_FREQ_F"]) ? $context["SEOMAP_FREQ_F"] : null) == "yearly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_YEARLY");
echo "</option>
ttttt<option value="monthly"";
// line 157
if (((isset($context["SEOMAP_FREQ_F"]) ? $context["SEOMAP_FREQ_F"] : null) == "monthly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_MONTHLY");
echo "</option>
ttttt<option value="weekly"";
// line 158
if (((isset($context["SEOMAP_FREQ_F"]) ? $context["SEOMAP_FREQ_F"] : null) == "weekly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_WEEKLY");
echo "</option>
ttttt<option value="daily"";
// line 159
if (((isset($context["SEOMAP_FREQ_F"]) ? $context["SEOMAP_FREQ_F"] : null) == "daily")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_DAILY");
echo "</option>
ttttt<option value="hourly"";
// line 160
if (((isset($context["SEOMAP_FREQ_F"]) ? $context["SEOMAP_FREQ_F"] : null) == "hourly")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_HOURLY");
echo "</option>
ttttt<option value="always"";
// line 161
if (((isset($context["SEOMAP_FREQ_F"]) ? $context["SEOMAP_FREQ_F"] : null) == "always")) {
echo " selected="selected"";
}
echo ">";
echo $this->env->getExtension('phpbb')->lang("SEOMAP_FREQ_ALWAYS");
echo "</option>
tttt</select>
ttt</dd>
tt</dl>
tt<p class="submit-buttons">
ttt<input class="button1" type="submit" id="submit" name="submit" value="";
// line 166
echo $this->env->getExtension('phpbb')->lang("SUBMIT");
echo "" />
ttt<input class="button2" type="reset" id="reset" name="reset" value="";
// line 167
echo $this->env->getExtension('phpbb')->lang("RESET");
echo "" />
tt</p>
t";
// line 169
echo (isset($context["S_FORM_TOKEN"]) ? $context["S_FORM_TOKEN"] : null);
echo "
t</fieldset>
</form>
";
// line 173
$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_sitemap.html", 173)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
}
public function getTemplateName()
{
return "acp_sitemap.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 722 => 173, 715 => 169, 710 => 167, 706 => 166, 694 => 161, 686 => 160, 678 => 159, 670 => 158, 662 => 157, 654 => 156, 646 => 155, 638 => 154, 631 => 151, 628 => 150, 616 => 145, 608 => 144, 600 => 143, 592 => 142, 584 => 141, 576 => 140, 568 => 139, 560 => 138, 553 => 135, 550 => 134, 548 => 133, 537 => 129, 529 => 128, 521 => 127, 513 => 126, 505 => 125, 497 => 124, 489 => 123, 481 => 122, 474 => 119, 462 => 114, 454 => 113, 446 => 112, 438 => 111, 430 => 110, 422 => 109, 414 => 108, 406 => 107, 399 => 104, 387 => 99, 379 => 98, 371 => 97, 363 => 96, 355 => 95, 347 => 94, 339 => 93, 331 => 92, 324 => 89, 312 => 84, 304 => 83, 296 => 82, 288 => 81, 280 => 80, 272 => 79, 264 => 78, 256 => 77, 249 => 74, 243 => 71, 238 => 70, 235 => 69, 229 => 66, 224 => 65, 221 => 64, 219 => 63, 214 => 61, 209 => 60, 203 => 57, 198 => 56, 192 => 53, 187 => 52, 181 => 49, 176 => 48, 170 => 45, 163 => 44, 153 => 39, 147 => 38, 141 => 37, 135 => 36, 129 => 35, 123 => 34, 114 => 31, 108 => 28, 101 => 27, 93 => 24, 86 => 23, 81 => 21, 76 => 19, 73 => 18, 67 => 15, 63 => 14, 60 => 13, 58 => 12, 53 => 10, 49 => 9, 45 => 8, 41 => 7, 36 => 5, 31 => 2, 19 => 1,);
}
}
/* <!-- INCLUDE overall_header.html -->*/
/* */
/* <a name="maincontent"></a>*/
/* */
/* <h1>{L_SEOMAP}</h1>*/
/* */
/* <p>{SEOMAP_VERSION}</p>*/
/* <p>{SEOMAP_URL}</p>*/
/* <p>{SEOMAP_URL_COUNT}</p>*/
/* <p>{L_SEOMAP_EXPLAIN}</p>*/
/* */
/* <!-- IF S_ERROR -->*/
/* <div class="errorbox">*/
/* <h3>{L_WARNING}</h3>*/
/* <p>{ERROR_MSG}</p>*/
/* </div>*/
/* <!-- ENDIF -->*/
/* */
/* <form id="acp_seo_sitemap" method="post" action="{U_ACTION}">*/
/* <fieldset>*/
/* <legend>{L_SEOMAP_SETTINGS}</legend>*/
/* <dl>*/
/* <dt><label for="sitemap_seo_cache">{L_SEOMAP_CACHE_TIME}{L_COLON}</label><br /><span>{L_SEOMAP_CACHE_TIME_EXPLAIN}</span></dt>*/
/* <dd><input type="text" name="sitemap_seo_cache" size="3" value="{SEOMAP_CACHE_TIME}" /> {L_HOURS}</dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="sitemap_seo_url_limit">{L_SEOMAP_URL_LIMIT}{L_COLON}</label><br /><span>{L_SEOMAP_URL_LIMIT_EXPLAIN}</span></dt>*/
/* <dd><input type="text" name="sitemap_seo_url_limit" size="5" value="{SEOMAP_URL_LIMIT}" /></dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="sitemap_seo_batch_size">{L_SEOMAP_BATCH_SIZE}{L_COLON}</label><br /><span>{L_SEOMAP_BATCH_SIZE_EXPLAIN}</span></dt>*/
/* <dd>*/
/* <select name="sitemap_seo_batch_size" id="sitemap_seo_batch_size">*/
/* <option value="5000"<!-- IF SEOMAP_BATCH_SIZE eq '5000' --> selected="selected"<!-- ENDIF -->>5000</option>*/
/* <option value="10000"<!-- IF SEOMAP_BATCH_SIZE eq '10000' --> selected="selected"<!-- ENDIF -->>10000</option>*/
/* <option value="20000"<!-- IF SEOMAP_BATCH_SIZE eq '20000' --> selected="selected"<!-- ENDIF -->>20000</option>*/
/* <option value="30000"<!-- IF SEOMAP_BATCH_SIZE eq '30000' --> selected="selected"<!-- ENDIF -->>30000</option>*/
/* <option value="40000"<!-- IF SEOMAP_BATCH_SIZE eq '40000' --> selected="selected"<!-- ENDIF -->>40000</option>*/
/* <option value="50000"<!-- IF SEOMAP_BATCH_SIZE eq '50000' --> selected="selected"<!-- ENDIF -->>50000</option>*/
/* </select>*/
/* </dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="sitemap_seo_excluded">{L_SEOMAP_EXCLUDED}{L_COLON}</label><br /><span>{L_SEOMAP_EXCLUDED_EXPLAIN}</span></dt>*/
/* <dd><select id="sitemap_seo_excluded" name="sitemap_seo_excluded[]" multiple="multiple" size="10">{SEOMAP_EXCLUDED_FORUMS}</select></dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="sitemap_seo_prior_0">{L_SEOMAP_PRIORITY_0}{L_COLON}</label></dt>*/
/* <dd><input type="text" name="sitemap_seo_prior_0" value="{SEOMAP_PRIORITY_0}" size="3" /></dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="sitemap_seo_prior_1">{L_SEOMAP_PRIORITY_1}{L_COLON}</label></dt>*/
/* <dd><input type="text" name="sitemap_seo_prior_1" value="{SEOMAP_PRIORITY_1}" size="3" /></dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="sitemap_seo_prior_2">{L_SEOMAP_PRIORITY_2}{L_COLON}</label></dt>*/
/* <dd><input type="text" name="sitemap_seo_prior_2" value="{SEOMAP_PRIORITY_2}" size="3" /></dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="sitemap_seo_prior_3">{L_SEOMAP_PRIORITY_3}{L_COLON}</label></dt>*/
/* <dd><input type="text" name="sitemap_seo_prior_3" value="{SEOMAP_PRIORITY_3}" size="3" /></dd>*/
/* </dl>*/
/* <!-- IF S_ARTICLE -->*/
/* <dl>*/
/* <dt><label for="sitemap_seo_prior_4">{L_SEOMAP_PRIORITY_4}{L_COLON}</label></dt>*/
/* <dd><input type="text" name="sitemap_seo_prior_4" value="{SEOMAP_PRIORITY_4}" size="3" /></dd>*/
/* </dl>*/
/* <!-- ENDIF -->*/
/* <dl>*/
/* <dt><label for="sitemap_seo_prior_f">{L_SEOMAP_PRIORITY_F}{L_COLON}</label></dt>*/
/* <dd><input type="text" name="sitemap_seo_prior_f" value="{SEOMAP_PRIORITY_F}" size="3" /></dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="sitemap_seo_freq_0">{L_SEOMAP_FREQ_0}{L_COLON}</label></dt>*/
/* <dd>*/
/* <select name="sitemap_seo_freq_0" id="sitemap_seo_freq_0">*/
/* <option value="0"<!-- IF SEOMAP_FREQ_0 eq '0' --> selected="selected"<!-- ENDIF -->>{L_DISABLED}</option>*/
/* <option value="never"<!-- IF SEOMAP_FREQ_0 eq 'never' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_NEVER}</option>*/
/* <option value="yearly"<!-- IF SEOMAP_FREQ_0 eq 'yearly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_YEARLY}</option>*/
/* <option value="monthly"<!-- IF SEOMAP_FREQ_0 eq 'monthly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_MONTHLY}</option>*/
/* <option value="weekly"<!-- IF SEOMAP_FREQ_0 eq 'weekly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_WEEKLY}</option>*/
/* <option value="daily"<!-- IF SEOMAP_FREQ_0 eq 'daily' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_DAILY}</option>*/
/* <option value="hourly"<!-- IF SEOMAP_FREQ_0 eq 'hourly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_HOURLY}</option>*/
/* <option value="always"<!-- IF SEOMAP_FREQ_0 eq 'always' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_ALWAYS}</option>*/
/* </select>*/
/* </dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="sitemap_seo_freq_1">{L_SEOMAP_FREQ_1}{L_COLON}</label></dt>*/
/* <dd>*/
/* <select name="sitemap_seo_freq_1" id="sitemap_seo_freq_1">*/
/* <option value="0"<!-- IF SEOMAP_FREQ_1 eq '0' --> selected="selected"<!-- ENDIF -->>{L_DISABLED}</option>*/
/* <option value="never"<!-- IF SEOMAP_FREQ_1 eq 'never' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_NEVER}</option>*/
/* <option value="yearly"<!-- IF SEOMAP_FREQ_1 eq 'yearly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_YEARLY}</option>*/
/* <option value="monthly"<!-- IF SEOMAP_FREQ_1 eq 'monthly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_MONTHLY}</option>*/
/* <option value="weekly"<!-- IF SEOMAP_FREQ_1 eq 'weekly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_WEEKLY}</option>*/
/* <option value="daily"<!-- IF SEOMAP_FREQ_1 eq 'daily' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_DAILY}</option>*/
/* <option value="hourly"<!-- IF SEOMAP_FREQ_1 eq 'hourly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_HOURLY}</option>*/
/* <option value="always"<!-- IF SEOMAP_FREQ_1 eq 'always' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_ALWAYS}</option>*/
/* </select>*/
/* </dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="sitemap_seo_freq_2">{L_SEOMAP_FREQ_2}{L_COLON}</label></dt>*/
/* <dd>*/
/* <select name="sitemap_seo_freq_2" id="sitemap_seo_freq_2">*/
/* <option value="0"<!-- IF SEOMAP_FREQ_2 eq '0' --> selected="selected"<!-- ENDIF -->>{L_DISABLED}</option>*/
/* <option value="never"<!-- IF SEOMAP_FREQ_2 eq 'never' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_NEVER}</option>*/
/* <option value="yearly"<!-- IF SEOMAP_FREQ_2 eq 'yearly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_YEARLY}</option>*/
/* <option value="monthly"<!-- IF SEOMAP_FREQ_2 eq 'monthly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_MONTHLY}</option>*/
/* <option value="weekly"<!-- IF SEOMAP_FREQ_2 eq 'weekly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_WEEKLY}</option>*/
/* <option value="daily"<!-- IF SEOMAP_FREQ_2 eq 'daily' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_DAILY}</option>*/
/* <option value="hourly"<!-- IF SEOMAP_FREQ_2 eq 'hourly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_HOURLY}</option>*/
/* <option value="always"<!-- IF SEOMAP_FREQ_2 eq 'always' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_ALWAYS}</option>*/
/* </select>*/
/* </dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="sitemap_seo_freq_3">{L_SEOMAP_FREQ_3}{L_COLON}</label></dt>*/
/* <dd>*/
/* <select name="sitemap_seo_freq_3" id="sitemap_seo_freq_3">*/
/* <option value="0"<!-- IF SEOMAP_FREQ_3 eq '0' --> selected="selected"<!-- ENDIF -->>{L_DISABLED}</option>*/
/* <option value="never"<!-- IF SEOMAP_FREQ_3 eq 'never' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_NEVER}</option>*/
/* <option value="yearly"<!-- IF SEOMAP_FREQ_3 eq 'yearly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_YEARLY}</option>*/
/* <option value="monthly"<!-- IF SEOMAP_FREQ_3 eq 'monthly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_MONTHLY}</option>*/
/* <option value="weekly"<!-- IF SEOMAP_FREQ_3 eq 'weekly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_WEEKLY}</option>*/
/* <option value="daily"<!-- IF SEOMAP_FREQ_3 eq 'daily' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_DAILY}</option>*/
/* <option value="hourly"<!-- IF SEOMAP_FREQ_3 eq 'hourly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_HOURLY}</option>*/
/* <option value="always"<!-- IF SEOMAP_FREQ_3 eq 'always' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_ALWAYS}</option>*/
/* </select>*/
/* </dd>*/
/* </dl>*/
/* <!-- IF S_ARTICLE -->*/
/* <dl>*/
/* <dt><label for="sitemap_seo_freq_4">{L_SEOMAP_FREQ_4}{L_COLON}</label></dt>*/
/* <dd>*/
/* <select name="sitemap_seo_freq_4" id="sitemap_seo_freq_4">*/
/* <option value="0"<!-- IF SEOMAP_FREQ_4 eq '0' --> selected="selected"<!-- ENDIF -->>{L_DISABLED}</option>*/
/* <option value="never"<!-- IF SEOMAP_FREQ_4 eq 'never' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_NEVER}</option>*/
/* <option value="yearly"<!-- IF SEOMAP_FREQ_4 eq 'yearly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_YEARLY}</option>*/
/* <option value="monthly"<!-- IF SEOMAP_FREQ_4 eq 'monthly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_MONTHLY}</option>*/
/* <option value="weekly"<!-- IF SEOMAP_FREQ_4 eq 'weekly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_WEEKLY}</option>*/
/* <option value="daily"<!-- IF SEOMAP_FREQ_4 eq 'daily' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_DAILY}</option>*/
/* <option value="hourly"<!-- IF SEOMAP_FREQ_4 eq 'hourly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_HOURLY}</option>*/
/* <option value="always"<!-- IF SEOMAP_FREQ_4 eq 'always' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_ALWAYS}</option>*/
/* </select>*/
/* </dd>*/
/* </dl>*/
/* <!-- ENDIF -->*/
/* <dl>*/
/* <dt><label for="sitemap_seo_freq_f">{L_SEOMAP_FREQ_F}{L_COLON}</label></dt>*/
/* <dd>*/
/* <select name="sitemap_seo_freq_f" id="sitemap_seo_freq_f">*/
/* <option value="0"<!-- IF SEOMAP_FREQ_F eq '0' --> selected="selected"<!-- ENDIF -->>{L_DISABLED}</option>*/
/* <option value="never"<!-- IF SEOMAP_FREQ_F eq 'never' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_NEVER}</option>*/
/* <option value="yearly"<!-- IF SEOMAP_FREQ_F eq 'yearly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_YEARLY}</option>*/
/* <option value="monthly"<!-- IF SEOMAP_FREQ_F eq 'monthly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_MONTHLY}</option>*/
/* <option value="weekly"<!-- IF SEOMAP_FREQ_F eq 'weekly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_WEEKLY}</option>*/
/* <option value="daily"<!-- IF SEOMAP_FREQ_F eq 'daily' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_DAILY}</option>*/
/* <option value="hourly"<!-- IF SEOMAP_FREQ_F eq 'hourly' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_HOURLY}</option>*/
/* <option value="always"<!-- IF SEOMAP_FREQ_F eq 'always' --> selected="selected"<!-- ENDIF -->>{L_SEOMAP_FREQ_ALWAYS}</option>*/
/* </select>*/
/* </dd>*/
/* </dl>*/
/* <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 -->*/
/* */