HEX
Server: Apache/2.2.15 (CentOS)
System: Linux ip-10-0-2-146.eu-west-1.compute.internal 2.6.32-754.35.1.el6.centos.plus.x86_64 #1 SMP Sat Nov 7 11:33:42 UTC 2020 x86_64
User: root (0)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /www/phpMyAdmin/tmp/twig/9e/9e575e00f0c6064595374d465e2e6cbf3382d217cf669095197ab50a1646de07.php
<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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/relation/internal_relational_row.twig */
class __TwigTemplate_b19d31dc57f2c69b1fd5e84022f7a79c0316ac33dab8b7ba23cc316680c8eeb5 extends \Twig\Template
{
    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->parent = false;

        $this->blocks = [
        ];
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        // line 1
        echo "<tr>
    <td class=\"vmiddle\">
        <strong>";
        // line 3
        echo twig_escape_filter($this->env, (isset($context["myfield"]) ? $context["myfield"] : null), "html", null, true);
        echo "</strong>
        <input type=\"hidden\" name=\"fields_name[";
        // line 4
        echo twig_escape_filter($this->env, (isset($context["myfield_md5"]) ? $context["myfield_md5"] : null), "html", null, true);
        echo "]\"
               value=\"";
        // line 5
        echo twig_escape_filter($this->env, (isset($context["myfield"]) ? $context["myfield"] : null), "html", null, true);
        echo "\"/>
    </td>

    <td>
        ";
        // line 9
        $this->loadTemplate("table/relation/relational_dropdown.twig", "table/relation/internal_relational_row.twig", 9)->display(twig_to_array(["name" => (("destination_db[" .         // line 10
(isset($context["myfield_md5"]) ? $context["myfield_md5"] : null)) . "]"), "title" => _gettext("Database"), "values" =>         // line 12
(isset($context["databases"]) ? $context["databases"] : null), "foreign" =>         // line 13
(isset($context["foreign_db"]) ? $context["foreign_db"] : null)]));
        // line 15
        echo "
        ";
        // line 16
        $this->loadTemplate("table/relation/relational_dropdown.twig", "table/relation/internal_relational_row.twig", 16)->display(twig_to_array(["name" => (("destination_table[" .         // line 17
(isset($context["myfield_md5"]) ? $context["myfield_md5"] : null)) . "]"), "title" => _gettext("Table"), "values" =>         // line 19
(isset($context["tables"]) ? $context["tables"] : null), "foreign" =>         // line 20
(isset($context["foreign_table"]) ? $context["foreign_table"] : null)]));
        // line 22
        echo "
        ";
        // line 23
        $this->loadTemplate("table/relation/relational_dropdown.twig", "table/relation/internal_relational_row.twig", 23)->display(twig_to_array(["name" => (("destination_column[" .         // line 24
(isset($context["myfield_md5"]) ? $context["myfield_md5"] : null)) . "]"), "title" => _gettext("Column"), "values" =>         // line 26
(isset($context["columns"]) ? $context["columns"] : null), "foreign" =>         // line 27
(isset($context["foreign_column"]) ? $context["foreign_column"] : null)]));
        // line 29
        echo "    </td>
</tr>
";
    }

    public function getTemplateName()
    {
        return "table/relation/internal_relational_row.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  70 => 29,  68 => 27,  67 => 26,  66 => 24,  65 => 23,  62 => 22,  60 => 20,  59 => 19,  58 => 17,  57 => 16,  54 => 15,  52 => 13,  51 => 12,  50 => 10,  49 => 9,  42 => 5,  38 => 4,  34 => 3,  30 => 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("", "table/relation/internal_relational_row.twig", "/www/phpMyAdmin/templates/table/relation/internal_relational_row.twig");
    }
}