Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
tmp
/
pma_template_compiles_tbf
/
twig
/
f7
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
f76fb5ecb32c8f45ecb5d877fd136e1883412d248f7a1bfbc9db256f209779bd.php
| Size :
3.08
KB
Copy
<?php /* table/search/fields_table.twig */ class __TwigTemplate_33d529c960e64af8e5c75987a96d4c5281b5e558ca1ba26ab82b932386f1282e extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<table class=\"data\""; echo (((($context["search_type"] ?? null) == "zoom")) ? (" id=\"tableFieldsId\"") : ("")); echo "> "; // line 2 $this->loadTemplate("table/search/table_header.twig", "table/search/fields_table.twig", 2)->display(["geom_column_flag" => // line 3 ($context["geom_column_flag"] ?? null)]); // line 5 echo " <tbody> "; // line 6 if ((($context["search_type"] ?? null) == "zoom")) { // line 7 echo " "; $this->loadTemplate("table/search/rows_zoom.twig", "table/search/fields_table.twig", 7)->display(["self" => // line 8 ($context["self"] ?? null), "column_names" => // line 9 ($context["column_names"] ?? null), "criteria_column_names" => // line 10 ($context["criteria_column_names"] ?? null), "criteria_column_types" => // line 11 ($context["criteria_column_types"] ?? null)]); // line 13 echo " "; } else { // line 14 echo " "; $this->loadTemplate("table/search/rows_normal.twig", "table/search/fields_table.twig", 14)->display(["self" => // line 15 ($context["self"] ?? null), "geom_column_flag" => // line 16 ($context["geom_column_flag"] ?? null), "column_names" => // line 17 ($context["column_names"] ?? null), "column_types" => // line 18 ($context["column_types"] ?? null), "column_collations" => // line 19 ($context["column_collations"] ?? null)]); // line 21 echo " "; } // line 22 echo " </tbody> </table> "; } public function getTemplateName() { return "table/search/fields_table.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 53 => 22, 50 => 21, 48 => 19, 47 => 18, 46 => 17, 45 => 16, 44 => 15, 42 => 14, 39 => 13, 37 => 11, 36 => 10, 35 => 9, 34 => 8, 32 => 7, 30 => 6, 27 => 5, 25 => 3, 24 => 2, 19 => 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 Twig_Source("", "table/search/fields_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/search/fields_table.twig"); } }
Back