Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,185 @@
<?php
/* @PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/index.html.twig */
class __TwigTemplate_3f500ed7a2203473a548ba8be70808fd233adca164810b32712f391df853fc6a extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
// line 26
$this->parent = $this->loadTemplate("@PrestaShop/Admin/layout.html.twig", "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/index.html.twig", 26);
$this->blocks = array(
'content' => array($this, 'block_content'),
'meta_form_rest' => array($this, 'block_meta_form_rest'),
'javascripts' => array($this, 'block_javascripts'),
);
}
protected function doGetParent(array $context)
{
return "@PrestaShop/Admin/layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = array())
{
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 29
public function block_content($context, array $blocks = array())
{
// line 30
echo " ";
$context["isGridDisplayed"] = !(($context["isShopFeatureActive"] ?? null) && !($context["isShopContext"] ?? null));
// line 31
echo " <div class=\"row\">
<div class=\"col-sm\">
";
// line 33
$this->loadTemplate("@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/meta_showcase_card.html.twig", "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/index.html.twig", 33)->display($context);
// line 34
echo " </div>
</div>
";
// line 36
if ( !($context["isGridDisplayed"] ?? null)) {
// line 37
echo " <div class=\"row\">
<div class=\"col-sm\">
<div class=\"alert alert-info\" role=\"alert\">
<div class=\"alert-text\">
";
// line 41
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("You can only display the page list in a shop context.", array(), "Admin.Shopparameters.Notification"), "html", null, true);
echo "
</div>
</div>
</div>
</div>
";
} else {
// line 47
echo " <div class=\"row\">
<div class=\"col\">
";
// line 49
$this->loadTemplate("@PrestaShop/Admin/Common/Grid/grid_panel.html.twig", "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/index.html.twig", 49)->display(array_merge($context, array("grid" => ($context["grid"] ?? null))));
// line 50
echo " </div>
</div>
";
}
// line 53
echo "
<div class=\"row justify-content-center\">
<div class=\"col\">
";
// line 56
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["metaForm"] ?? null), 'form_start', array("action" => $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("admin_metas_save_options")));
echo "
";
// line 58
$this->loadTemplate("@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/set_up_urls_configuration.html.twig", "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/index.html.twig", 58)->display($context);
// line 59
echo " ";
$this->loadTemplate("@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/shop_urls_configuration.html.twig", "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/index.html.twig", 59)->display($context);
// line 60
echo " ";
$this->loadTemplate("@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/domain_name_management.html.twig", "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/index.html.twig", 60)->display($context);
// line 61
echo " ";
$this->loadTemplate("@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/url_schema_configuration.html.twig", "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/index.html.twig", 61)->display($context);
// line 62
echo " ";
$this->loadTemplate("@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/seo_options_configuration.html.twig", "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/index.html.twig", 62)->display($context);
// line 63
echo "
";
// line 64
$this->displayBlock('meta_form_rest', $context, $blocks);
// line 67
echo "
";
// line 68
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["metaForm"] ?? null), 'form_end');
echo "
";
// line 70
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["robotsForm"] ?? null), 'form_start', array("action" => $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("admin_metas_generate_robots_file")));
echo "
";
// line 71
$this->loadTemplate("@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/robots_file_generation.html.twig", "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/index.html.twig", 71)->display($context);
// line 72
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["robotsForm"] ?? null), 'rest');
echo "
";
// line 73
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["robotsForm"] ?? null), 'form_end');
echo "
</div>
</div>
";
}
// line 64
public function block_meta_form_rest($context, array $blocks = array())
{
// line 65
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["metaForm"] ?? null), 'rest');
echo "
";
}
// line 79
public function block_javascripts($context, array $blocks = array())
{
// line 80
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
<script src=\"";
// line 81
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("themes/new-theme/public/meta.bundle.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 82
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("themes/default/js/bundle/pagination.js"), "html", null, true);
echo "\"></script>
";
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/index.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 153 => 82, 149 => 81, 144 => 80, 141 => 79, 134 => 65, 131 => 64, 122 => 73, 117 => 72, 115 => 71, 111 => 70, 106 => 68, 103 => 67, 101 => 64, 98 => 63, 95 => 62, 92 => 61, 89 => 60, 86 => 59, 84 => 58, 79 => 56, 74 => 53, 69 => 50, 67 => 49, 63 => 47, 54 => 41, 48 => 37, 46 => 36, 42 => 34, 40 => 33, 36 => 31, 33 => 30, 30 => 29, 11 => 26,);
}
/** @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 Twig_Source("", "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/index.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Configure/ShopParameters/TrafficSeo/Meta/index.html.twig");
}
}

View File

@@ -0,0 +1,70 @@
<?php
/* @PrestaShop/Admin/Common/Grid/Blocks/Table/headers_row.html.twig */
class __TwigTemplate_4f4f334a865f3c7eefccb7cba09f7ec1bbd5eeac59cfe570c5f3734656b28897 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 25
echo "
<tr class=\"column-headers\">
";
// line 27
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["grid"] ?? null), "columns", array()));
foreach ($context['_seq'] as $context["_key"] => $context["column"]) {
// line 28
echo " <th scope=\"col\">
";
// line 29
echo $this->env->getExtension('PrestaShopBundle\Twig\Extension\GridExtension')->renderColumnHeader($context["column"], ($context["grid"] ?? null));
echo "
</th>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 32
echo "</tr>
";
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Common/Grid/Blocks/Table/headers_row.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 32, 30 => 29, 27 => 28, 23 => 27, 19 => 25,);
}
/** @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 Twig_Source("", "@PrestaShop/Admin/Common/Grid/Blocks/Table/headers_row.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/Table/headers_row.html.twig");
}
}