Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.143.247.141
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
var /
cache /
prod /
twig /
cc /
Delete
Unzip
Name
Size
Permission
Date
Action
cc6b481ab27f09031e19dc09cc27315e40464c39510b90e5370ac4d2862e4639.php
7.97
KB
-rw-rw-r--
2022-12-09 22:56
Save
Rename
<?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; /* form_table_layout.html.twig */ class __TwigTemplate_28c07e5f8a4c4af6b938c9d0704d675cd6e2c3c02b6f9a21700e7abcfa74aa2c extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; // line 1 $_trait_0 = $this->loadTemplate("form_div_layout.html.twig", "form_table_layout.html.twig", 1); if (!$_trait_0->isTraitable()) { throw new RuntimeError('Template "'."form_div_layout.html.twig".'" cannot be used as a trait.', 1, $this->source); } $_trait_0_blocks = $_trait_0->getBlocks(); $this->traits = $_trait_0_blocks; $this->blocks = array_merge( $this->traits, [ 'form_row' => [$this, 'block_form_row'], 'button_row' => [$this, 'block_button_row'], 'hidden_row' => [$this, 'block_hidden_row'], 'form_widget_compound' => [$this, 'block_form_widget_compound'], ] ); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 3 $this->displayBlock('form_row', $context, $blocks); // line 20 $this->displayBlock('button_row', $context, $blocks); // line 29 $this->displayBlock('hidden_row', $context, $blocks); // line 38 $this->displayBlock('form_widget_compound', $context, $blocks); } // line 3 public function block_form_row($context, array $blocks = []) { $macros = $this->macros; // line 4 $context["widget_attr"] = []; // line 5 if ( !twig_test_empty(($context["help"] ?? null))) { // line 6 $context["widget_attr"] = ["attr" => ["aria-describedby" => (($context["id"] ?? null) . "_help")]]; } // line 8 echo "<tr"; $__internal_compile_0 = $context; $__internal_compile_1 = ["attr" => ($context["row_attr"] ?? null)]; if (!twig_test_iterable($__internal_compile_1)) { throw new RuntimeError('Variables passed to the "with" tag must be a hash.', 8, $this->getSourceContext()); } $__internal_compile_1 = twig_to_array($__internal_compile_1); $context = $this->env->mergeGlobals(array_merge($context, $__internal_compile_1)); $this->displayBlock("attributes", $context, $blocks); $context = $__internal_compile_0; echo "> <td>"; // line 10 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'label'); // line 11 echo "</td> <td>"; // line 13 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'errors'); // line 14 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget', ($context["widget_attr"] ?? null)); // line 15 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'help'); // line 16 echo "</td> </tr>"; } // line 20 public function block_button_row($context, array $blocks = []) { $macros = $this->macros; // line 21 echo "<tr"; $__internal_compile_2 = $context; $__internal_compile_3 = ["attr" => ($context["row_attr"] ?? null)]; if (!twig_test_iterable($__internal_compile_3)) { throw new RuntimeError('Variables passed to the "with" tag must be a hash.', 21, $this->getSourceContext()); } $__internal_compile_3 = twig_to_array($__internal_compile_3); $context = $this->env->mergeGlobals(array_merge($context, $__internal_compile_3)); $this->displayBlock("attributes", $context, $blocks); $context = $__internal_compile_2; echo "> <td></td> <td>"; // line 24 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget'); // line 25 echo "</td> </tr>"; } // line 29 public function block_hidden_row($context, array $blocks = []) { $macros = $this->macros; // line 30 $context["style"] = ((twig_get_attribute($this->env, $this->source, ($context["row_attr"] ?? null), "style", [], "any", true, true, false, 30)) ? ((twig_get_attribute($this->env, $this->source, ($context["row_attr"] ?? null), "style", [], "any", false, false, false, 30) . (((0 !== twig_compare(twig_last($this->env, twig_trim_filter(twig_get_attribute($this->env, $this->source, ($context["row_attr"] ?? null), "style", [], "any", false, false, false, 30))), ";"))) ? ("; ") : ("")))) : ("")); // line 31 echo "<tr"; $__internal_compile_4 = $context; $__internal_compile_5 = ["attr" => twig_array_merge(($context["row_attr"] ?? null), ["style" => twig_trim_filter((($context["style"] ?? null) . " display: none"))])]; if (!twig_test_iterable($__internal_compile_5)) { throw new RuntimeError('Variables passed to the "with" tag must be a hash.', 31, $this->getSourceContext()); } $__internal_compile_5 = twig_to_array($__internal_compile_5); $context = $this->env->mergeGlobals(array_merge($context, $__internal_compile_5)); $this->displayBlock("attributes", $context, $blocks); $context = $__internal_compile_4; echo "> <td colspan=\"2\">"; // line 33 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget'); // line 34 echo "</td> </tr>"; } // line 38 public function block_form_widget_compound($context, array $blocks = []) { $macros = $this->macros; // line 39 echo "<table "; $this->displayBlock("widget_container_attributes", $context, $blocks); echo ">"; // line 40 if ((Symfony\Bridge\Twig\Extension\twig_is_root_form(($context["form"] ?? null)) && (1 === twig_compare(twig_length_filter($this->env, ($context["errors"] ?? null)), 0)))) { // line 41 echo "<tr> <td colspan=\"2\">"; // line 43 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'errors'); // line 44 echo "</td> </tr>"; } // line 47 $this->displayBlock("form_rows", $context, $blocks); // line 48 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'rest'); // line 49 echo "</table>"; } public function getTemplateName() { return "form_table_layout.html.twig"; } public function getDebugInfo() { return array ( 177 => 49, 175 => 48, 173 => 47, 169 => 44, 167 => 43, 164 => 41, 162 => 40, 158 => 39, 154 => 38, 149 => 34, 147 => 33, 134 => 31, 132 => 30, 128 => 29, 123 => 25, 121 => 24, 107 => 21, 103 => 20, 98 => 16, 96 => 15, 94 => 14, 92 => 13, 89 => 11, 87 => 10, 74 => 8, 71 => 6, 69 => 5, 67 => 4, 63 => 3, 59 => 38, 57 => 29, 55 => 20, 53 => 3, 30 => 1,); } public function getSourceContext() { return new Source("", "form_table_layout.html.twig", "/home/www/wb/vendor/symfony/twig-bridge/Resources/views/Form/form_table_layout.html.twig"); } }