update
This commit is contained in:
@@ -0,0 +1,192 @@
|
||||
<?php
|
||||
|
||||
namespace WPML\Core;
|
||||
|
||||
use \WPML\Core\Twig\Environment;
|
||||
use \WPML\Core\Twig\Error\LoaderError;
|
||||
use \WPML\Core\Twig\Error\RuntimeError;
|
||||
use \WPML\Core\Twig\Markup;
|
||||
use \WPML\Core\Twig\Sandbox\SecurityError;
|
||||
use \WPML\Core\Twig\Sandbox\SecurityNotAllowedTagError;
|
||||
use \WPML\Core\Twig\Sandbox\SecurityNotAllowedFilterError;
|
||||
use \WPML\Core\Twig\Sandbox\SecurityNotAllowedFunctionError;
|
||||
use \WPML\Core\Twig\Source;
|
||||
use \WPML\Core\Twig\Template;
|
||||
|
||||
/* dropdown-templates.twig */
|
||||
class __TwigTemplate_63e056c9559352244e205c0e465a78c4a1b235d710e350e202f8739ef7b75311 extends \WPML\Core\Twig\Template
|
||||
{
|
||||
public function __construct(Environment $env)
|
||||
{
|
||||
parent::__construct($env);
|
||||
|
||||
$this->parent = false;
|
||||
|
||||
$this->blocks = [
|
||||
];
|
||||
}
|
||||
|
||||
protected function doDisplay(array $context, array $blocks = [])
|
||||
{
|
||||
// line 1
|
||||
$context["supported_core_templates"] = [];
|
||||
// line 2
|
||||
$context["supported_custom_templates"] = [];
|
||||
// line 3
|
||||
echo "
|
||||
";
|
||||
// line 4
|
||||
$context['_parent'] = $context;
|
||||
$context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["data"] ?? null), "templates", []));
|
||||
foreach ($context['_seq'] as $context["_key"] => $context["template"]) {
|
||||
if (twig_in_filter(($context["slot_type"] ?? null), $this->getAttribute($context["template"], "supported_slot_types", []))) {
|
||||
// line 5
|
||||
echo "\t";
|
||||
if ($this->getAttribute($context["template"], "is_core", [])) {
|
||||
// line 6
|
||||
echo "\t\t";
|
||||
$context["supported_core_templates"] = \WPML\Core\twig_array_merge(($context["supported_core_templates"] ?? null), [0 => $context["template"]]);
|
||||
// line 7
|
||||
echo "\t";
|
||||
} else {
|
||||
// line 8
|
||||
echo "\t\t";
|
||||
$context["supported_custom_templates"] = \WPML\Core\twig_array_merge(($context["supported_custom_templates"] ?? null), [0 => $context["template"]]);
|
||||
// line 9
|
||||
echo "\t";
|
||||
}
|
||||
}
|
||||
}
|
||||
$_parent = $context['_parent'];
|
||||
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['template'], $context['_parent'], $context['loop']);
|
||||
$context = array_intersect_key($context, $_parent) + $_parent;
|
||||
// line 11
|
||||
echo "
|
||||
";
|
||||
// line 12
|
||||
$context["total_templates"] = (\WPML\Core\twig_length_filter($this->env, ($context["supported_core_templates"] ?? null)) + \WPML\Core\twig_length_filter($this->env, ($context["supported_custom_templates"] ?? null)));
|
||||
// line 13
|
||||
echo "
|
||||
<div";
|
||||
// line 14
|
||||
if ((($context["total_templates"] ?? null) <= 1)) {
|
||||
echo " class=\"hidden\"";
|
||||
}
|
||||
echo ">
|
||||
|
||||
\t<h4><label for=\"template-";
|
||||
// line 16
|
||||
echo \WPML\Core\twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
|
||||
echo "\">";
|
||||
echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "misc", []), "templates_dropdown_label", []), "html", null, true);
|
||||
echo "</label> ";
|
||||
$this->loadTemplate("tooltip.twig", "dropdown-templates.twig", 16)->display(twig_array_merge($context, ["content" => $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "tooltips", []), "available_templates", [])]));
|
||||
echo "</h4>
|
||||
|
||||
\t<select id=\"template-";
|
||||
// line 18
|
||||
echo \WPML\Core\twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
|
||||
echo "\" name=\"";
|
||||
echo \WPML\Core\twig_escape_filter($this->env, ($context["name"] ?? null), "html", null, true);
|
||||
echo "\" class=\"js-wpml-ls-template-selector js-wpml-ls-trigger-update\">
|
||||
|
||||
\t\t<optgroup label=\"";
|
||||
// line 20
|
||||
echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "misc", []), "templates_wpml_group", []), "html", null, true);
|
||||
echo "\">
|
||||
\t\t";
|
||||
// line 21
|
||||
$context['_parent'] = $context;
|
||||
$context['_seq'] = twig_ensure_traversable(($context["supported_core_templates"] ?? null));
|
||||
foreach ($context['_seq'] as $context["_key"] => $context["template"]) {
|
||||
// line 22
|
||||
echo "\t\t\t";
|
||||
$context["template_data"] = $this->getAttribute($context["template"], "get_template_data", [], "method");
|
||||
// line 23
|
||||
echo "\t\t\t<option value=\"";
|
||||
echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute(($context["template_data"] ?? null), "slug", []), "html", null, true);
|
||||
echo "\" ";
|
||||
if ((($context["value"] ?? null) == $this->getAttribute(($context["template_data"] ?? null), "slug", []))) {
|
||||
echo "selected=\"selected\"";
|
||||
}
|
||||
echo ">";
|
||||
echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute(($context["template_data"] ?? null), "name", []), "html", null, true);
|
||||
echo "</option>
|
||||
\t\t";
|
||||
}
|
||||
$_parent = $context['_parent'];
|
||||
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['template'], $context['_parent'], $context['loop']);
|
||||
$context = array_intersect_key($context, $_parent) + $_parent;
|
||||
// line 25
|
||||
echo "\t\t</optgroup>
|
||||
|
||||
\t\t";
|
||||
// line 27
|
||||
if ((\WPML\Core\twig_length_filter($this->env, ($context["supported_custom_templates"] ?? null)) > 0)) {
|
||||
// line 28
|
||||
echo "\t\t\t<optgroup label=\"";
|
||||
echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "misc", []), "templates_custom_group", []), "html", null, true);
|
||||
echo "\">
|
||||
\t\t\t";
|
||||
// line 29
|
||||
$context['_parent'] = $context;
|
||||
$context['_seq'] = twig_ensure_traversable(($context["supported_custom_templates"] ?? null));
|
||||
foreach ($context['_seq'] as $context["_key"] => $context["template"]) {
|
||||
// line 30
|
||||
echo "\t\t\t\t";
|
||||
$context["template_data"] = $this->getAttribute($context["template"], "get_template_data", [], "method");
|
||||
// line 31
|
||||
echo "\t\t\t\t<option value=\"";
|
||||
echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute(($context["template_data"] ?? null), "slug", []), "html", null, true);
|
||||
echo "\" ";
|
||||
if ((($context["value"] ?? null) == $this->getAttribute(($context["template_data"] ?? null), "slug", []))) {
|
||||
echo "selected=\"selected\"";
|
||||
}
|
||||
echo ">";
|
||||
echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute(($context["template_data"] ?? null), "name", []), "html", null, true);
|
||||
echo "</option>
|
||||
\t\t\t";
|
||||
}
|
||||
$_parent = $context['_parent'];
|
||||
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['template'], $context['_parent'], $context['loop']);
|
||||
$context = array_intersect_key($context, $_parent) + $_parent;
|
||||
// line 33
|
||||
echo "\t\t\t</optgroup>
|
||||
\t\t";
|
||||
}
|
||||
// line 35
|
||||
echo "
|
||||
\t</select>
|
||||
|
||||
</div>
|
||||
";
|
||||
}
|
||||
|
||||
public function getTemplateName()
|
||||
{
|
||||
return "dropdown-templates.twig";
|
||||
}
|
||||
|
||||
public function isTraitable()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getDebugInfo()
|
||||
{
|
||||
return array ( 158 => 35, 154 => 33, 139 => 31, 136 => 30, 132 => 29, 127 => 28, 125 => 27, 121 => 25, 106 => 23, 103 => 22, 99 => 21, 95 => 20, 88 => 18, 79 => 16, 72 => 14, 69 => 13, 67 => 12, 64 => 11, 56 => 9, 53 => 8, 50 => 7, 47 => 6, 44 => 5, 39 => 4, 36 => 3, 34 => 2, 32 => 1,);
|
||||
}
|
||||
|
||||
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
|
||||
public function getSource()
|
||||
{
|
||||
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
|
||||
|
||||
return $this->getSourceContext()->getCode();
|
||||
}
|
||||
|
||||
public function getSourceContext()
|
||||
{
|
||||
return new Source("", "dropdown-templates.twig", "/home/infinitycons/ftp/wingedit/doitinpoland.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switcher-admin-ui/dropdown-templates.twig");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user