<?php /* extension/module/ocslideshow/config.twig */ class __TwigTemplate_dd02c15799f27b743d3115a213f2cad0d44afe6602ea9d9d3060160ee0149708 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-module\" 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 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\">&times;</button> </div> "; } // line 22 echo " <div class=\"panel panel-default\"> <div class=\"panel-heading\"> <h3 class=\"panel-title\"><i class=\"fa fa-pencil\"></i> "; // line 24 echo (isset($context["text_edit"]) ? $context["text_edit"] : null); echo "</h3> </div> <div class=\"panel-body\"> <form action=\""; // line 27 echo (isset($context["action"]) ? $context["action"] : null); echo "\" method=\"post\" enctype=\"multipart/form-data\" id=\"form-module\" class=\"form-horizontal\"> <div class=\"form-group\"> <label class=\"col-sm-2 control-label\" for=\"input-name\">"; // line 29 echo (isset($context["entry_name"]) ? $context["entry_name"] : null); echo "</label> <div class=\"col-sm-10\"> <input type=\"text\" name=\"name\" value=\""; // line 31 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 32 if ((isset($context["error_name"]) ? $context["error_name"] : null)) { // line 33 echo " <div class=\"text-danger\">"; echo (isset($context["error_name"]) ? $context["error_name"] : null); echo "</div> "; } // line 35 echo " </div> </div> <div class=\"form-group\"> <label class=\"col-sm-2 control-label\" for=\"input-status\">"; // line 38 echo (isset($context["entry_status"]) ? $context["entry_status"] : null); echo "</label> <div class=\"col-sm-10\"> <select name=\"status\" id=\"input-status\" class=\"form-control\"> "; // line 41 if ((isset($context["status"]) ? $context["status"] : null)) { // line 42 echo " <option value=\"1\" selected=\"selected\">"; echo (isset($context["text_enabled"]) ? $context["text_enabled"] : null); echo "</option> <option value=\"0\">"; // line 43 echo (isset($context["text_disabled"]) ? $context["text_disabled"] : null); echo "</option> "; } else { // line 45 echo " <option value=\"1\">"; echo (isset($context["text_enabled"]) ? $context["text_enabled"] : null); echo "</option> <option value=\"0\" selected=\"selected\">"; // line 46 echo (isset($context["text_disabled"]) ? $context["text_disabled"] : null); echo "</option> "; } // line 48 echo " </select> </div> </div> <div class=\"form-group\"> <label class=\"col-sm-2 control-label\" for=\"input-banner\">"; // line 52 echo (isset($context["entry_banner"]) ? $context["entry_banner"] : null); echo "</label> <div class=\"col-sm-10\"> <select id=\"input-banner\" name=\"banner\" class=\"form-control\"> "; // line 55 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable((isset($context["ocslideshows"]) ? $context["ocslideshows"] : null)); foreach ($context['_seq'] as $context["_key"] => $context["ocslideshow"]) { // line 56 echo " "; if (((isset($context["banner"]) ? $context["banner"] : null) == $this->getAttribute($context["ocslideshow"], "ocslideshow_id", array(), "array"))) { // line 57 echo " <option selected=\"selected\" value=\""; echo $this->getAttribute($context["ocslideshow"], "ocslideshow_id", array(), "array"); echo "\" > "; // line 58 echo $this->getAttribute($context["ocslideshow"], "name", array(), "array"); echo " </option> "; } else { // line 61 echo " <option value=\""; echo $this->getAttribute($context["ocslideshow"], "ocslideshow_id", array(), "array"); echo "\" > "; // line 62 echo $this->getAttribute($context["ocslideshow"], "name", array(), "array"); echo " </option> "; } // line 65 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ocslideshow'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 67 echo " </select> </div> </div> <div class=\"form-group required\"> <label class=\"col-sm-2 control-label\" for=\"input-width\">"; // line 71 echo (isset($context["entry_width"]) ? $context["entry_width"] : null); echo "</label> <div class=\"col-sm-10\"> <input type=\"text\" name=\"width\" value=\""; // line 73 echo (isset($context["width"]) ? $context["width"] : null); echo "\" placeholder=\""; echo (isset($context["entry_width"]) ? $context["entry_width"] : null); echo "\" id=\"input-width\" class=\"form-control\" /> "; // line 74 if ((isset($context["error_width"]) ? $context["error_width"] : null)) { // line 75 echo " <div class=\"text-danger\">"; echo (isset($context["error_width"]) ? $context["error_width"] : null); echo "</div> "; } // line 77 echo " </div> </div> <div class=\"form-group required\"> <label class=\"col-sm-2 control-label\" for=\"input-height\">"; // line 80 echo (isset($context["entry_height"]) ? $context["entry_height"] : null); echo "</label> <div class=\"col-sm-10\"> <input type=\"text\" name=\"height\" value=\""; // line 82 echo (isset($context["height"]) ? $context["height"] : null); echo "\" placeholder=\""; echo (isset($context["entry_height"]) ? $context["entry_height"] : null); echo "\" id=\"input-height\" class=\"form-control\" /> "; // line 83 if ((isset($context["error_height"]) ? $context["error_height"] : null)) { // line 84 echo " <div class=\"text-danger\">"; echo (isset($context["error_height"]) ? $context["error_height"] : null); echo "</div> "; } // line 86 echo " </div> </div> </form> </div> </div> </div> </div> "; // line 93 echo (isset($context["footer"]) ? $context["footer"] : null); } public function getTemplateName() { return "extension/module/ocslideshow/config.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 247 => 93, 238 => 86, 232 => 84, 230 => 83, 224 => 82, 219 => 80, 214 => 77, 208 => 75, 206 => 74, 200 => 73, 195 => 71, 189 => 67, 182 => 65, 176 => 62, 171 => 61, 165 => 58, 160 => 57, 157 => 56, 153 => 55, 147 => 52, 141 => 48, 136 => 46, 131 => 45, 126 => 43, 121 => 42, 119 => 41, 113 => 38, 108 => 35, 102 => 33, 100 => 32, 94 => 31, 89 => 29, 84 => 27, 78 => 24, 74 => 22, 66 => 18, 64 => 17, 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-module" 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">&times;</button>*/ /* </div>*/ /* {% endif %}*/ /* <div class="panel panel-default">*/ /* <div class="panel-heading">*/ /* <h3 class="panel-title"><i class="fa fa-pencil"></i> {{ text_edit }}</h3>*/ /* </div>*/ /* <div class="panel-body">*/ /* <form action="{{ action }}" method="post" enctype="multipart/form-data" id="form-module" class="form-horizontal">*/ /* <div class="form-group">*/ /* <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" for="input-status">{{ entry_status }}</label>*/ /* <div class="col-sm-10">*/ /* <select name="status" id="input-status" class="form-control">*/ /* {% if status %}*/ /* <option value="1" selected="selected">{{ text_enabled }}</option>*/ /* <option value="0">{{ text_disabled }}</option>*/ /* {% else %}*/ /* <option value="1">{{ text_enabled }}</option>*/ /* <option value="0" selected="selected">{{ text_disabled }}</option>*/ /* {% endif %}*/ /* </select>*/ /* </div>*/ /* </div>*/ /* <div class="form-group">*/ /* <label class="col-sm-2 control-label" for="input-banner">{{ entry_banner }}</label>*/ /* <div class="col-sm-10">*/ /* <select id="input-banner" name="banner" class="form-control">*/ /* {% for ocslideshow in ocslideshows %}*/ /* {% if banner == ocslideshow['ocslideshow_id'] %}*/ /* <option selected="selected" value="{{ ocslideshow['ocslideshow_id'] }}" >*/ /* {{ ocslideshow['name'] }}*/ /* </option>*/ /* {% else %}*/ /* <option value="{{ ocslideshow['ocslideshow_id'] }}" >*/ /* {{ ocslideshow['name'] }}*/ /* </option>*/ /* {% endif %}*/ /* */ /* {% endfor %}*/ /* </select>*/ /* </div>*/ /* </div>*/ /* <div class="form-group required">*/ /* <label class="col-sm-2 control-label" for="input-width">{{ entry_width }}</label>*/ /* <div class="col-sm-10">*/ /* <input type="text" name="width" value="{{ width }}" placeholder="{{ entry_width }}" id="input-width" class="form-control" />*/ /* {% if error_width %}*/ /* <div class="text-danger">{{ error_width }}</div>*/ /* {% endif %}*/ /* </div>*/ /* </div>*/ /* <div class="form-group required">*/ /* <label class="col-sm-2 control-label" for="input-height">{{ entry_height }}</label>*/ /* <div class="col-sm-10">*/ /* <input type="text" name="height" value="{{ height }}" placeholder="{{ entry_height }}" id="input-height" class="form-control" />*/ /* {% if error_height %}*/ /* <div class="text-danger">{{ error_height }}</div>*/ /* {% endif %}*/ /* </div>*/ /* </div>*/ /* </form>*/ /* </div>*/ /* </div>*/ /* </div>*/ /* </div>*/ /* {{ footer }}*/