first commit
This commit is contained in:
69
pma/tmp/twig/76/76631423798ab97e7765547ed4a3f89c.php
Normal file
69
pma/tmp/twig/76/76631423798ab97e7765547ed4a3f89c.php
Normal file
@@ -0,0 +1,69 @@
|
||||
<?php
|
||||
|
||||
use Twig\Environment;
|
||||
use Twig\Error\LoaderError;
|
||||
use Twig\Error\RuntimeError;
|
||||
use Twig\Extension\SandboxExtension;
|
||||
use Twig\Markup;
|
||||
use Twig\Sandbox\SecurityError;
|
||||
use Twig\Sandbox\SecurityNotAllowedTagError;
|
||||
use Twig\Sandbox\SecurityNotAllowedFilterError;
|
||||
use Twig\Sandbox\SecurityNotAllowedFunctionError;
|
||||
use Twig\Source;
|
||||
use Twig\Template;
|
||||
|
||||
/* table/search/column_comparison_operators.twig */
|
||||
class __TwigTemplate_fe827019cb9e487f8c3927b719c65fef extends Template
|
||||
{
|
||||
private $source;
|
||||
private $macros = [];
|
||||
|
||||
public function __construct(Environment $env)
|
||||
{
|
||||
parent::__construct($env);
|
||||
|
||||
$this->source = $this->getSourceContext();
|
||||
|
||||
$this->parent = false;
|
||||
|
||||
$this->blocks = [
|
||||
];
|
||||
}
|
||||
|
||||
protected function doDisplay(array $context, array $blocks = [])
|
||||
{
|
||||
$macros = $this->macros;
|
||||
// line 1
|
||||
echo "<select class=\"column-operator\" id=\"ColumnOperator";
|
||||
echo twig_escape_filter($this->env, ($context["search_index"] ?? null), "html", null, true);
|
||||
echo "\" name=\"criteriaColumnOperators[";
|
||||
echo twig_escape_filter($this->env, ($context["search_index"] ?? null), "html", null, true);
|
||||
echo "]\">
|
||||
";
|
||||
// line 2
|
||||
echo ($context["type_operators"] ?? null);
|
||||
echo "
|
||||
</select>
|
||||
";
|
||||
}
|
||||
|
||||
public function getTemplateName()
|
||||
{
|
||||
return "table/search/column_comparison_operators.twig";
|
||||
}
|
||||
|
||||
public function isTraitable()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getDebugInfo()
|
||||
{
|
||||
return array ( 44 => 2, 37 => 1,);
|
||||
}
|
||||
|
||||
public function getSourceContext()
|
||||
{
|
||||
return new Source("", "table/search/column_comparison_operators.twig", "/home/dev/web/arif.off/public_html/pma/templates/table/search/column_comparison_operators.twig");
|
||||
}
|
||||
}
|
||||
86
pma/tmp/twig/76/7680b73fa035603af074a64ec837a7f5.php
Normal file
86
pma/tmp/twig/76/7680b73fa035603af074a64ec837a7f5.php
Normal file
@@ -0,0 +1,86 @@
|
||||
<?php
|
||||
|
||||
use Twig\Environment;
|
||||
use Twig\Error\LoaderError;
|
||||
use Twig\Error\RuntimeError;
|
||||
use Twig\Extension\SandboxExtension;
|
||||
use Twig\Markup;
|
||||
use Twig\Sandbox\SecurityError;
|
||||
use Twig\Sandbox\SecurityNotAllowedTagError;
|
||||
use Twig\Sandbox\SecurityNotAllowedFilterError;
|
||||
use Twig\Sandbox\SecurityNotAllowedFunctionError;
|
||||
use Twig\Source;
|
||||
use Twig\Template;
|
||||
|
||||
/* modals/create_view.twig */
|
||||
class __TwigTemplate_89ec088aaa4abc621622b6e4223a8b93 extends Template
|
||||
{
|
||||
private $source;
|
||||
private $macros = [];
|
||||
|
||||
public function __construct(Environment $env)
|
||||
{
|
||||
parent::__construct($env);
|
||||
|
||||
$this->source = $this->getSourceContext();
|
||||
|
||||
$this->parent = false;
|
||||
|
||||
$this->blocks = [
|
||||
];
|
||||
}
|
||||
|
||||
protected function doDisplay(array $context, array $blocks = [])
|
||||
{
|
||||
$macros = $this->macros;
|
||||
// line 1
|
||||
echo "<div class=\"modal fade\" id=\"createViewModal\" tabindex=\"-1\" aria-labelledby=\"createViewModalLabel\" aria-hidden=\"true\">
|
||||
<div class=\"modal-dialog modal-lg\" id=\"createViewModalDialog\">
|
||||
<div class=\"modal-content\">
|
||||
<div class=\"modal-header\">
|
||||
<h5 class=\"modal-title\" id=\"createViewModalLabel\">";
|
||||
echo _gettext("Create view");
|
||||
// line 5
|
||||
echo "</h5>
|
||||
<button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"";
|
||||
echo _gettext("Close");
|
||||
// line 6
|
||||
echo "\"></button>
|
||||
</div>
|
||||
<div class=\"modal-body\"></div>
|
||||
<div class=\"modal-footer\">
|
||||
<button type=\"button\" class=\"btn btn-secondary\" id=\"createViewModalGoButton\">";
|
||||
echo _gettext("Go");
|
||||
// line 10
|
||||
echo "</button>
|
||||
<button type=\"button\" class=\"btn btn-secondary\" data-bs-dismiss=\"modal\">";
|
||||
echo _gettext("Close");
|
||||
// line 11
|
||||
echo "</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
";
|
||||
}
|
||||
|
||||
public function getTemplateName()
|
||||
{
|
||||
return "modals/create_view.twig";
|
||||
}
|
||||
|
||||
public function isTraitable()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getDebugInfo()
|
||||
{
|
||||
return array ( 59 => 11, 55 => 10, 48 => 6, 44 => 5, 37 => 1,);
|
||||
}
|
||||
|
||||
public function getSourceContext()
|
||||
{
|
||||
return new Source("", "modals/create_view.twig", "/home/dev/web/arif.off/public_html/pma/templates/modals/create_view.twig");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user