9830e9117d100ba8215f3ebc2c6ae2a015b025d5fef5e671bd6c158ed7e95f81.php
7.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* install/step_4.twig */
class __TwigTemplate_0cfacc6460d0e7c35b44e4ca7f20fc23a058a184ea432285e0b41d7296cad73a extends \Twig\Template
{
    private $source;
    private $macros = [];
    public function __construct(Environment $env)
    {
        parent::__construct($env);
        $this->source = $this->getSourceContext();
        $this->parent = false;
        $this->blocks = [
        ];
    }
    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        // line 1
        echo ($context["header"] ?? null);
        echo "
<div class=\"container\">
  <header>
    <div class=\"row\">
      <div class=\"col-sm-6\">
        <h1 class=\"pull-left\">4
          <small>/4</small>
        </h1>
        <h3>";
        // line 9
        echo ($context["heading_title"] ?? null);
        echo "
          <br>
          <small>";
        // line 11
        echo ($context["text_step_4"] ?? null);
        echo "</small>
        </h3>
      </div>
      <div class=\"col-sm-6\">
        <div id=\"logo\" class=\"pull-right hidden-xs\"><img src=\"view/image/logo.png\" alt=\"OpenCart\" title=\"OpenCart\" /></div>
      </div>
    </div>
  </header>
  <div class=\"alert alert-danger alert-dismissible\"><i class=\"fa fa-exclamation-circle\"></i> ";
        // line 19
        echo ($context["error_warning"] ?? null);
        echo " <button type=\"button\" class=\"close\" data-dismiss=\"alert\">×</button></div>
  <div class=\"visit\">
    <div class=\"row\">
      <div class=\"col-sm-5 col-sm-offset-1 text-center\">
        <p><i class=\"fa fa-shopping-cart fa-5x\"></i></p>
        <a href=\"../\" class=\"btn btn-secondary\">";
        // line 24
        echo ($context["text_catalog"] ?? null);
        echo "</a>
      </div>
      <div class=\"col-sm-5 text-center\">
        <p><i class=\"fa fa-cog fa-5x white\"></i></p>
        <a href=\"../admin/\" class=\"btn btn-secondary\">";
        // line 28
        echo ($context["text_admin"] ?? null);
        echo "</a>
      </div>
    </div>
  </div>
  <div class=\"modules\">
  <div class=\"row\" id=\"extension\">
    <h2 class=\"text-center\"><i class=\"fa fa-circle-o-notch fa-spin\"></i> ";
        // line 34
        echo ($context["text_loading"] ?? null);
        echo "</h2>
  </div>
    <div class=\"row\">
      <div class=\"col-sm-12 text-center\"><a href=\"https://opencartforum.com/files/?utm_source=ocstore3_install&utm_medium=store_link&utm_campaign=ocstore3_install\" target=\"_BLANK\" class=\"btn btn-default\">";
        // line 37
        echo ($context["text_extension"] ?? null);
        echo "</a></div>
    </div>
  </div>
  <div class=\"mailing\">
    <div class=\"row\">
      <div class=\"col-sm-12\"><i class=\"fa fa-envelope-o fa-5x\"></i>
        <h3>";
        // line 43
        echo ($context["text_mail"] ?? null);
        echo "
          <br/>
          <small>";
        // line 45
        echo ($context["text_mail_description"] ?? null);
        echo "</small>
        </h3>
        <a href=\"https://ocstore.com/subscribe/\" target=\"_BLANK\" class=\"btn btn-secondary\">";
        // line 47
        echo ($context["button_mail"] ?? null);
        echo "</a>
      </div>
    </div>
  </div>
  <div class=\"support text-center\">
    <div class=\"row\">
      <div class=\"col-sm-4\">
        <a href=\"https://www.facebook.com/opencartforum\" class=\"icon transition\"><i class=\"fa fa-facebook fa-4x\"></i></a>
        <h3>";
        // line 55
        echo ($context["text_facebook"] ?? null);
        echo "</h3>
        <p>";
        // line 56
        echo ($context["text_facebook_description"] ?? null);
        echo "</p>
        <a href=\"https://www.facebook.com/opencartforum\">";
        // line 57
        echo ($context["text_facebook_visit"] ?? null);
        echo "</a>
      </div>
      <div class=\"col-sm-4\">
        <a href=\"https://opencartforum.com/?utm_source=ocstore_install&utm_medium=forum_link&utm_campaign=ocstore_install\" class=\"icon transition\"><i class=\"fa fa-comments fa-4x\"></i></a>
        <h3>";
        // line 61
        echo ($context["text_forum"] ?? null);
        echo "</h3>
        <p>";
        // line 62
        echo ($context["text_forum_description"] ?? null);
        echo "</p>
        <a href=\"https://opencartforum.com/?utm_source=ocstore_install&utm_medium=forum_link&utm_campaign=ocstore_install\">";
        // line 63
        echo ($context["text_forum_visit"] ?? null);
        echo "</a>
      </div>
      <div class=\"col-sm-4\">
        <a href=\"https://dedicated.ocstore.com/?utm_source=ocstore3_install\" class=\"icon transition\"><i class=\"fa fa-user fa-4x\"></i></a>
        <h3>";
        // line 67
        echo ($context["text_commercial"] ?? null);
        echo "</h3>
        <p>";
        // line 68
        echo ($context["text_commercial_description"] ?? null);
        echo "</p>
        <a href=\"https://dedicated.ocstore.com/?utm_source=ocstore3_install\" target=\"_BLANK\">";
        // line 69
        echo ($context["text_commercial_visit"] ?? null);
        echo "</a>
      </div>
    </div>
  </div>
</div>
";
        // line 74
        echo ($context["footer"] ?? null);
        echo "
<script type=\"text/javascript\"><!--
  \$(document).ready(function() {
    \$.ajax({
      url: '";
        // line 78
        echo ($context["extension"] ?? null);
        echo "',
      type: 'post',
      dataType: 'json',
      success: function(json) {
        if (json['extensions']) {
          html  = '';
          for (i = 0; i < json['extensions'].length; i++) {
            extension = json['extensions'][i];
            html += '<div class=\"col-sm-6 module\">';
            html += '  <a class=\"thumbnail pull-left\" href=\"' + extension['href'] + '\"><img src=\"' + extension['image'] + '\" alt=\"' + extension['name'] + '\" /></a>';
            html += '  <h5>' + extension['name'] + '</h5>';
            html += '  <p>' + extension['price'] + ' <a target=\"_BLANK\" href=\"' + extension['href'] + '\">";
        // line 91
        echo ($context["text_view"] ?? null);
        echo "</a></p>';
            html += '  <div class=\"clearfix\"></div>';
            html += '</div>';
          }
          \$('#extension').html(html);
        } else {
          \$('#extension').fadeOut();
        }
      }
    });
  });
  //--></script>
";
    }
    public function getTemplateName()
    {
        return "install/step_4.twig";
    }
    public function isTraitable()
    {
        return false;
    }
    public function getDebugInfo()
    {
        return array (  193 => 91,  177 => 78,  170 => 74,  162 => 69,  158 => 68,  154 => 67,  147 => 63,  143 => 62,  139 => 61,  132 => 57,  128 => 56,  124 => 55,  113 => 47,  108 => 45,  103 => 43,  94 => 37,  88 => 34,  79 => 28,  72 => 24,  64 => 19,  53 => 11,  48 => 9,  37 => 1,);
    }
    public function getSourceContext()
    {
        return new Source("", "install/step_4.twig", "");
    }
}