Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
system
/
storage
/
cache
/
16
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /* default/template/account/register.twig */ class __TwigTemplate_0a87a10d27c20dcefcb6511aa84d68ee57d1919610f9c67bf681e74be3922885 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 " <div id=\"account-register\" class=\"container\"> <ul class=\"breadcrumb\"> "; // line 4 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable((isset($context["breadcrumbs"]) ? $context["breadcrumbs"] : null)); foreach ($context['_seq'] as $context["_key"] => $context["breadcrumb"]) { // line 5 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 7 echo " </ul> "; // line 8 if ((isset($context["error_warning"]) ? $context["error_warning"] : null)) { // line 9 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 "</div> "; } // line 11 echo " <div class=\"row\">"; echo (isset($context["column_left"]) ? $context["column_left"] : null); echo " "; // line 12 if (((isset($context["column_left"]) ? $context["column_left"] : null) && (isset($context["column_right"]) ? $context["column_right"] : null))) { // line 13 echo " "; $context["class"] = "col-sm-6"; // line 14 echo " "; } elseif (((isset($context["column_left"]) ? $context["column_left"] : null) || (isset($context["column_right"]) ? $context["column_right"] : null))) { // line 15 echo " "; $context["class"] = "col-sm-9"; // line 16 echo " "; } else { // line 17 echo " "; $context["class"] = "col-sm-12"; // line 18 echo " "; } // line 19 echo " <div id=\"content\" class=\""; echo (isset($context["class"]) ? $context["class"] : null); echo "\">"; echo (isset($context["content_top"]) ? $context["content_top"] : null); echo " <h1>"; // line 20 echo (isset($context["heading_title"]) ? $context["heading_title"] : null); echo "</h1> <p>"; // line 21 echo (isset($context["text_account_already"]) ? $context["text_account_already"] : null); echo "</p> <form action=\""; // line 22 echo (isset($context["action"]) ? $context["action"] : null); echo "\" method=\"post\" enctype=\"multipart/form-data\" class=\"form-horizontal\"> <fieldset id=\"account\"> <legend>"; // line 24 echo (isset($context["text_your_details"]) ? $context["text_your_details"] : null); echo "</legend> <div class=\"form-group required\" style=\"display: "; // line 25 if ((twig_length_filter($this->env, (isset($context["customer_groups"]) ? $context["customer_groups"] : null)) > 1)) { echo " block "; } else { echo " none "; } echo ";\"> <label class=\"col-sm-2 control-label\">"; // line 26 echo (isset($context["entry_customer_group"]) ? $context["entry_customer_group"] : null); echo "</label> <div class=\"col-sm-10\">"; // line 27 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable((isset($context["customer_groups"]) ? $context["customer_groups"] : null)); foreach ($context['_seq'] as $context["_key"] => $context["customer_group"]) { // line 28 echo " "; if (($this->getAttribute($context["customer_group"], "customer_group_id", array()) == (isset($context["customer_group_id"]) ? $context["customer_group_id"] : null))) { // line 29 echo " <div class=\"radio\"> <label> <input type=\"radio\" name=\"customer_group_id\" value=\""; // line 31 echo $this->getAttribute($context["customer_group"], "customer_group_id", array()); echo "\" checked=\"checked\" /> "; // line 32 echo $this->getAttribute($context["customer_group"], "name", array()); echo "</label> </div> "; } else { // line 35 echo " <div class=\"radio\"> <label> <input type=\"radio\" name=\"customer_group_id\" value=\""; // line 37 echo $this->getAttribute($context["customer_group"], "customer_group_id", array()); echo "\" /> "; // line 38 echo $this->getAttribute($context["customer_group"], "name", array()); echo "</label> </div> "; } // line 41 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['customer_group'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; echo "</div> </div> <div class=\"form-group required\"> <label class=\"col-sm-2 control-label\" for=\"input-firstname\">"; // line 44 echo (isset($context["entry_firstname"]) ? $context["entry_firstname"] : null); echo "</label> <div class=\"col-sm-10\"> <input type=\"text\" name=\"firstname\" value=\""; // line 46 echo (isset($context["firstname"]) ? $context["firstname"] : null); echo "\" placeholder=\""; echo (isset($context["entry_firstname"]) ? $context["entry_firstname"] : null); echo "\" id=\"input-firstname\" class=\"form-control\" /> "; // line 47 if ((isset($context["error_firstname"]) ? $context["error_firstname"] : null)) { // line 48 echo " <div class=\"text-danger\">"; echo (isset($context["error_firstname"]) ? $context["error_firstname"] : null); echo "</div> "; } // line 49 echo " </div> </div> <div class=\"form-group required\"> <label class=\"col-sm-2 control-label\" for=\"input-lastname\">"; // line 52 echo (isset($context["entry_lastname"]) ? $context["entry_lastname"] : null); echo "</label> <div class=\"col-sm-10\"> <input type=\"text\" name=\"lastname\" value=\""; // line 54 echo (isset($context["lastname"]) ? $context["lastname"] : null); echo "\" placeholder=\""; echo (isset($context["entry_lastname"]) ? $context["entry_lastname"] : null); echo "\" id=\"input-lastname\" class=\"form-control\" /> "; // line 55 if ((isset($context["error_lastname"]) ? $context["error_lastname"] : null)) { // line 56 echo " <div class=\"text-danger\">"; echo (isset($context["error_lastname"]) ? $context["error_lastname"] : null); echo "</div> "; } // line 57 echo " </div> </div> <div class=\"form-group required\"> <label class=\"col-sm-2 control-label\" for=\"input-email\">"; // line 60 echo (isset($context["entry_email"]) ? $context["entry_email"] : null); echo "</label> <div class=\"col-sm-10\"> <input type=\"email\" name=\"email\" value=\""; // line 62 echo (isset($context["email"]) ? $context["email"] : null); echo "\" placeholder=\""; echo (isset($context["entry_email"]) ? $context["entry_email"] : null); echo "\" id=\"input-email\" class=\"form-control\" /> "; // line 63 if ((isset($context["error_email"]) ? $context["error_email"] : null)) { // line 64 echo " <div class=\"text-danger\">"; echo (isset($context["error_email"]) ? $context["error_email"] : null); echo "</div> "; } // line 65 echo " </div> </div> <div class=\"form-group required\"> <label class=\"col-sm-2 control-label\" for=\"input-telephone\">"; // line 68 echo (isset($context["entry_telephone"]) ? $context["entry_telephone"] : null); echo "</label> <div class=\"col-sm-10\"> <input type=\"tel\" name=\"telephone\" value=\""; // line 70 echo (isset($context["telephone"]) ? $context["telephone"] : null); echo "\" placeholder=\""; echo (isset($context["entry_telephone"]) ? $context["entry_telephone"] : null); echo "\" id=\"input-telephone\" class=\"form-control\" /> "; // line 71 if ((isset($context["error_telephone"]) ? $context["error_telephone"] : null)) { // line 72 echo " <div class=\"text-danger\">"; echo (isset($context["error_telephone"]) ? $context["error_telephone"] : null); echo "</div> "; } // line 73 echo " </div> </div> "; // line 75 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable((isset($context["custom_fields"]) ? $context["custom_fields"] : null)); foreach ($context['_seq'] as $context["_key"] => $context["custom_field"]) { // line 76 echo " "; if (($this->getAttribute($context["custom_field"], "type", array()) == "select")) { // line 77 echo " <div id=\"custom-field"; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" class=\"form-group custom-field\" data-sort=\""; echo $this->getAttribute($context["custom_field"], "sort_order", array()); echo "\"> <label class=\"col-sm-2 control-label\" for=\"input-custom-field"; // line 78 echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\">"; echo $this->getAttribute($context["custom_field"], "name", array()); echo "</label> <div class=\"col-sm-10\"> <select name=\"custom_field["; // line 80 echo $this->getAttribute($context["custom_field"], "location", array()); echo "]["; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "]\" id=\"input-custom-field"; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" class=\"form-control\"> <option value=\"\">"; // line 81 echo (isset($context["text_select"]) ? $context["text_select"] : null); echo "</option> "; // line 87 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["custom_field"], "custom_field_value", array())); foreach ($context['_seq'] as $context["_key"] => $context["custom_field_value"]) { // line 88 echo " "; if (($this->getAttribute($this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "location", array()), array(), "array"), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array") && ($this->getAttribute($context["custom_field_value"], "custom_field_value_id", array()) == $this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")))) { // line 89 echo " <option value=\""; // line 93 echo $this->getAttribute($context["custom_field_value"], "custom_field_value_id", array()); echo "\" selected=\"selected\">"; echo $this->getAttribute($context["custom_field_value"], "name", array()); echo "</option> "; } else { // line 100 echo " <option value=\""; // line 105 echo $this->getAttribute($context["custom_field_value"], "custom_field_value_id", array()); echo "\">"; echo $this->getAttribute($context["custom_field_value"], "name", array()); echo "</option> "; } // line 112 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_field_value'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 113 echo " </select> "; // line 119 if ($this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")) { // line 120 echo " <div class=\"text-danger\">"; echo $this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array"); echo "</div> "; } // line 121 echo "</div> </div> "; } // line 124 echo " "; if (($this->getAttribute($context["custom_field"], "type", array()) == "radio")) { // line 125 echo " <div id=\"custom-field"; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" class=\"form-group custom-field\" data-sort=\""; echo $this->getAttribute($context["custom_field"], "sort_order", array()); echo "\"> <label class=\"col-sm-2 control-label\">"; // line 126 echo $this->getAttribute($context["custom_field"], "name", array()); echo "</label> <div class=\"col-sm-10\"> <div> "; // line 128 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["custom_field"], "custom_field_value", array())); foreach ($context['_seq'] as $context["_key"] => $context["custom_field_value"]) { // line 129 echo " <div class=\"radio\">"; if (($this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array") && ($this->getAttribute($context["custom_field_value"], "custom_field_value_id", array()) == $this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")))) { // line 130 echo " <label> <input type=\"radio\" name=\"custom_field["; // line 131 echo $this->getAttribute($context["custom_field"], "location", array()); echo "]["; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "]\" value=\""; echo $this->getAttribute($context["custom_field_value"], "custom_field_value_id", array()); echo "\" checked=\"checked\" /> "; // line 132 echo $this->getAttribute($context["custom_field_value"], "name", array()); echo "</label> "; } else { // line 134 echo " <label> <input type=\"radio\" name=\"custom_field["; // line 135 echo $this->getAttribute($context["custom_field"], "location", array()); echo "]["; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "]\" value=\""; echo $this->getAttribute($context["custom_field_value"], "custom_field_value_id", array()); echo "\" /> "; // line 136 echo $this->getAttribute($context["custom_field_value"], "name", array()); echo "</label> "; } // line 137 echo " </div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_field_value'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 138 echo "</div> "; // line 139 if ($this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")) { // line 140 echo " <div class=\"text-danger\">"; echo $this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array"); echo "</div> "; } // line 141 echo "</div> </div> "; } // line 144 echo " "; if (($this->getAttribute($context["custom_field"], "type", array()) == "checkbox")) { // line 145 echo " <div id=\"custom-field"; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" class=\"form-group custom-field\" data-sort=\""; echo $this->getAttribute($context["custom_field"], "sort_order", array()); echo "\"> <label class=\"col-sm-2 control-label\">"; // line 146 echo $this->getAttribute($context["custom_field"], "name", array()); echo "</label> <div class=\"col-sm-10\"> <div> "; // line 148 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["custom_field"], "custom_field_value", array())); foreach ($context['_seq'] as $context["_key"] => $context["custom_field_value"]) { // line 149 echo " <div class=\"checkbox\">"; if (($this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array") && twig_in_filter($this->getAttribute($context["custom_field_value"], "custom_field_value_id", array()), $this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")))) { // line 150 echo " <label> <input type=\"checkbox\" name=\"custom_field["; // line 151 echo $this->getAttribute($context["custom_field"], "location", array()); echo "]["; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "][]\" value=\""; echo $this->getAttribute($context["custom_field_value"], "custom_field_value_id", array()); echo "\" checked=\"checked\" /> "; // line 152 echo $this->getAttribute($context["custom_field_value"], "name", array()); echo "</label> "; } else { // line 154 echo " <label> <input type=\"checkbox\" name=\"custom_field["; // line 155 echo $this->getAttribute($context["custom_field"], "location", array()); echo "]["; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "][]\" value=\""; echo $this->getAttribute($context["custom_field_value"], "custom_field_value_id", array()); echo "\" /> "; // line 156 echo $this->getAttribute($context["custom_field_value"], "name", array()); echo "</label> "; } // line 157 echo " </div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_field_value'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 158 echo " </div> "; // line 159 if ($this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")) { // line 160 echo " <div class=\"text-danger\">"; echo $this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array"); echo "</div> "; } // line 161 echo " </div> </div> "; } // line 164 echo " "; if (($this->getAttribute($context["custom_field"], "type", array()) == "text")) { // line 165 echo " <div id=\"custom-field"; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" class=\"form-group custom-field\" data-sort=\""; echo $this->getAttribute($context["custom_field"], "sort_order", array()); echo "\"> <label class=\"col-sm-2 control-label\" for=\"input-custom-field"; // line 166 echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\">"; echo $this->getAttribute($context["custom_field"], "name", array()); echo "</label> <div class=\"col-sm-10\"> <input type=\"text\" name=\"custom_field["; // line 168 echo $this->getAttribute($context["custom_field"], "location", array()); echo "]["; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "]\" value=\""; if ($this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")) { echo $this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array"); } else { echo $this->getAttribute($context["custom_field"], "value", array()); } echo "\" placeholder=\""; echo $this->getAttribute($context["custom_field"], "name", array()); echo "\" id=\"input-custom-field"; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" class=\"form-control\" /> "; // line 169 if ($this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")) { // line 170 echo " <div class=\"text-danger\">"; echo $this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array"); echo "</div> "; } // line 171 echo " </div> </div> "; } // line 174 echo " "; if (($this->getAttribute($context["custom_field"], "type", array()) == "textarea")) { // line 175 echo " <div id=\"custom-field"; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" class=\"form-group custom-field\" data-sort=\""; echo $this->getAttribute($context["custom_field"], "sort_order", array()); echo "\"> <label class=\"col-sm-2 control-label\" for=\"input-custom-field"; // line 176 echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\">"; echo $this->getAttribute($context["custom_field"], "name", array()); echo "</label> <div class=\"col-sm-10\"> <textarea name=\"custom_field["; // line 178 echo $this->getAttribute($context["custom_field"], "location", array()); echo "]["; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "]\" rows=\"5\" placeholder=\""; echo $this->getAttribute($context["custom_field"], "name", array()); echo "\" id=\"input-custom-field"; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" class=\"form-control\">"; if ($this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")) { echo $this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array"); } else { echo $this->getAttribute($context["custom_field"], "value", array()); } echo "</textarea> "; // line 179 if ($this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")) { // line 180 echo " <div class=\"text-danger\">"; echo $this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array"); echo "</div> "; } // line 181 echo " </div> </div> "; } // line 184 echo " "; if (($this->getAttribute($context["custom_field"], "type", array()) == "file")) { // line 185 echo " <div id=\"custom-field"; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" class=\"form-group custom-field\" data-sort=\""; echo $this->getAttribute($context["custom_field"], "sort_order", array()); echo "\"> <label class=\"col-sm-2 control-label\">"; // line 186 echo $this->getAttribute($context["custom_field"], "name", array()); echo "</label> <div class=\"col-sm-10\"> <button type=\"button\" id=\"button-custom-field"; // line 188 echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" data-loading-text=\""; echo (isset($context["text_loading"]) ? $context["text_loading"] : null); echo "\" class=\"btn btn-default\"><i class=\"fa fa-upload\"></i> "; echo (isset($context["button_upload"]) ? $context["button_upload"] : null); echo "</button> <input type=\"hidden\" name=\"custom_field["; // line 189 echo $this->getAttribute($context["custom_field"], "location", array()); echo "]["; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "]\" value=\""; if ($this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")) { echo " "; echo $this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array"); echo " "; } echo "\" /> "; // line 190 if ($this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")) { // line 191 echo " <div class=\"text-danger\">"; echo $this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array"); echo "</div> "; } // line 192 echo "</div> </div> "; } // line 195 echo " "; if (($this->getAttribute($context["custom_field"], "type", array()) == "date")) { // line 196 echo " <div id=\"custom-field"; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" class=\"form-group custom-field\" data-sort=\""; echo $this->getAttribute($context["custom_field"], "sort_order", array()); echo "\"> <label class=\"col-sm-2 control-label\" for=\"input-custom-field"; // line 197 echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\">"; echo $this->getAttribute($context["custom_field"], "name", array()); echo "</label> <div class=\"col-sm-10\"> <div class=\"input-group date\"> <input type=\"text\" name=\"custom_field["; // line 200 echo $this->getAttribute($context["custom_field"], "location", array()); echo "]["; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "]\" value=\""; if ($this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")) { echo $this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array"); } else { echo $this->getAttribute($context["custom_field"], "value", array()); } echo "\" placeholder=\""; echo $this->getAttribute($context["custom_field"], "name", array()); echo "\" data-date-format=\"YYYY-MM-DD\" id=\"input-custom-field"; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" class=\"form-control\" /> <span class=\"input-group-btn\"> <button type=\"button\" class=\"btn btn-default\"><i class=\"fa fa-calendar\"></i></button> </span></div> "; // line 204 if ($this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")) { // line 205 echo " <div class=\"text-danger\">"; echo $this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array"); echo "</div> "; } // line 206 echo " </div> </div> "; } // line 209 echo " "; if (($this->getAttribute($context["custom_field"], "type", array()) == "time")) { // line 210 echo " <div id=\"custom-field"; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" class=\"form-group custom-field\" data-sort=\""; echo $this->getAttribute($context["custom_field"], "sort_order", array()); echo "\"> <label class=\"col-sm-2 control-label\" for=\"input-custom-field"; // line 211 echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\">"; echo $this->getAttribute($context["custom_field"], "name", array()); echo "</label> <div class=\"col-sm-10\"> <div class=\"input-group time\"> <input type=\"text\" name=\"custom_field["; // line 214 echo $this->getAttribute($context["custom_field"], "location", array()); echo "]["; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "]\" value=\""; if ($this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")) { echo $this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array"); } else { echo $this->getAttribute($context["custom_field"], "value", array()); } echo "\" placeholder=\""; echo $this->getAttribute($context["custom_field"], "name", array()); echo "\" data-date-format=\"HH:mm\" id=\"input-custom-field"; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" class=\"form-control\" /> <span class=\"input-group-btn\"> <button type=\"button\" class=\"btn btn-default\"><i class=\"fa fa-calendar\"></i></button> </span></div> "; // line 218 if ($this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")) { // line 219 echo " <div class=\"text-danger\">"; echo $this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array"); echo "</div> "; } // line 220 echo " </div> </div> "; } // line 223 echo " "; if (($this->getAttribute($context["custom_field"], "type", array()) == "time")) { // line 224 echo " <div id=\"custom-field"; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" class=\"form-group custom-field\" data-sort=\""; echo $this->getAttribute($context["custom_field"], "sort_order", array()); echo "\"> <label class=\"col-sm-2 control-label\" for=\"input-custom-field"; // line 225 echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\">"; echo $this->getAttribute($context["custom_field"], "name", array()); echo "</label> <div class=\"col-sm-10\"> <div class=\"input-group datetime\"> <input type=\"text\" name=\"custom_field["; // line 228 echo $this->getAttribute($context["custom_field"], "location", array()); echo "]["; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "]\" value=\""; if ($this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")) { echo $this->getAttribute((isset($context["register_custom_field"]) ? $context["register_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array"); } else { echo $this->getAttribute($context["custom_field"], "value", array()); } echo "\" placeholder=\""; echo $this->getAttribute($context["custom_field"], "name", array()); echo "\" data-date-format=\"YYYY-MM-DD HH:mm\" id=\"input-custom-field"; echo $this->getAttribute($context["custom_field"], "custom_field_id", array()); echo "\" class=\"form-control\" /> <span class=\"input-group-btn\"> <button type=\"button\" class=\"btn btn-default\"><i class=\"fa fa-calendar\"></i></button> </span></div> "; // line 232 if ($this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array")) { // line 233 echo " <div class=\"text-danger\">"; echo $this->getAttribute((isset($context["error_custom_field"]) ? $context["error_custom_field"] : null), $this->getAttribute($context["custom_field"], "custom_field_id", array()), array(), "array"); echo "</div> "; } // line 234 echo " </div> </div> "; } // line 237 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_field'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 238 echo " </fieldset> <fieldset> <legend>"; // line 240 echo (isset($context["text_your_password"]) ? $context["text_your_password"] : null); echo "</legend> <div class=\"form-group required\"> <label class=\"col-sm-2 control-label\" for=\"input-password\">"; // line 242 echo (isset($context["entry_password"]) ? $context["entry_password"] : null); echo "</label> <div class=\"col-sm-10\"> <input type=\"password\" name=\"password\" value=\""; // line 244 echo (isset($context["password"]) ? $context["password"] : null); echo "\" placeholder=\""; echo (isset($context["entry_password"]) ? $context["entry_password"] : null); echo "\" id=\"input-password\" class=\"form-control\" /> "; // line 245 if ((isset($context["error_password"]) ? $context["error_password"] : null)) { // line 246 echo " <div class=\"text-danger\">"; echo (isset($context["error_password"]) ? $context["error_password"] : null); echo "</div> "; } // line 247 echo " </div> </div> <div class=\"form-group required\"> <label class=\"col-sm-2 control-label\" for=\"input-confirm\">"; // line 250 echo (isset($context["entry_confirm"]) ? $context["entry_confirm"] : null); echo "</label> <div class=\"col-sm-10\"> <input type=\"password\" name=\"confirm\" value=\""; // line 252 echo (isset($context["confirm"]) ? $context["confirm"] : null); echo "\" placeholder=\""; echo (isset($context["entry_confirm"]) ? $context["entry_confirm"] : null); echo "\" id=\"input-confirm\" class=\"form-control\" /> "; // line 253 if ((isset($context["error_confirm"]) ? $context["error_confirm"] : null)) { // line 254 echo " <div class=\"text-danger\">"; echo (isset($context["error_confirm"]) ? $context["error_confirm"] : null); echo "</div> "; } // line 255 echo " </div> </div> </fieldset> <fieldset> <legend>"; // line 259 echo (isset($context["text_newsletter"]) ? $context["text_newsletter"] : null); echo "</legend> <div class=\"form-group\"> <label class=\"col-sm-2 control-label\">"; // line 261 echo (isset($context["entry_newsletter"]) ? $context["entry_newsletter"] : null); echo "</label> <div class=\"col-sm-10\"> "; // line 262 if ((isset($context["newsletter"]) ? $context["newsletter"] : null)) { // line 263 echo " <label class=\"radio-inline\"> <input type=\"radio\" name=\"newsletter\" value=\"1\" checked=\"checked\" /> "; // line 265 echo (isset($context["text_yes"]) ? $context["text_yes"] : null); echo "</label> <label class=\"radio-inline\"> <input type=\"radio\" name=\"newsletter\" value=\"0\" /> "; // line 268 echo (isset($context["text_no"]) ? $context["text_no"] : null); echo "</label> "; } else { // line 270 echo " <label class=\"radio-inline\"> <input type=\"radio\" name=\"newsletter\" value=\"1\" /> "; // line 272 echo (isset($context["text_yes"]) ? $context["text_yes"] : null); echo "</label> <label class=\"radio-inline\"> <input type=\"radio\" name=\"newsletter\" value=\"0\" checked=\"checked\" /> "; // line 275 echo (isset($context["text_no"]) ? $context["text_no"] : null); echo "</label> "; } // line 276 echo " </div> </div> </fieldset> "; // line 279 echo (isset($context["captcha"]) ? $context["captcha"] : null); echo " "; // line 280 if ((isset($context["text_agree"]) ? $context["text_agree"] : null)) { // line 281 echo " <div class=\"buttons\"> <div class=\"pull-right\">"; // line 282 echo (isset($context["text_agree"]) ? $context["text_agree"] : null); echo " "; // line 283 if ((isset($context["agree"]) ? $context["agree"] : null)) { // line 284 echo " <input type=\"checkbox\" name=\"agree\" value=\"1\" checked=\"checked\" /> "; } else { // line 286 echo " <input type=\"checkbox\" name=\"agree\" value=\"1\" /> "; } // line 288 echo " <input type=\"submit\" value=\""; // line 289 echo (isset($context["button_continue"]) ? $context["button_continue"] : null); echo "\" class=\"btn btn-primary\" /> </div> </div> "; } else { // line 293 echo " <div class=\"buttons\"> <div class=\"pull-right\"> <input type=\"submit\" value=\""; // line 295 echo (isset($context["button_continue"]) ? $context["button_continue"] : null); echo "\" class=\"btn btn-primary\" /> </div> </div> "; } // line 299 echo " </form> "; // line 300 echo (isset($context["content_bottom"]) ? $context["content_bottom"] : null); echo "</div> "; // line 301 echo (isset($context["column_right"]) ? $context["column_right"] : null); echo "</div> </div> <script type=\"text/javascript\"><!-- // Sort the custom fields \$('#account .form-group[data-sort]').detach().each(function() { \tif (\$(this).attr('data-sort') >= 0 && \$(this).attr('data-sort') <= \$('#account .form-group').length) { \t\t\$('#account .form-group').eq(\$(this).attr('data-sort')).before(this); \t} \tif (\$(this).attr('data-sort') > \$('#account .form-group').length) { \t\t\$('#account .form-group:last').after(this); \t} \tif (\$(this).attr('data-sort') == \$('#account .form-group').length) { \t\t\$('#account .form-group:last').after(this); \t} \tif (\$(this).attr('data-sort') < -\$('#account .form-group').length) { \t\t\$('#account .form-group:first').before(this); \t} }); \$('input[name=\\'customer_group_id\\']').on('change', function() { \t\$.ajax({ \t\turl: 'index.php?route=account/register/customfield&customer_group_id=' + this.value, \t\tdataType: 'json', \t\tsuccess: function(json) { \t\t\t\$('.custom-field').hide(); \t\t\t\$('.custom-field').removeClass('required'); \t\t\tfor (i = 0; i < json.length; i++) { \t\t\t\tcustom_field = json[i]; \t\t\t\t\$('#custom-field' + custom_field['custom_field_id']).show(); \t\t\t\tif (custom_field['required']) { \t\t\t\t\t\$('#custom-field' + custom_field['custom_field_id']).addClass('required'); \t\t\t\t} \t\t\t} \t\t}, \t\terror: function(xhr, ajaxOptions, thrownError) { \t\t\talert(thrownError + \"\\r\\n\" + xhr.statusText + \"\\r\\n\" + xhr.responseText); \t\t} \t}); }); \$('input[name=\\'customer_group_id\\']:checked').trigger('change'); //--></script> <script type=\"text/javascript\"><!-- \$('button[id^=\\'button-custom-field\\']').on('click', function() { \tvar element = this; \t\$('#form-upload').remove(); \t\$('body').prepend('<form enctype=\"multipart/form-data\" id=\"form-upload\" style=\"display: none;\"><input type=\"file\" name=\"file\" /></form>'); \t\$('#form-upload input[name=\\'file\\']').trigger('click'); \tif (typeof timer != 'undefined') { \tclearInterval(timer); \t} \ttimer = setInterval(function() { \t\tif (\$('#form-upload input[name=\\'file\\']').val() != '') { \t\t\tclearInterval(timer); \t\t\t\$.ajax({ \t\t\t\turl: 'index.php?route=tool/upload', \t\t\t\ttype: 'post', \t\t\t\tdataType: 'json', \t\t\t\tdata: new FormData(\$('#form-upload')[0]), \t\t\t\tcache: false, \t\t\t\tcontentType: false, \t\t\t\tprocessData: false, \t\t\t\tbeforeSend: function() { \t\t\t\t\t\$(element).button('loading'); \t\t\t\t}, \t\t\t\tcomplete: function() { \t\t\t\t\t\$(element).button('reset'); \t\t\t\t}, \t\t\t\tsuccess: function(json) { \t\t\t\t\t\$(element).parent().find('.text-danger').remove(); \t\t\t\t\tif (json['error']) { \t\t\t\t\t\t\$(node).parent().find('input').after('<div class=\"text-danger\">' + json['error'] + '</div>'); \t\t\t\t\t} \t\t\t\t\tif (json['success']) { \t\t\t\t\t\talert(json['success']); \t\t\t\t\t\t\$(element).parent().find('input').val(json['code']); \t\t\t\t\t} \t\t\t\t}, \t\t\t\terror: function(xhr, ajaxOptions, thrownError) { \t\t\t\t\talert(thrownError + \"\\r\\n\" + xhr.statusText + \"\\r\\n\" + xhr.responseText); \t\t\t\t} \t\t\t}); \t\t} \t}, 500); }); //--></script> <script type=\"text/javascript\"><!-- \$('.date').datetimepicker({ \tlanguage: '"; // line 404 echo (isset($context["datepicker"]) ? $context["datepicker"] : null); echo "', \tpickTime: false }); \$('.time').datetimepicker({ \tlanguage: '"; // line 409 echo (isset($context["datepicker"]) ? $context["datepicker"] : null); echo "', \tpickDate: false }); \$('.datetime').datetimepicker({ \tlanguage: '"; // line 414 echo (isset($context["datepicker"]) ? $context["datepicker"] : null); echo "', \tpickDate: true, \tpickTime: true }); //--></script> "; // line 419 echo (isset($context["footer"]) ? $context["footer"] : null); echo " "; } public function getTemplateName() { return "default/template/account/register.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 1096 => 419, 1088 => 414, 1080 => 409, 1072 => 404, 966 => 301, 962 => 300, 959 => 299, 952 => 295, 948 => 293, 941 => 289, 938 => 288, 934 => 286, 930 => 284, 928 => 283, 924 => 282, 921 => 281, 919 => 280, 915 => 279, 910 => 276, 905 => 275, 899 => 272, 895 => 270, 890 => 268, 884 => 265, 880 => 263, 878 => 262, 874 => 261, 869 => 259, 863 => 255, 857 => 254, 855 => 253, 849 => 252, 844 => 250, 839 => 247, 833 => 246, 831 => 245, 825 => 244, 820 => 242, 815 => 240, 811 => 238, 805 => 237, 800 => 234, 794 => 233, 792 => 232, 773 => 228, 765 => 225, 758 => 224, 755 => 223, 750 => 220, 744 => 219, 742 => 218, 723 => 214, 715 => 211, 708 => 210, 705 => 209, 700 => 206, 694 => 205, 692 => 204, 673 => 200, 665 => 197, 658 => 196, 655 => 195, 650 => 192, 644 => 191, 642 => 190, 630 => 189, 622 => 188, 617 => 186, 610 => 185, 607 => 184, 602 => 181, 596 => 180, 594 => 179, 578 => 178, 571 => 176, 564 => 175, 561 => 174, 556 => 171, 550 => 170, 548 => 169, 532 => 168, 525 => 166, 518 => 165, 515 => 164, 510 => 161, 504 => 160, 502 => 159, 499 => 158, 492 => 157, 487 => 156, 479 => 155, 476 => 154, 471 => 152, 463 => 151, 460 => 150, 457 => 149, 453 => 148, 448 => 146, 441 => 145, 438 => 144, 433 => 141, 427 => 140, 425 => 139, 422 => 138, 415 => 137, 410 => 136, 402 => 135, 399 => 134, 394 => 132, 386 => 131, 383 => 130, 380 => 129, 376 => 128, 371 => 126, 364 => 125, 361 => 124, 356 => 121, 350 => 120, 348 => 119, 340 => 113, 334 => 112, 322 => 105, 315 => 100, 303 => 93, 297 => 89, 294 => 88, 290 => 87, 281 => 81, 273 => 80, 266 => 78, 259 => 77, 256 => 76, 252 => 75, 248 => 73, 242 => 72, 240 => 71, 234 => 70, 229 => 68, 224 => 65, 218 => 64, 216 => 63, 210 => 62, 205 => 60, 200 => 57, 194 => 56, 192 => 55, 186 => 54, 181 => 52, 176 => 49, 170 => 48, 168 => 47, 162 => 46, 157 => 44, 147 => 41, 141 => 38, 137 => 37, 133 => 35, 127 => 32, 123 => 31, 119 => 29, 116 => 28, 112 => 27, 108 => 26, 100 => 25, 96 => 24, 91 => 22, 87 => 21, 83 => 20, 76 => 19, 73 => 18, 70 => 17, 67 => 16, 64 => 15, 61 => 14, 58 => 13, 56 => 12, 51 => 11, 45 => 9, 43 => 8, 40 => 7, 29 => 5, 25 => 4, 19 => 1,); } } /* {{ header }}*/ /* <div id="account-register" class="container">*/ /* <ul class="breadcrumb">*/ /* {% for breadcrumb in breadcrumbs %}*/ /* <li><a href="{{ breadcrumb.href }}">{{ breadcrumb.text }}</a></li>*/ /* {% endfor %}*/ /* </ul>*/ /* {% if error_warning %}*/ /* <div class="alert alert-danger alert-dismissible"><i class="fa fa-exclamation-circle"></i> {{ error_warning }}</div>*/ /* {% endif %}*/ /* <div class="row">{{ column_left }}*/ /* {% if column_left and column_right %}*/ /* {% set class = 'col-sm-6' %}*/ /* {% elseif column_left or column_right %}*/ /* {% set class = 'col-sm-9' %}*/ /* {% else %}*/ /* {% set class = 'col-sm-12' %}*/ /* {% endif %}*/ /* <div id="content" class="{{ class }}">{{ content_top }}*/ /* <h1>{{ heading_title }}</h1>*/ /* <p>{{ text_account_already }}</p>*/ /* <form action="{{ action }}" method="post" enctype="multipart/form-data" class="form-horizontal">*/ /* <fieldset id="account">*/ /* <legend>{{ text_your_details }}</legend>*/ /* <div class="form-group required" style="display: {% if customer_groups|length > 1 %} block {% else %} none {% endif %};">*/ /* <label class="col-sm-2 control-label">{{ entry_customer_group }}</label>*/ /* <div class="col-sm-10">{% for customer_group in customer_groups %}*/ /* {% if customer_group.customer_group_id == customer_group_id %}*/ /* <div class="radio">*/ /* <label>*/ /* <input type="radio" name="customer_group_id" value="{{ customer_group.customer_group_id }}" checked="checked" />*/ /* {{ customer_group.name }}</label>*/ /* </div>*/ /* {% else %}*/ /* <div class="radio">*/ /* <label>*/ /* <input type="radio" name="customer_group_id" value="{{ customer_group.customer_group_id }}" />*/ /* {{ customer_group.name }}</label>*/ /* </div>*/ /* {% endif %}*/ /* {% endfor %}</div>*/ /* </div>*/ /* <div class="form-group required">*/ /* <label class="col-sm-2 control-label" for="input-firstname">{{ entry_firstname }}</label>*/ /* <div class="col-sm-10">*/ /* <input type="text" name="firstname" value="{{ firstname }}" placeholder="{{ entry_firstname }}" id="input-firstname" class="form-control" />*/ /* {% if error_firstname %}*/ /* <div class="text-danger">{{ error_firstname }}</div>*/ /* {% endif %} </div>*/ /* </div>*/ /* <div class="form-group required">*/ /* <label class="col-sm-2 control-label" for="input-lastname">{{ entry_lastname }}</label>*/ /* <div class="col-sm-10">*/ /* <input type="text" name="lastname" value="{{ lastname }}" placeholder="{{ entry_lastname }}" id="input-lastname" class="form-control" />*/ /* {% if error_lastname %}*/ /* <div class="text-danger">{{ error_lastname }}</div>*/ /* {% endif %} </div>*/ /* </div>*/ /* <div class="form-group required">*/ /* <label class="col-sm-2 control-label" for="input-email">{{ entry_email }}</label>*/ /* <div class="col-sm-10">*/ /* <input type="email" name="email" value="{{ email }}" placeholder="{{ entry_email }}" id="input-email" class="form-control" />*/ /* {% if error_email %}*/ /* <div class="text-danger">{{ error_email }}</div>*/ /* {% endif %} </div>*/ /* </div>*/ /* <div class="form-group required">*/ /* <label class="col-sm-2 control-label" for="input-telephone">{{ entry_telephone }}</label>*/ /* <div class="col-sm-10">*/ /* <input type="tel" name="telephone" value="{{ telephone }}" placeholder="{{ entry_telephone }}" id="input-telephone" class="form-control" />*/ /* {% if error_telephone %}*/ /* <div class="text-danger">{{ error_telephone }}</div>*/ /* {% endif %} </div>*/ /* </div>*/ /* {% for custom_field in custom_fields %}*/ /* {% if custom_field.type == 'select' %}*/ /* <div id="custom-field{{ custom_field.custom_field_id }}" class="form-group custom-field" data-sort="{{ custom_field.sort_order }}">*/ /* <label class="col-sm-2 control-label" for="input-custom-field{{ custom_field.custom_field_id }}">{{ custom_field.name }}</label>*/ /* <div class="col-sm-10">*/ /* <select name="custom_field[{{ custom_field.location }}][{{ custom_field.custom_field_id }}]" id="input-custom-field{{ custom_field.custom_field_id }}" class="form-control">*/ /* <option value="">{{ text_select }}</option>*/ /* */ /* */ /* */ /* */ /* */ /* {% for custom_field_value in custom_field.custom_field_value %}*/ /* {% if register_custom_field[custom_field.location][custom_field.custom_field_id] and custom_field_value.custom_field_value_id == register_custom_field[custom_field.custom_field_id] %}*/ /* */ /* */ /* */ /* */ /* <option value="{{ custom_field_value.custom_field_value_id }}" selected="selected">{{ custom_field_value.name }}</option>*/ /* */ /* */ /* */ /* */ /* */ /* {% else %}*/ /* */ /* */ /* */ /* */ /* */ /* <option value="{{ custom_field_value.custom_field_value_id }}">{{ custom_field_value.name }}</option>*/ /* */ /* */ /* */ /* */ /* */ /* {% endif %}*/ /* {% endfor %}*/ /* */ /* */ /* */ /* */ /* */ /* </select>*/ /* {% if error_custom_field[custom_field.custom_field_id] %}*/ /* <div class="text-danger">{{ error_custom_field[custom_field.custom_field_id] }}</div>*/ /* {% endif %}</div>*/ /* </div>*/ /* {% endif %}*/ /* {% if custom_field.type == 'radio' %}*/ /* <div id="custom-field{{ custom_field.custom_field_id }}" class="form-group custom-field" data-sort="{{ custom_field.sort_order }}">*/ /* <label class="col-sm-2 control-label">{{ custom_field.name }}</label>*/ /* <div class="col-sm-10">*/ /* <div> {% for custom_field_value in custom_field.custom_field_value %}*/ /* <div class="radio">{% if register_custom_field[custom_field.custom_field_id] and custom_field_value.custom_field_value_id == register_custom_field[custom_field.custom_field_id] %}*/ /* <label>*/ /* <input type="radio" name="custom_field[{{ custom_field.location }}][{{ custom_field.custom_field_id }}]" value="{{ custom_field_value.custom_field_value_id }}" checked="checked" />*/ /* {{ custom_field_value.name }}</label>*/ /* {% else %}*/ /* <label>*/ /* <input type="radio" name="custom_field[{{ custom_field.location }}][{{ custom_field.custom_field_id }}]" value="{{ custom_field_value.custom_field_value_id }}" />*/ /* {{ custom_field_value.name }}</label>*/ /* {% endif %} </div>*/ /* {% endfor %}</div>*/ /* {% if error_custom_field[custom_field.custom_field_id] %}*/ /* <div class="text-danger">{{ error_custom_field[custom_field.custom_field_id] }}</div>*/ /* {% endif %}</div>*/ /* </div>*/ /* {% endif %}*/ /* {% if custom_field.type == 'checkbox' %}*/ /* <div id="custom-field{{ custom_field.custom_field_id }}" class="form-group custom-field" data-sort="{{ custom_field.sort_order }}">*/ /* <label class="col-sm-2 control-label">{{ custom_field.name }}</label>*/ /* <div class="col-sm-10">*/ /* <div> {% for custom_field_value in custom_field.custom_field_value %}*/ /* <div class="checkbox">{% if register_custom_field[custom_field.custom_field_id] and custom_field_value.custom_field_value_id in register_custom_field[custom_field.custom_field_id] %}*/ /* <label>*/ /* <input type="checkbox" name="custom_field[{{ custom_field.location }}][{{ custom_field.custom_field_id }}][]" value="{{ custom_field_value.custom_field_value_id }}" checked="checked" />*/ /* {{ custom_field_value.name }}</label>*/ /* {% else %}*/ /* <label>*/ /* <input type="checkbox" name="custom_field[{{ custom_field.location }}][{{ custom_field.custom_field_id }}][]" value="{{ custom_field_value.custom_field_value_id }}" />*/ /* {{ custom_field_value.name }}</label>*/ /* {% endif %} </div>*/ /* {% endfor %} </div>*/ /* {% if error_custom_field[custom_field.custom_field_id] %}*/ /* <div class="text-danger">{{ error_custom_field[custom_field.custom_field_id] }}</div>*/ /* {% endif %} </div>*/ /* </div>*/ /* {% endif %}*/ /* {% if custom_field.type == 'text' %}*/ /* <div id="custom-field{{ custom_field.custom_field_id }}" class="form-group custom-field" data-sort="{{ custom_field.sort_order }}">*/ /* <label class="col-sm-2 control-label" for="input-custom-field{{ custom_field.custom_field_id }}">{{ custom_field.name }}</label>*/ /* <div class="col-sm-10">*/ /* <input type="text" name="custom_field[{{ custom_field.location }}][{{ custom_field.custom_field_id }}]" value="{% if register_custom_field[custom_field.custom_field_id] %}{{ register_custom_field[custom_field.custom_field_id] }}{% else %}{{ custom_field.value }}{% endif %}" placeholder="{{ custom_field.name }}" id="input-custom-field{{ custom_field.custom_field_id }}" class="form-control" />*/ /* {% if error_custom_field[custom_field.custom_field_id] %}*/ /* <div class="text-danger">{{ error_custom_field[custom_field.custom_field_id] }}</div>*/ /* {% endif %} </div>*/ /* </div>*/ /* {% endif %}*/ /* {% if custom_field.type == 'textarea' %}*/ /* <div id="custom-field{{ custom_field.custom_field_id }}" class="form-group custom-field" data-sort="{{ custom_field.sort_order }}">*/ /* <label class="col-sm-2 control-label" for="input-custom-field{{ custom_field.custom_field_id }}">{{ custom_field.name }}</label>*/ /* <div class="col-sm-10">*/ /* <textarea name="custom_field[{{ custom_field.location }}][{{ custom_field.custom_field_id }}]" rows="5" placeholder="{{ custom_field.name }}" id="input-custom-field{{ custom_field.custom_field_id }}" class="form-control">{% if register_custom_field[custom_field.custom_field_id] %}{{ register_custom_field[custom_field.custom_field_id] }}{% else %}{{ custom_field.value }}{% endif %}</textarea>*/ /* {% if error_custom_field[custom_field.custom_field_id] %}*/ /* <div class="text-danger">{{ error_custom_field[custom_field.custom_field_id] }}</div>*/ /* {% endif %} </div>*/ /* </div>*/ /* {% endif %}*/ /* {% if custom_field.type == 'file' %}*/ /* <div id="custom-field{{ custom_field.custom_field_id }}" class="form-group custom-field" data-sort="{{ custom_field.sort_order }}">*/ /* <label class="col-sm-2 control-label">{{ custom_field.name }}</label>*/ /* <div class="col-sm-10">*/ /* <button type="button" id="button-custom-field{{ custom_field.custom_field_id }}" data-loading-text="{{ text_loading }}" class="btn btn-default"><i class="fa fa-upload"></i> {{ button_upload }}</button>*/ /* <input type="hidden" name="custom_field[{{ custom_field.location }}][{{ custom_field.custom_field_id }}]" value="{% if register_custom_field[custom_field.custom_field_id] %} {{ register_custom_field[custom_field.custom_field_id] }} {% endif %}" />*/ /* {% if error_custom_field[custom_field.custom_field_id] %}*/ /* <div class="text-danger">{{ error_custom_field[custom_field.custom_field_id] }}</div>*/ /* {% endif %}</div>*/ /* </div>*/ /* {% endif %}*/ /* {% if custom_field.type == 'date' %}*/ /* <div id="custom-field{{ custom_field.custom_field_id }}" class="form-group custom-field" data-sort="{{ custom_field.sort_order }}">*/ /* <label class="col-sm-2 control-label" for="input-custom-field{{ custom_field.custom_field_id }}">{{ custom_field.name }}</label>*/ /* <div class="col-sm-10">*/ /* <div class="input-group date">*/ /* <input type="text" name="custom_field[{{ custom_field.location }}][{{ custom_field.custom_field_id }}]" value="{% if register_custom_field[custom_field.custom_field_id] %}{{ register_custom_field[custom_field.custom_field_id] }}{% else %}{{ custom_field.value }}{% endif %}" placeholder="{{ custom_field.name }}" data-date-format="YYYY-MM-DD" id="input-custom-field{{ custom_field.custom_field_id }}" class="form-control" />*/ /* <span class="input-group-btn">*/ /* <button type="button" class="btn btn-default"><i class="fa fa-calendar"></i></button>*/ /* </span></div>*/ /* {% if error_custom_field[custom_field.custom_field_id] %}*/ /* <div class="text-danger">{{ error_custom_field[custom_field.custom_field_id] }}</div>*/ /* {% endif %} </div>*/ /* </div>*/ /* {% endif %}*/ /* {% if custom_field.type == 'time' %}*/ /* <div id="custom-field{{ custom_field.custom_field_id }}" class="form-group custom-field" data-sort="{{ custom_field.sort_order }}">*/ /* <label class="col-sm-2 control-label" for="input-custom-field{{ custom_field.custom_field_id }}">{{ custom_field.name }}</label>*/ /* <div class="col-sm-10">*/ /* <div class="input-group time">*/ /* <input type="text" name="custom_field[{{ custom_field.location }}][{{ custom_field.custom_field_id }}]" value="{% if register_custom_field[custom_field.custom_field_id] %}{{ register_custom_field[custom_field.custom_field_id] }}{% else %}{{ custom_field.value }}{% endif %}" placeholder="{{ custom_field.name }}" data-date-format="HH:mm" id="input-custom-field{{ custom_field.custom_field_id }}" class="form-control" />*/ /* <span class="input-group-btn">*/ /* <button type="button" class="btn btn-default"><i class="fa fa-calendar"></i></button>*/ /* </span></div>*/ /* {% if error_custom_field[custom_field.custom_field_id] %}*/ /* <div class="text-danger">{{ error_custom_field[custom_field.custom_field_id] }}</div>*/ /* {% endif %} </div>*/ /* </div>*/ /* {% endif %}*/ /* {% if custom_field.type == 'time' %}*/ /* <div id="custom-field{{ custom_field.custom_field_id }}" class="form-group custom-field" data-sort="{{ custom_field.sort_order }}">*/ /* <label class="col-sm-2 control-label" for="input-custom-field{{ custom_field.custom_field_id }}">{{ custom_field.name }}</label>*/ /* <div class="col-sm-10">*/ /* <div class="input-group datetime">*/ /* <input type="text" name="custom_field[{{ custom_field.location }}][{{ custom_field.custom_field_id }}]" value="{% if register_custom_field[custom_field.custom_field_id] %}{{ register_custom_field[custom_field.custom_field_id] }}{% else %}{{ custom_field.value }}{% endif %}" placeholder="{{ custom_field.name }}" data-date-format="YYYY-MM-DD HH:mm" id="input-custom-field{{ custom_field.custom_field_id }}" class="form-control" />*/ /* <span class="input-group-btn">*/ /* <button type="button" class="btn btn-default"><i class="fa fa-calendar"></i></button>*/ /* </span></div>*/ /* {% if error_custom_field[custom_field.custom_field_id] %}*/ /* <div class="text-danger">{{ error_custom_field[custom_field.custom_field_id] }}</div>*/ /* {% endif %} </div>*/ /* </div>*/ /* {% endif %}*/ /* {% endfor %}*/ /* </fieldset>*/ /* <fieldset>*/ /* <legend>{{ text_your_password }}</legend>*/ /* <div class="form-group required">*/ /* <label class="col-sm-2 control-label" for="input-password">{{ entry_password }}</label>*/ /* <div class="col-sm-10">*/ /* <input type="password" name="password" value="{{ password }}" placeholder="{{ entry_password }}" id="input-password" class="form-control" />*/ /* {% if error_password %}*/ /* <div class="text-danger">{{ error_password }}</div>*/ /* {% endif %} </div>*/ /* </div>*/ /* <div class="form-group required">*/ /* <label class="col-sm-2 control-label" for="input-confirm">{{ entry_confirm }}</label>*/ /* <div class="col-sm-10">*/ /* <input type="password" name="confirm" value="{{ confirm }}" placeholder="{{ entry_confirm }}" id="input-confirm" class="form-control" />*/ /* {% if error_confirm %}*/ /* <div class="text-danger">{{ error_confirm }}</div>*/ /* {% endif %} </div>*/ /* </div>*/ /* </fieldset>*/ /* <fieldset>*/ /* <legend>{{ text_newsletter }}</legend>*/ /* <div class="form-group">*/ /* <label class="col-sm-2 control-label">{{ entry_newsletter }}</label>*/ /* <div class="col-sm-10"> {% if newsletter %}*/ /* <label class="radio-inline">*/ /* <input type="radio" name="newsletter" value="1" checked="checked" />*/ /* {{ text_yes }}</label>*/ /* <label class="radio-inline">*/ /* <input type="radio" name="newsletter" value="0" />*/ /* {{ text_no }}</label>*/ /* {% else %}*/ /* <label class="radio-inline">*/ /* <input type="radio" name="newsletter" value="1" />*/ /* {{ text_yes }}</label>*/ /* <label class="radio-inline">*/ /* <input type="radio" name="newsletter" value="0" checked="checked" />*/ /* {{ text_no }}</label>*/ /* {% endif %} </div>*/ /* </div>*/ /* </fieldset>*/ /* {{ captcha }}*/ /* {% if text_agree %}*/ /* <div class="buttons">*/ /* <div class="pull-right">{{ text_agree }}*/ /* {% if agree %}*/ /* <input type="checkbox" name="agree" value="1" checked="checked" />*/ /* {% else %}*/ /* <input type="checkbox" name="agree" value="1" />*/ /* {% endif %}*/ /* */ /* <input type="submit" value="{{ button_continue }}" class="btn btn-primary" />*/ /* </div>*/ /* </div>*/ /* {% else %}*/ /* <div class="buttons">*/ /* <div class="pull-right">*/ /* <input type="submit" value="{{ button_continue }}" class="btn btn-primary" />*/ /* </div>*/ /* </div>*/ /* {% endif %}*/ /* </form>*/ /* {{ content_bottom }}</div>*/ /* {{ column_right }}</div>*/ /* </div>*/ /* <script type="text/javascript"><!--*/ /* // Sort the custom fields*/ /* $('#account .form-group[data-sort]').detach().each(function() {*/ /* if ($(this).attr('data-sort') >= 0 && $(this).attr('data-sort') <= $('#account .form-group').length) {*/ /* $('#account .form-group').eq($(this).attr('data-sort')).before(this);*/ /* }*/ /* */ /* if ($(this).attr('data-sort') > $('#account .form-group').length) {*/ /* $('#account .form-group:last').after(this);*/ /* }*/ /* */ /* if ($(this).attr('data-sort') == $('#account .form-group').length) {*/ /* $('#account .form-group:last').after(this);*/ /* }*/ /* */ /* if ($(this).attr('data-sort') < -$('#account .form-group').length) {*/ /* $('#account .form-group:first').before(this);*/ /* }*/ /* });*/ /* */ /* $('input[name=\'customer_group_id\']').on('change', function() {*/ /* $.ajax({*/ /* url: 'index.php?route=account/register/customfield&customer_group_id=' + this.value,*/ /* dataType: 'json',*/ /* success: function(json) {*/ /* $('.custom-field').hide();*/ /* $('.custom-field').removeClass('required');*/ /* */ /* for (i = 0; i < json.length; i++) {*/ /* custom_field = json[i];*/ /* */ /* $('#custom-field' + custom_field['custom_field_id']).show();*/ /* */ /* if (custom_field['required']) {*/ /* $('#custom-field' + custom_field['custom_field_id']).addClass('required');*/ /* }*/ /* }*/ /* },*/ /* error: function(xhr, ajaxOptions, thrownError) {*/ /* alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);*/ /* }*/ /* });*/ /* });*/ /* */ /* $('input[name=\'customer_group_id\']:checked').trigger('change');*/ /* //--></script> */ /* <script type="text/javascript"><!--*/ /* $('button[id^=\'button-custom-field\']').on('click', function() {*/ /* var element = this;*/ /* */ /* $('#form-upload').remove();*/ /* */ /* $('body').prepend('<form enctype="multipart/form-data" id="form-upload" style="display: none;"><input type="file" name="file" /></form>');*/ /* */ /* $('#form-upload input[name=\'file\']').trigger('click');*/ /* */ /* if (typeof timer != 'undefined') {*/ /* clearInterval(timer);*/ /* }*/ /* */ /* timer = setInterval(function() {*/ /* if ($('#form-upload input[name=\'file\']').val() != '') {*/ /* clearInterval(timer);*/ /* */ /* $.ajax({*/ /* url: 'index.php?route=tool/upload',*/ /* type: 'post',*/ /* dataType: 'json',*/ /* data: new FormData($('#form-upload')[0]),*/ /* cache: false,*/ /* contentType: false,*/ /* processData: false,*/ /* beforeSend: function() {*/ /* $(element).button('loading');*/ /* },*/ /* complete: function() {*/ /* $(element).button('reset');*/ /* },*/ /* success: function(json) {*/ /* $(element).parent().find('.text-danger').remove();*/ /* */ /* if (json['error']) {*/ /* $(node).parent().find('input').after('<div class="text-danger">' + json['error'] + '</div>');*/ /* }*/ /* */ /* if (json['success']) {*/ /* alert(json['success']);*/ /* */ /* $(element).parent().find('input').val(json['code']);*/ /* }*/ /* },*/ /* error: function(xhr, ajaxOptions, thrownError) {*/ /* alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);*/ /* }*/ /* });*/ /* }*/ /* }, 500);*/ /* });*/ /* //--></script> */ /* <script type="text/javascript"><!--*/ /* $('.date').datetimepicker({*/ /* language: '{{ datepicker }}',*/ /* pickTime: false*/ /* });*/ /* */ /* $('.time').datetimepicker({*/ /* language: '{{ datepicker }}',*/ /* pickDate: false*/ /* });*/ /* */ /* $('.datetime').datetimepicker({*/ /* language: '{{ datepicker }}',*/ /* pickDate: true,*/ /* pickTime: true*/ /* });*/ /* //--></script> */ /* {{ footer }} */