source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if ( !($context["is_ajax"] ?? null)) { // line 2 echo "
env, ($context["config_navigation_width"] ?? null), "html", null, true); echo "\">
"; // line 8 if (twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "is_displayed", [], "any", false, false, false, 8)) { // line 9 echo " "; } // line 23 echo " "; // line 46 if ((($context["is_servers_displayed"] ?? null) && (twig_length_filter($this->env, ($context["servers"] ?? null)) > 1))) { // line 47 echo "
"; // line 48 echo ($context["server_select"] ?? null); echo "
"; } // line 51 echo " "; // line 52 echo PhpMyAdmin\Html\Generator::getImage("ajax_clock_small", _gettext("Loading…"), ["style" => "visibility: hidden; display:none", "class" => "throbber"]); // line 55 echo "
"; } // line 59 echo " "; // line 60 if ( !($context["navigation_tree"] ?? null)) { // line 61 echo " "; echo $this->env->getFilter('error')->getCallable()(_gettext("An error has occurred while loading the navigation display")); echo " "; } else { // line 63 echo " "; echo ($context["navigation_tree"] ?? null); echo " "; } // line 65 echo " "; // line 66 if ( !($context["is_ajax"] ?? null)) { // line 67 echo "
"; // line 70 if (($context["is_navigation_settings_enabled"] ?? null)) { // line 71 echo " "; echo ($context["navigation_settings"] ?? null); echo " "; } // line 73 echo "
"; // line 76 if (($context["is_drag_drop_import_enabled"] ?? null)) { // line 77 echo "
"; echo _gettext("Drop files here"); // line 79 echo "

"; echo _gettext("SQL upload"); // line 83 echo " ( 0 ) x -

"; } // line 90 echo "
"; // line 91 echo twig_include($this->env, $context, "modals/unhide_nav_item.twig"); echo " "; // line 92 echo twig_include($this->env, $context, "modals/create_view.twig"); echo " "; } } public function getTemplateName() { return "navigation/main.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 241 => 92, 237 => 91, 234 => 90, 225 => 83, 219 => 79, 215 => 77, 213 => 76, 208 => 73, 202 => 71, 200 => 70, 195 => 67, 193 => 66, 190 => 65, 184 => 63, 178 => 61, 176 => 60, 173 => 59, 166 => 57, 162 => 55, 160 => 52, 157 => 51, 151 => 48, 148 => 47, 146 => 46, 141 => 43, 139 => 42, 137 => 41, 132 => 39, 130 => 38, 125 => 37, 121 => 35, 119 => 34, 114 => 33, 110 => 31, 108 => 30, 103 => 29, 99 => 27, 97 => 26, 92 => 25, 88 => 23, 84 => 21, 80 => 19, 77 => 18, 73 => 16, 67 => 14, 64 => 13, 56 => 11, 54 => 10, 51 => 9, 49 => 8, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "navigation/main.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/main.twig"); } }