403Webshell
Server IP : 172.67.158.161  /  Your IP : 3.137.168.30
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/giankuin/thietke365.net/wp-content/plugins/mailpoet/generated/twig/6c/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/thietke365.net/wp-content/plugins/mailpoet/generated/twig/6c/6c82dc9359a26c3fe34e1527bed1336200ea99452308310cace0abdbbf5ca744.php
<?php

if (!defined('ABSPATH')) exit;


use MailPoetVendor\Twig\Environment;
use MailPoetVendor\Twig\Error\LoaderError;
use MailPoetVendor\Twig\Error\RuntimeError;
use MailPoetVendor\Twig\Extension\SandboxExtension;
use MailPoetVendor\Twig\Markup;
use MailPoetVendor\Twig\Sandbox\SecurityError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedTagError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFilterError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFunctionError;
use MailPoetVendor\Twig\Source;
use MailPoetVendor\Twig\Template;

/* newsletter/templates/blocks/coupon/settings.hbs */
class __TwigTemplate_242c7d80a2f2d73a801daf666a04cd25b175c9bb43d4ac8139c307f90cb229e5 extends 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 "<h3 data-automation-id=\"coupon_settings_heading\">";
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Coupon");
        echo "</h3>

<div id=\"mailpoet_coupon_block_settings\" class=\"mailpoet_coupon_block_settings\"></div>

<div class=\"mailpoet_coupon_block_display_options mailpoet_closed\">
  <div class=\"mailpoet_form_field\">
    <div class=\"mailpoet_form_field_title\">";
        // line 7
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Alignment");
        echo "</div>
    <div class=\"mailpoet_form_field_radio_option\">
      <label>
        <input type=\"radio\" name=\"alignment\" class=\"mailpoet_field_coupon_alignment\" value=\"left\" {{#ifCond model.styles.block.textAlign '===' 'left'}}CHECKED{{/ifCond}}/>
        ";
        // line 11
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Left");
        echo "
      </label>
    </div>
    <div class=\"mailpoet_form_field_radio_option\">
      <label>
        <input type=\"radio\" name=\"alignment\" class=\"mailpoet_field_coupon_alignment\" value=\"center\" {{#ifCond model.styles.block.textAlign '===' 'center'}}CHECKED{{/ifCond}}/>
        ";
        // line 17
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Center");
        echo "
      </label>
    </div>
    <div class=\"mailpoet_form_field_radio_option\">
      <label>
        <input type=\"radio\" name=\"alignment\" class=\"mailpoet_field_coupon_alignment\" value=\"right\" {{#ifCond model.styles.block.textAlign '===' 'right'}}CHECKED{{/ifCond}}/>
        ";
        // line 23
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Right");
        echo "
      </label>
    </div>
  </div>
  <div class=\"mailpoet_form_field mailpoet_form_narrow_select2\">
    <div class=\"mailpoet_form_field_title\">";
        // line 28
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Text");
        echo "</div>
    <div class=\"mailpoet_form_field_input_option mailpoet_form_field_input_nowrap\">
      <input type=\"text\" name=\"font-color\" id=\"mailpoet_field_coupon_font_color\" class=\"mailpoet_field_coupon_font_color mailpoet_color\" value=\"{{ model.styles.block.fontColor }}\" />
      <select id=\"mailpoet_field_coupon_font_family\" name=\"font-family\" class=\"mailpoet_select mailpoet_select_medium mailpoet_field_coupon_font_family mailpoet_font_family\">
        <optgroup label=\"";
        // line 32
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Standard fonts");
        echo "\">
          {{#each availableStyles.fonts.standard}}
            <option value=\"{{ this }}\" {{#ifCond this '==' ../model.styles.block.fontFamily}}SELECTED{{/ifCond}}>{{ this }}</option>
          {{/each}}
        </optgroup>
        <optgroup label=\"";
        // line 37
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Custom fonts");
        echo "\">
          {{#each availableStyles.fonts.custom}}
            <option value=\"{{ this }}\" {{#ifCond this '==' ../model.styles.block.fontFamily}}SELECTED{{/ifCond}}>{{ this }}</option>
          {{/each}}
        </optgroup>
      </select>
      <select id=\"mailpoet_field_coupon_font_size\" name=\"font-size\" class=\"mailpoet_select mailpoet_select_small mailpoet_field_coupon_font_size mailpoet_font_size\">
        {{#each availableStyles.headingSizes}}
          <option value=\"{{ this }}\" {{#ifCond this '==' ../model.styles.block.fontSize}}SELECTED{{/ifCond}}>{{ this }}</option>
        {{/each}}
      </select>
    </div>
  </div>
  <div class=\"mailpoet_form_field\">
    <div class=\"mailpoet_form_field_checkbox_option\">
      <label>
        <input type=\"checkbox\" name=\"fontWeight\" class=\"mailpoet_field_coupon_font_weight\" value=\"bold\" {{#ifCond model.styles.block.fontWeight '===' 'bold'}}CHECKED{{/ifCond}}/>
        ";
        // line 54
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Bold");
        echo "
      </label>
    </div>
  </div>
  <div class=\"mailpoet_form_field\">
    <div class=\"mailpoet_form_field_input_option\">
      <input type=\"text\" name=\"background-color\" class=\"mailpoet_field_coupon_background_color mailpoet_color\" value=\"{{ model.styles.block.backgroundColor }}\" />
    </div>
    <div class=\"mailpoet_form_field_title mailpoet_form_field_title_inline\">";
        // line 62
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Background");
        echo "</div>
  </div>
  <div class=\"mailpoet_form_field\">
    <div class=\"mailpoet_form_field_input_option\">
      <input type=\"text\" name=\"border-color\" class=\"mailpoet_field_coupon_border_color mailpoet_color\" value=\"{{ model.styles.block.borderColor }}\" />
    </div>
    <div class=\"mailpoet_form_field_title mailpoet_form_field_title_inline\">";
        // line 68
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Border");
        echo "</div>
    <div class=\"mailpoet_form_field_input_option\">
      <input type=\"number\" name=\"border-width-input\" class=\"mailpoet_input mailpoet_input_small mailpoet_field_coupon_border_width_input\" value=\"{{getNumber model.styles.block.borderWidth}}\" min=\"0\" max=\"10\" step=\"1\" /> px
      <input type=\"range\" min=\"0\" max=\"10\" step=\"1\" name=\"border-width\" class=\"mailpoet_range mailpoet_range_small mailpoet_field_coupon_border_width\" value=\"{{getNumber model.styles.block.borderWidth}}\" />
    </div>
  </div>
  <div class=\"mailpoet_form_field\">
    <label>
      <div class=\"mailpoet_form_field_title\">";
        // line 76
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Rounded corners");
        echo "</div>
      <div class=\"mailpoet_form_field_input_option\">
        <input type=\"number\" name=\"border-radius-input\" class=\"mailpoet_input mailpoet_input_small mailpoet_field_coupon_border_radius_input\" value=\"{{getNumber model.styles.block.borderRadius}}\" min=\"0\" max=\"40\" step=\"1\" /> px
        <input type=\"range\" min=\"0\" max=\"40\" step=\"1\" name=\"border-radius\" class=\"mailpoet_range mailpoet_range_medium mailpoet_field_coupon_border_radius\" value=\"{{getNumber model.styles.block.borderRadius }}\" />
      </div>
    </label>
  </div>
  <div class=\"mailpoet_form_field\">
    <label>
      <div class=\"mailpoet_form_field_title\">";
        // line 85
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Width");
        echo "</div>
      <div class=\"mailpoet_form_field_input_option\">
        <input type=\"number\" name=\"width-input\" class=\"mailpoet_input mailpoet_input_small mailpoet_field_coupon_width_input\" value=\"{{getNumber model.styles.block.width}}\" min=\"50\" max=\"288\" step=\"1\" /> px
        <input type=\"range\" min=\"50\" max=\"288\" step=\"1\" name=\"width\" class=\"mailpoet_range mailpoet_range_medium mailpoet_field_coupon_width\" value=\"{{getNumber model.styles.block.width }}\" />
      </div>
    </label>
  </div>
  <div class=\"mailpoet_form_field\">
    <label>
      <div class=\"mailpoet_form_field_title\">";
        // line 94
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Height");
        echo "</div>
      <div class=\"mailpoet_form_field_input_option\">
        <input type=\"number\" name=\"line-height-input\" class=\"mailpoet_input mailpoet_input_small mailpoet_field_coupon_line_height_input\" value=\"{{getNumber model.styles.block.lineHeight}}\" min=\"20\" max=\"50\" step=\"1\" /> px
        <input type=\"range\" min=\"20\" max=\"50\" step=\"1\" name=\"line-height\" class=\"mailpoet_range mailpoet_range_medium mailpoet_field_coupon_line_height\" value=\"{{getNumber model.styles.block.lineHeight }}\" />
      </div>
    </label>
  </div>
  {{#ifCond renderOptions.hideApplyToAll '!==' true}}
  <div class=\"mailpoet_form_field\">
    <input type=\"button\" name=\"replace-all-coupon-styles\" class=\"button button-secondary mailpoet_coupon_full mailpoet_field_coupon_replace_all_styles\" value=\"";
        // line 103
        echo \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Apply styles to all coupons"), "html_attr");
        echo "\" />
  </div>
  {{/ifCond}}
</div>

<div class=\"mailpoet_form_field\">
    <a href=\"javascript:;\" class=\"mailpoet_settings_coupon_show_coupon_configuration mailpoet_hidden\">";
        // line 109
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Back to selection");
        echo "</a>
    <a href=\"javascript:;\" class=\"mailpoet_settings_coupon_show_display_options\">";
        // line 110
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Display options");
        echo "</a>
</div>

<div class=\"mailpoet_form_field\">
    <input type=\"button\" class=\"button button-primary mailpoet_done_editing\" data-automation-id=\"coupon_done_button\" value=\"";
        // line 114
        echo \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Done"), "html_attr");
        echo "\" />
</div>

<script type=\"text/javascript\">
    fontsSelect('#mailpoet_field_coupon_font_family');
</script>
";
    }

    public function getTemplateName()
    {
        return "newsletter/templates/blocks/coupon/settings.hbs";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  202 => 114,  195 => 110,  191 => 109,  182 => 103,  170 => 94,  158 => 85,  146 => 76,  135 => 68,  126 => 62,  115 => 54,  95 => 37,  87 => 32,  80 => 28,  72 => 23,  63 => 17,  54 => 11,  47 => 7,  37 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "newsletter/templates/blocks/coupon/settings.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/coupon/settings.hbs");
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit