Файловый менеджер - Редактировать - /home/harasnat/storage/cache/2c/2c2a4a41236e0d6bf21ccc054c2dd4f1a51c44d4b1f7c2ea2bb57e388940b9b2.php
Назад
<?php /* catalog/manufacturer_form.twig */ class __TwigTemplate_f925d301e1e8c1f39dfa06da6b1ebfab450d649f3c81a5a2d3acab213c26835c 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\"> <button type=\"submit\" form=\"form-manufacturer\" data-toggle=\"tooltip\" title=\""; // line 6 echo (isset($context["button_save"]) ? $context["button_save"] : null); echo "\" class=\"btn btn-primary\"><i class=\"fa fa-save\"></i></button> <a href=\""; // line 7 echo (isset($context["cancel"]) ? $context["cancel"] : null); echo "\" data-toggle=\"tooltip\" title=\""; echo (isset($context["button_cancel"]) ? $context["button_cancel"] : null); echo "\" class=\"btn btn-default\"><i class=\"fa fa-reply\"></i></a></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 16 if ((isset($context["error_warning"]) ? $context["error_warning"] : null)) { // line 17 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 21 echo " <div class=\"panel panel-default\"> <div class=\"panel-heading\"> <h3 class=\"panel-title\"><i class=\"fa fa-pencil\"></i> "; // line 23 echo (isset($context["text_form"]) ? $context["text_form"] : null); echo "</h3> </div> <div class=\"panel-body\"> <form action=\""; // line 26 echo (isset($context["action"]) ? $context["action"] : null); echo "\" method=\"post\" enctype=\"multipart/form-data\" id=\"form-manufacturer\" class=\"form-horizontal\"> <ul class=\"nav nav-tabs\"> <li class=\"active\"><a href=\"#tab-general\" data-toggle=\"tab\">"; // line 28 echo (isset($context["tab_general"]) ? $context["tab_general"] : null); echo "</a></li> <li><a href=\"#tab-seo\" data-toggle=\"tab\">"; // line 29 echo (isset($context["tab_seo"]) ? $context["tab_seo"] : null); echo "</a></li> </ul> <div class=\"tab-content\"> <div class=\"tab-pane active\" id=\"tab-general\"> <div class=\"form-group required\"> <label class=\"col-sm-2 control-label\" for=\"input-name\">"; // line 34 echo (isset($context["entry_name"]) ? $context["entry_name"] : null); echo "</label> <div class=\"col-sm-10\"> <input type=\"text\" name=\"name\" value=\""; // line 36 echo (isset($context["name"]) ? $context["name"] : null); echo "\" placeholder=\""; echo (isset($context["entry_name"]) ? $context["entry_name"] : null); echo "\" id=\"input-name\" class=\"form-control\" /> "; // line 37 if ((isset($context["error_name"]) ? $context["error_name"] : null)) { // line 38 echo " <div class=\"text-danger\">"; echo (isset($context["error_name"]) ? $context["error_name"] : null); echo "</div> "; } // line 39 echo "</div> </div> <div class=\"form-group\"> <label class=\"col-sm-2 control-label\">"; // line 42 echo (isset($context["entry_store"]) ? $context["entry_store"] : null); echo "</label> <div class=\"col-sm-10\"> <div class=\"well well-sm\" style=\"height: 150px; overflow: auto;\"> "; // line 44 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable((isset($context["stores"]) ? $context["stores"] : null)); foreach ($context['_seq'] as $context["_key"] => $context["store"]) { // line 45 echo " <div class=\"checkbox\"> <label>"; // line 46 if (twig_in_filter($this->getAttribute($context["store"], "store_id", array()), (isset($context["manufacturer_store"]) ? $context["manufacturer_store"] : null))) { // line 47 echo " <input type=\"checkbox\" name=\"manufacturer_store[]\" value=\""; echo $this->getAttribute($context["store"], "store_id", array()); echo "\" checked=\"checked\" /> "; // line 48 echo $this->getAttribute($context["store"], "name", array()); echo " "; } else { // line 50 echo " <input type=\"checkbox\" name=\"manufacturer_store[]\" value=\""; echo $this->getAttribute($context["store"], "store_id", array()); echo "\" /> "; // line 51 echo $this->getAttribute($context["store"], "name", array()); echo " "; } // line 52 echo "</label> </div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['store'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 54 echo "</div> </div> </div> <div class=\"form-group\"> <label class=\"col-sm-2 control-label\" for=\"input-image\">"; // line 58 echo (isset($context["entry_image"]) ? $context["entry_image"] : null); echo "</label> <div class=\"col-sm-10\"><a href=\"\" id=\"thumb-image\" data-toggle=\"image\" class=\"img-thumbnail\"><img src=\""; // line 59 echo (isset($context["thumb"]) ? $context["thumb"] : null); echo "\" alt=\"\" title=\"\" data-placeholder=\""; echo (isset($context["placeholder"]) ? $context["placeholder"] : null); echo "\" /></a> <input type=\"hidden\" name=\"image\" value=\""; // line 60 echo (isset($context["image"]) ? $context["image"] : null); echo "\" id=\"input-image\" /> </div> </div> <div class=\"form-group\"> <label class=\"col-sm-2 control-label\" for=\"input-sort-order\">"; // line 64 echo (isset($context["entry_sort_order"]) ? $context["entry_sort_order"] : null); echo "</label> <div class=\"col-sm-10\"> <input type=\"text\" name=\"sort_order\" value=\""; // line 66 echo (isset($context["sort_order"]) ? $context["sort_order"] : null); echo "\" placeholder=\""; echo (isset($context["entry_sort_order"]) ? $context["entry_sort_order"] : null); echo "\" id=\"input-sort-order\" class=\"form-control\" /> </div> </div> </div> <div class=\"tab-pane\" id=\"tab-seo\"> <div class=\"alert alert-info\"><i class=\"fa fa-info-circle\"></i> "; // line 71 echo (isset($context["text_keyword"]) ? $context["text_keyword"] : null); echo "</div> <div class=\"table-responsive\"> <table class=\"table table-bordered table-hover\"> <thead> <tr> <td class=\"text-left\">"; // line 76 echo (isset($context["entry_store"]) ? $context["entry_store"] : null); echo "</td> <td class=\"text-left\">"; // line 77 echo (isset($context["entry_keyword"]) ? $context["entry_keyword"] : null); echo "</td> </tr> </thead> <tbody> "; // line 81 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable((isset($context["stores"]) ? $context["stores"] : null)); foreach ($context['_seq'] as $context["_key"] => $context["store"]) { // line 82 echo " <tr> <td class=\"text-left\">"; // line 83 echo $this->getAttribute($context["store"], "name", array()); echo "</td> <td class=\"text-left\">"; // line 84 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable((isset($context["languages"]) ? $context["languages"] : null)); foreach ($context['_seq'] as $context["_key"] => $context["language"]) { // line 85 echo " <div class=\"input-group\"><span class=\"input-group-addon\"><img src=\"language/"; echo $this->getAttribute($context["language"], "code", array()); echo "/"; echo $this->getAttribute($context["language"], "code", array()); echo ".png\" title=\""; echo $this->getAttribute($context["language"], "name", array()); echo "\" /></span> <input type=\"text\" name=\"manufacturer_seo_url["; // line 86 echo $this->getAttribute($context["store"], "store_id", array()); echo "]["; echo $this->getAttribute($context["language"], "language_id", array()); echo "]\" value=\""; if ($this->getAttribute($this->getAttribute((isset($context["manufacturer_seo_url"]) ? $context["manufacturer_seo_url"] : null), $this->getAttribute($context["store"], "store_id", array()), array(), "array"), $this->getAttribute($context["language"], "language_id", array()), array(), "array")) { echo $this->getAttribute($this->getAttribute((isset($context["manufacturer_seo_url"]) ? $context["manufacturer_seo_url"] : null), $this->getAttribute($context["store"], "store_id", array()), array(), "array"), $this->getAttribute($context["language"], "language_id", array()), array(), "array"); } echo "\" placeholder=\""; echo (isset($context["entry_keyword"]) ? $context["entry_keyword"] : null); echo "\" class=\"form-control\" /> </div> "; // line 88 if ($this->getAttribute($this->getAttribute((isset($context["error_keyword"]) ? $context["error_keyword"] : null), $this->getAttribute($context["store"], "store_id", array()), array(), "array"), $this->getAttribute($context["language"], "language_id", array()), array(), "array")) { // line 89 echo " <div class=\"text-danger\">"; echo $this->getAttribute($this->getAttribute((isset($context["error_keyword"]) ? $context["error_keyword"] : null), $this->getAttribute($context["store"], "store_id", array()), array(), "array"), $this->getAttribute($context["language"], "language_id", array()), array(), "array"); echo "</div> "; } // line 90 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 91 echo "</td> </tr> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['store'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 94 echo " </tbody> </table> </div> </div> </div> </form> </div> </div> </div> </div> "; // line 104 echo (isset($context["footer"]) ? $context["footer"] : null); } public function getTemplateName() { return "catalog/manufacturer_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 295 => 104, 283 => 94, 275 => 91, 268 => 90, 262 => 89, 260 => 88, 247 => 86, 238 => 85, 234 => 84, 230 => 83, 227 => 82, 223 => 81, 216 => 77, 212 => 76, 204 => 71, 194 => 66, 189 => 64, 182 => 60, 176 => 59, 172 => 58, 166 => 54, 158 => 52, 153 => 51, 148 => 50, 143 => 48, 138 => 47, 136 => 46, 133 => 45, 129 => 44, 124 => 42, 119 => 39, 113 => 38, 111 => 37, 105 => 36, 100 => 34, 92 => 29, 88 => 28, 83 => 26, 77 => 23, 73 => 21, 65 => 17, 63 => 16, 58 => 13, 47 => 11, 43 => 10, 38 => 8, 32 => 7, 28 => 6, 19 => 1,); } } /* {{ header }}{{ column_left }}*/ /* <div id="content">*/ /* <div class="page-header">*/ /* <div class="container-fluid">*/ /* <div class="pull-right">*/ /* <button type="submit" form="form-manufacturer" data-toggle="tooltip" title="{{ button_save }}" class="btn btn-primary"><i class="fa fa-save"></i></button>*/ /* <a href="{{ cancel }}" data-toggle="tooltip" title="{{ button_cancel }}" class="btn btn-default"><i class="fa fa-reply"></i></a></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 %}*/ /* <div class="panel panel-default">*/ /* <div class="panel-heading">*/ /* <h3 class="panel-title"><i class="fa fa-pencil"></i> {{ text_form }}</h3>*/ /* </div>*/ /* <div class="panel-body">*/ /* <form action="{{ action }}" method="post" enctype="multipart/form-data" id="form-manufacturer" class="form-horizontal">*/ /* <ul class="nav nav-tabs">*/ /* <li class="active"><a href="#tab-general" data-toggle="tab">{{ tab_general }}</a></li>*/ /* <li><a href="#tab-seo" data-toggle="tab">{{ tab_seo }}</a></li>*/ /* </ul>*/ /* <div class="tab-content">*/ /* <div class="tab-pane active" id="tab-general">*/ /* <div class="form-group required">*/ /* <label class="col-sm-2 control-label" for="input-name">{{ entry_name }}</label>*/ /* <div class="col-sm-10">*/ /* <input type="text" name="name" value="{{ name }}" placeholder="{{ entry_name }}" id="input-name" class="form-control" />*/ /* {% if error_name %}*/ /* <div class="text-danger">{{ error_name }}</div>*/ /* {% endif %}</div>*/ /* </div>*/ /* <div class="form-group">*/ /* <label class="col-sm-2 control-label">{{ entry_store }}</label>*/ /* <div class="col-sm-10">*/ /* <div class="well well-sm" style="height: 150px; overflow: auto;"> {% for store in stores %}*/ /* <div class="checkbox">*/ /* <label>{% if store.store_id in manufacturer_store %}*/ /* <input type="checkbox" name="manufacturer_store[]" value="{{ store.store_id }}" checked="checked" />*/ /* {{ store.name }}*/ /* {% else %}*/ /* <input type="checkbox" name="manufacturer_store[]" value="{{ store.store_id }}" />*/ /* {{ store.name }}*/ /* {% endif %}</label>*/ /* </div>*/ /* {% endfor %}</div>*/ /* </div>*/ /* </div>*/ /* <div class="form-group">*/ /* <label class="col-sm-2 control-label" for="input-image">{{ entry_image }}</label>*/ /* <div class="col-sm-10"><a href="" id="thumb-image" data-toggle="image" class="img-thumbnail"><img src="{{ thumb }}" alt="" title="" data-placeholder="{{ placeholder }}" /></a>*/ /* <input type="hidden" name="image" value="{{ image }}" id="input-image" />*/ /* </div>*/ /* </div>*/ /* <div class="form-group">*/ /* <label class="col-sm-2 control-label" for="input-sort-order">{{ entry_sort_order }}</label>*/ /* <div class="col-sm-10">*/ /* <input type="text" name="sort_order" value="{{ sort_order }}" placeholder="{{ entry_sort_order }}" id="input-sort-order" class="form-control" />*/ /* </div>*/ /* </div>*/ /* </div>*/ /* <div class="tab-pane" id="tab-seo">*/ /* <div class="alert alert-info"><i class="fa fa-info-circle"></i> {{ text_keyword }}</div>*/ /* <div class="table-responsive">*/ /* <table class="table table-bordered table-hover">*/ /* <thead>*/ /* <tr>*/ /* <td class="text-left">{{ entry_store }}</td>*/ /* <td class="text-left">{{ entry_keyword }}</td>*/ /* </tr>*/ /* </thead>*/ /* <tbody>*/ /* {% for store in stores %}*/ /* <tr>*/ /* <td class="text-left">{{ store.name }}</td>*/ /* <td class="text-left">{% for language in languages %}*/ /* <div class="input-group"><span class="input-group-addon"><img src="language/{{ language.code }}/{{ language.code }}.png" title="{{ language.name }}" /></span>*/ /* <input type="text" name="manufacturer_seo_url[{{ store.store_id }}][{{ language.language_id }}]" value="{% if manufacturer_seo_url[store.store_id][language.language_id] %}{{ manufacturer_seo_url[store.store_id][language.language_id] }}{% endif %}" placeholder="{{ entry_keyword }}" class="form-control" />*/ /* </div>*/ /* {% if error_keyword[store.store_id][language.language_id] %}*/ /* <div class="text-danger">{{ error_keyword[store.store_id][language.language_id] }}</div>*/ /* {% endif %} */ /* {% endfor %}</td>*/ /* </tr>*/ /* {% endfor %}*/ /* </tbody>*/ /* </table>*/ /* </div>*/ /* </div>*/ /* </div>*/ /* </form>*/ /* </div>*/ /* </div>*/ /* </div>*/ /* </div>*/ /* {{ footer }}*/
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка