/
home
/
suroeste
/
tmp
/
pma_template_compiles_suroeste
/
twig
/
64
/
/home/suroeste/tmp/pma_template_compiles_suroeste/twig/64
mkdir
upload
Name
Size
Mode
Actions
6406f3fd620c7b5a5e7fd2a25a57e403.php
3424
0644
edit
dl
rm
Edit:
/home/suroeste/tmp/pma_template_compiles_suroeste/twig/64/6406f3fd620c7b5a5e7fd2a25a57e403.php
(3424B)
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; 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; /* database/qbe/index.twig */ class __TwigTemplate_75c74759c725b60eb806a2d4d91238ca 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 yield "<ul class=\"nav nav-pills m-2\"> <li class=\"nav-item\"> <a class=\"nav-link disableAjax\" href=\""; // line 3 yield PhpMyAdmin\Url::getFromRoute("/database/multi-table-query", ($context["url_params"] ?? null)); yield "\"> "; yield _gettext("Multi-table query"); // line 5 yield " </a> </li> <li class=\"nav-item\"> <a class=\"nav-link active disableAjax\" href=\""; // line 9 yield PhpMyAdmin\Url::getFromRoute("/database/qbe", ($context["url_params"] ?? null)); yield "\"> "; yield _gettext("Query by example"); // line 11 yield " </a> </li> </ul> "; // line 15 $___internal_parse_0_ = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) { // line 16 yield " "; yield _gettext("Switch to %svisual builder%s"); return; yield ''; })())) ? '' : new Markup($tmp, $this->env->getCharset()); // line 15 yield $this->env->getFilter('notice')->getCallable()(Twig\Extension\CoreExtension::sprintf($___internal_parse_0_, (("<a href=\"" . PhpMyAdmin\Url::getFromRoute("/database/designer", Twig\Extension\CoreExtension::merge(($context["url_params"] ?? null), ["query" => true]))) . "\">"), "</a>")); // line 18 yield " "; // line 19 if (($context["has_message_to_display"] ?? null)) { // line 20 yield " "; yield $this->env->getFilter('error')->getCallable()(_gettext("You have to choose at least one column to display!")); yield " "; } // line 22 yield " "; // line 23 yield ($context["selection_form_html"] ?? null); yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "database/qbe/index.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 87 => 23, 84 => 22, 78 => 20, 76 => 19, 73 => 18, 71 => 15, 66 => 16, 64 => 15, 58 => 11, 53 => 9, 47 => 5, 42 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "database/qbe/index.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/qbe/index.twig"); } }
Save
cmd:
run