Файловый менеджер - Редактировать - /home/harasnat/storage/cache/13/13aa4e28ecfa49bb5fd53205e230ec8825d969307f1374e3bd34cedacd894bb4.php
Назад
<?php /* catalog/manufacturer_list.twig */ class __TwigTemplate_5ec9c0855be353e3e0d47b9849eccebcfae6a75228e7fa4ac6969ca4616e8121 extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo (isset($context["header"]) ? $context["header"] : null); echo (isset($context["column_left"]) ? $context["column_left"] : null); echo " <div id=\"content\"> <div class=\"page-header\"> <div class=\"container-fluid\"> <div class=\"pull-right\"><a href=\""; // line 5 echo (isset($context["add"]) ? $context["add"] : null); echo "\" data-toggle=\"tooltip\" title=\""; echo (isset($context["button_add"]) ? $context["button_add"] : null); echo "\" class=\"btn btn-primary\"><i class=\"fa fa-plus\"></i></a> <button type=\"button\" data-toggle=\"tooltip\" title=\""; // line 6 echo (isset($context["button_delete"]) ? $context["button_delete"] : null); echo "\" class=\"btn btn-danger\" onclick=\"confirm('"; echo (isset($context["text_confirm"]) ? $context["text_confirm"] : null); echo "') ? \$('#form-manufacturer').submit() : false;\"><i class=\"fa fa-trash-o\"></i></button> </div> <h1>"; // line 8 echo (isset($context["heading_title"]) ? $context["heading_title"] : null); echo "</h1> <ul class=\"breadcrumb\"> "; // line 10 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable((isset($context["breadcrumbs"]) ? $context["breadcrumbs"] : null)); foreach ($context['_seq'] as $context["_key"] => $context["breadcrumb"]) { // line 11 echo " <li><a href=\""; echo $this->getAttribute($context["breadcrumb"], "href", array()); echo "\">"; echo $this->getAttribute($context["breadcrumb"], "text", array()); echo "</a></li> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['breadcrumb'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 13 echo " </ul> </div> </div> <div class=\"container-fluid\"> "; // line 17 if ((isset($context["error_warning"]) ? $context["error_warning"] : null)) { // line 18 echo " <div class=\"alert alert-danger alert-dismissible\"><i class=\"fa fa-exclamation-circle\"></i> "; echo (isset($context["error_warning"]) ? $context["error_warning"] : null); echo " <button type=\"button\" class=\"close\" data-dismiss=\"alert\">×</button> </div> "; } // line 22 echo " "; if ((isset($context["success"]) ? $context["success"] : null)) { // line 23 echo " <div class=\"alert alert-success alert-dismissible\"><i class=\"fa fa-check-circle\"></i> "; echo (isset($context["success"]) ? $context["success"] : null); echo " <button type=\"button\" class=\"close\" data-dismiss=\"alert\">×</button> </div> "; } // line 27 echo " <div class=\"panel panel-default\"> <div class=\"panel-heading\"> <h3 class=\"panel-title\"><i class=\"fa fa-list\"></i> "; // line 29 echo (isset($context["text_list"]) ? $context["text_list"] : null); echo "</h3> </div> <div class=\"panel-body\"> <form action=\""; // line 32 echo (isset($context["delete"]) ? $context["delete"] : null); echo "\" method=\"post\" enctype=\"multipart/form-data\" id=\"form-manufacturer\"> <div class=\"table-responsive\"> <table class=\"table table-bordered table-hover\"> <thead> <tr> <td style=\"width: 1px;\" class=\"text-center\"><input type=\"checkbox\" onclick=\"\$('input[name*=\\'selected\\']').prop('checked', this.checked);\" /></td> <td class=\"text-left\">"; // line 38 if (((isset($context["sort"]) ? $context["sort"] : null) == "name")) { // line 39 echo " <a href=\""; echo (isset($context["sort_name"]) ? $context["sort_name"] : null); echo "\" class=\""; echo twig_lower_filter($this->env, (isset($context["order"]) ? $context["order"] : null)); echo "\">"; echo (isset($context["column_name"]) ? $context["column_name"] : null); echo "</a> "; } else { // line 41 echo " <a href=\""; echo (isset($context["sort_name"]) ? $context["sort_name"] : null); echo "\">"; echo (isset($context["column_name"]) ? $context["column_name"] : null); echo "</a> "; } // line 42 echo "</td> <td class=\"text-right\">"; // line 43 if (((isset($context["sort"]) ? $context["sort"] : null) == "sort_order")) { // line 44 echo " <a href=\""; echo (isset($context["sort_sort_order"]) ? $context["sort_sort_order"] : null); echo "\" class=\""; echo twig_lower_filter($this->env, (isset($context["order"]) ? $context["order"] : null)); echo "\">"; echo (isset($context["column_sort_order"]) ? $context["column_sort_order"] : null); echo "</a> "; } else { // line 46 echo " <a href=\""; echo (isset($context["sort_sort_order"]) ? $context["sort_sort_order"] : null); echo "\">"; echo (isset($context["column_sort_order"]) ? $context["column_sort_order"] : null); echo "</a> "; } // line 47 echo "</td> <td class=\"text-right\">"; // line 48 echo (isset($context["column_action"]) ? $context["column_action"] : null); echo "</td> </tr> </thead> <tbody> "; // line 52 if ((isset($context["manufacturers"]) ? $context["manufacturers"] : null)) { // line 53 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable((isset($context["manufacturers"]) ? $context["manufacturers"] : null)); foreach ($context['_seq'] as $context["_key"] => $context["manufacturer"]) { // line 54 echo " <tr> <td class=\"text-center\">"; // line 55 if (twig_in_filter($this->getAttribute($context["manufacturer"], "manufacturer_id", array()), (isset($context["selected"]) ? $context["selected"] : null))) { // line 56 echo " <input type=\"checkbox\" name=\"selected[]\" value=\""; echo $this->getAttribute($context["manufacturer"], "manufacturer_id", array()); echo "\" checked=\"checked\" /> "; } else { // line 58 echo " <input type=\"checkbox\" name=\"selected[]\" value=\""; echo $this->getAttribute($context["manufacturer"], "manufacturer_id", array()); echo "\" /> "; } // line 59 echo "</td> <td class=\"text-left\">"; // line 60 echo $this->getAttribute($context["manufacturer"], "name", array()); echo "</td> <td class=\"text-right\">"; // line 61 echo $this->getAttribute($context["manufacturer"], "sort_order", array()); echo "</td> <td class=\"text-right\"><a href=\""; // line 62 echo $this->getAttribute($context["manufacturer"], "edit", array()); echo "\" data-toggle=\"tooltip\" title=\""; echo (isset($context["button_edit"]) ? $context["button_edit"] : null); echo "\" class=\"btn btn-primary\"><i class=\"fa fa-pencil\"></i></a></td> </tr> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['manufacturer'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 65 echo " "; } else { // line 66 echo " <tr> <td class=\"text-center\" colspan=\"4\">"; // line 67 echo (isset($context["text_no_results"]) ? $context["text_no_results"] : null); echo "</td> </tr> "; } // line 70 echo " </tbody> </table> </div> </form> <div class=\"row\"> <div class=\"col-sm-6 text-left\">"; // line 75 echo (isset($context["pagination"]) ? $context["pagination"] : null); echo "</div> <div class=\"col-sm-6 text-right\">"; // line 76 echo (isset($context["results"]) ? $context["results"] : null); echo "</div> </div> </div> </div> </div> </div> "; // line 82 echo (isset($context["footer"]) ? $context["footer"] : null); } public function getTemplateName() { return "catalog/manufacturer_list.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 237 => 82, 228 => 76, 224 => 75, 217 => 70, 211 => 67, 208 => 66, 205 => 65, 194 => 62, 190 => 61, 186 => 60, 183 => 59, 177 => 58, 171 => 56, 169 => 55, 166 => 54, 161 => 53, 159 => 52, 152 => 48, 149 => 47, 141 => 46, 131 => 44, 129 => 43, 126 => 42, 118 => 41, 108 => 39, 106 => 38, 97 => 32, 91 => 29, 87 => 27, 79 => 23, 76 => 22, 68 => 18, 66 => 17, 60 => 13, 49 => 11, 45 => 10, 40 => 8, 33 => 6, 27 => 5, 19 => 1,); } } /* {{ header }}{{ column_left }}*/ /* <div id="content">*/ /* <div class="page-header">*/ /* <div class="container-fluid">*/ /* <div class="pull-right"><a href="{{ add }}" data-toggle="tooltip" title="{{ button_add }}" class="btn btn-primary"><i class="fa fa-plus"></i></a>*/ /* <button type="button" data-toggle="tooltip" title="{{ button_delete }}" class="btn btn-danger" onclick="confirm('{{ text_confirm }}') ? $('#form-manufacturer').submit() : false;"><i class="fa fa-trash-o"></i></button>*/ /* </div>*/ /* <h1>{{ heading_title }}</h1>*/ /* <ul class="breadcrumb">*/ /* {% for breadcrumb in breadcrumbs %}*/ /* <li><a href="{{ breadcrumb.href }}">{{ breadcrumb.text }}</a></li>*/ /* {% endfor %}*/ /* </ul>*/ /* </div>*/ /* </div>*/ /* <div class="container-fluid">*/ /* {% if error_warning %}*/ /* <div class="alert alert-danger alert-dismissible"><i class="fa fa-exclamation-circle"></i> {{ error_warning }}*/ /* <button type="button" class="close" data-dismiss="alert">×</button>*/ /* </div>*/ /* {% endif %}*/ /* {% if success %}*/ /* <div class="alert alert-success alert-dismissible"><i class="fa fa-check-circle"></i> {{ success }}*/ /* <button type="button" class="close" data-dismiss="alert">×</button>*/ /* </div>*/ /* {% endif %}*/ /* <div class="panel panel-default">*/ /* <div class="panel-heading">*/ /* <h3 class="panel-title"><i class="fa fa-list"></i> {{ text_list }}</h3>*/ /* </div>*/ /* <div class="panel-body">*/ /* <form action="{{ delete }}" method="post" enctype="multipart/form-data" id="form-manufacturer">*/ /* <div class="table-responsive">*/ /* <table class="table table-bordered table-hover">*/ /* <thead>*/ /* <tr>*/ /* <td style="width: 1px;" class="text-center"><input type="checkbox" onclick="$('input[name*=\'selected\']').prop('checked', this.checked);" /></td>*/ /* <td class="text-left">{% if sort == 'name' %}*/ /* <a href="{{ sort_name }}" class="{{ order|lower }}">{{ column_name }}</a>*/ /* {% else %}*/ /* <a href="{{ sort_name }}">{{ column_name }}</a>*/ /* {% endif %}</td>*/ /* <td class="text-right">{% if sort == 'sort_order' %}*/ /* <a href="{{ sort_sort_order }}" class="{{ order|lower }}">{{ column_sort_order }}</a>*/ /* {% else %}*/ /* <a href="{{ sort_sort_order }}">{{ column_sort_order }}</a>*/ /* {% endif %}</td>*/ /* <td class="text-right">{{ column_action }}</td>*/ /* </tr>*/ /* </thead>*/ /* <tbody>*/ /* {% if manufacturers %}*/ /* {% for manufacturer in manufacturers %}*/ /* <tr>*/ /* <td class="text-center">{% if manufacturer.manufacturer_id in selected %}*/ /* <input type="checkbox" name="selected[]" value="{{ manufacturer.manufacturer_id }}" checked="checked" />*/ /* {% else %}*/ /* <input type="checkbox" name="selected[]" value="{{ manufacturer.manufacturer_id }}" />*/ /* {% endif %}</td>*/ /* <td class="text-left">{{ manufacturer.name }}</td>*/ /* <td class="text-right">{{ manufacturer.sort_order }}</td>*/ /* <td class="text-right"><a href="{{ manufacturer.edit }}" data-toggle="tooltip" title="{{ button_edit }}" class="btn btn-primary"><i class="fa fa-pencil"></i></a></td>*/ /* </tr>*/ /* {% endfor %}*/ /* {% else %}*/ /* <tr>*/ /* <td class="text-center" colspan="4">{{ text_no_results }}</td>*/ /* </tr>*/ /* {% endif %}*/ /* </tbody>*/ /* </table>*/ /* </div>*/ /* </form>*/ /* <div class="row">*/ /* <div class="col-sm-6 text-left">{{ pagination }}</div>*/ /* <div class="col-sm-6 text-right">{{ results }}</div>*/ /* </div>*/ /* </div>*/ /* </div>*/ /* </div>*/ /* </div>*/ /* {{ footer }}*/
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка