Viewing file: 98f7c8dfe45ac0256532f344e642067d271d5b95b8adb49fc6614e2442339024.php (3.28 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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;
/* database/designer/delete_relation_panel.twig */ class __TwigTemplate_05f727ee65297bf2b767697076c4ed06ddb6578da2602e968884bfc96ca9e527 extends \Twig\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 "<table id=\"layer_upd_relation\" class=\"hide\" width=\"5%\" cellpadding=\"0\" cellspacing=\"0\"> <tbody> <tr> <td class=\"frams1\" width=\"10px\"> </td> <td class=\"frams5\" width=\"99%\"> </td> <td class=\"frams2\" width=\"10px\"> <div class=\"bor\"> </div> </td> </tr> <tr> <td class=\"frams8\"> </td> <td class=\"input_tab\"> <table width=\"100%\" class=\"center\" cellpadding=\"2\" cellspacing=\"0\"> <tr> <td colspan=\"3\" class=\"center nowrap\"> <strong> "; // line 21 echo _gettext("Delete relationship"); // line 22 echo " </strong> </td> </tr> <tr> <td colspan=\"3\" class=\"center nowrap\"> <input id=\"del_button\" name=\"Button\" type=\"button\" class=\"butt\" value=\""; // line 28 echo _gettext("Delete"); echo "\" /> <input id=\"cancel_button\" type=\"button\" class=\"butt\" name=\"Button\" value=\""; // line 30 echo _gettext("Cancel"); echo "\" /> </td> </tr> </table> </td> <td class=\"frams6\"> </td> </tr> <tr> <td class=\"frams4\"> <div class=\"bor\"> </div> </td> <td class=\"frams7\"> </td> <td class=\"frams3\"> </td> </tr> </tbody> </table> "; }
public function getTemplateName() { return "database/designer/delete_relation_panel.twig"; }
public function isTraitable() { return false; }
public function getDebugInfo() { return array ( 74 => 30, 69 => 28, 61 => 22, 59 => 21, 37 => 1,); }
public function getSourceContext() { return new Source("", "database/designer/delete_relation_panel.twig", "/usr/share/phpmyadmin/templates/database/designer/delete_relation_panel.twig"); } }
|