File "0fe40ccfaad8c62e33c38a283831613d9315ef3bb6e7257c17b67321132881bf.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/cache/0f/0fe40ccfaad8c62e33c38a283831613d9315ef3bb6e7257c17b67321132881bf.php
File
size: 14.84 B (14.84 KB bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/* catalog/information_list.twig */
class __TwigTemplate_83459b94a1b239effe76b7f5bb6eed0c4396e48d7cbdcd40073dc17425a5cc60 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-information').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-information\">
<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) == "id.title")) {
// line 39
echo " <a href=\"";
echo (isset($context["sort_title"]) ? $context["sort_title"] : null);
echo "\" class=\"";
echo twig_lower_filter($this->env, (isset($context["order"]) ? $context["order"] : null));
echo "\">";
echo (isset($context["column_title"]) ? $context["column_title"] : null);
echo "</a>
";
} else {
// line 41
echo " <a href=\"";
echo (isset($context["sort_title"]) ? $context["sort_title"] : null);
echo "\">";
echo (isset($context["column_title"]) ? $context["column_title"] : null);
echo "</a>
";
}
// line 42
echo "</td>
<td class=\"text-right\">";
// line 43
if (((isset($context["sort"]) ? $context["sort"] : null) == "i.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["informations"]) ? $context["informations"] : null)) {
// line 53
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["informations"]) ? $context["informations"] : null));
foreach ($context['_seq'] as $context["_key"] => $context["information"]) {
// line 54
echo " <tr>
<td class=\"text-center\">";
// line 55
if (twig_in_filter($this->getAttribute($context["information"], "information_id", array()), (isset($context["selected"]) ? $context["selected"] : null))) {
// line 56
echo " <input type=\"checkbox\" name=\"selected[]\" value=\"";
echo $this->getAttribute($context["information"], "information_id", array());
echo "\" checked=\"checked\" />
";
} else {
// line 58
echo " <input type=\"checkbox\" name=\"selected[]\" value=\"";
echo $this->getAttribute($context["information"], "information_id", array());
echo "\" />
";
}
// line 59
echo "</td>
<td class=\"text-left\">";
// line 60
echo $this->getAttribute($context["information"], "title", array());
echo "</td>
<td class=\"text-right\">";
// line 61
echo $this->getAttribute($context["information"], "sort_order", array());
echo "</td>
<td class=\"text-right\"><a href=\"";
// line 62
echo $this->getAttribute($context["information"], "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['information'], $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/information_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-information').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-information">*/
/* <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 == 'id.title' %}*/
/* <a href="{{ sort_title }}" class="{{ order|lower }}">{{ column_title }}</a>*/
/* {% else %}*/
/* <a href="{{ sort_title }}">{{ column_title }}</a>*/
/* {% endif %}</td>*/
/* <td class="text-right">{% if sort == 'i.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 informations %}*/
/* {% for information in informations %}*/
/* <tr>*/
/* <td class="text-center">{% if information.information_id in selected %}*/
/* <input type="checkbox" name="selected[]" value="{{ information.information_id }}" checked="checked" />*/
/* {% else %}*/
/* <input type="checkbox" name="selected[]" value="{{ information.information_id }}" />*/
/* {% endif %}</td>*/
/* <td class="text-left">{{ information.title }}</td>*/
/* <td class="text-right">{{ information.sort_order }}</td>*/
/* <td class="text-right"><a href="{{ information.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 }}*/