first commit
This commit is contained in:
42
modules/ets_cfultimate/views/templates/front/contactform.tpl
Normal file
42
modules/ets_cfultimate/views/templates/front/contactform.tpl
Normal file
@@ -0,0 +1,42 @@
|
||||
{*
|
||||
* 2007-2021 ETS-Soft
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This file is not open source! Each license that you purchased is only available for 1 wesite only.
|
||||
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
|
||||
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please, contact us for extra customization service at an affordable price
|
||||
*
|
||||
* @author ETS-Soft <etssoft.jsc@gmail.com>
|
||||
* @copyright 2007-2021 ETS-Soft
|
||||
* @license Valid for 1 website (or project) for each purchase of license
|
||||
* International Registered Trademark & Property of ETS-Soft
|
||||
*}
|
||||
{extends file='page.tpl'}
|
||||
{block name='breadcrumb'}
|
||||
<section data-depth="{$breadcrumb.count|intval}" class="breadcrumb hidden-sm-down panel-title">
|
||||
<div class="container">
|
||||
<ul itemscope itemtype="http://schema.org/BreadcrumbList" class="nav-breadcrumbs">
|
||||
{foreach from=$breadcrumb.links item=path name=breadcrumb}
|
||||
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||
<a itemprop="item" href="{$path.url|escape:'html':'UTF-8'}">
|
||||
<span itemprop="name">{$path.title|escape:'html':'UTF-8'}</span>
|
||||
</a>
|
||||
<meta itemprop="position"
|
||||
content="{$smarty.foreach.breadcrumb.iteration|escape:'html':'UTF-8'}"/>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
<h1 class="panel-title-heading">{$contact->title|escape:'html':'UTF-8'}</h1>
|
||||
</div>
|
||||
</section>
|
||||
{/block}
|
||||
{block name="page_content"}
|
||||
{$form_html nofilter}
|
||||
{/block}
|
||||
@@ -0,0 +1,26 @@
|
||||
{*
|
||||
* 2007-2021 ETS-Soft
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This file is not open source! Each license that you purchased is only available for 1 wesite only.
|
||||
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
|
||||
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please, contact us for extra customization service at an affordable price
|
||||
*
|
||||
* @author ETS-Soft <etssoft.jsc@gmail.com>
|
||||
* @copyright 2007-2021 ETS-Soft
|
||||
* @license Valid for 1 website (or project) for each purchase of license
|
||||
* International Registered Trademark & Property of ETS-Soft
|
||||
*}
|
||||
{capture name=path}
|
||||
<a href="{$link_contact|escape:'html':'UTF-8'}">
|
||||
{$contact->title|escape:'html':'UTF-8'}
|
||||
</a>
|
||||
{/capture}
|
||||
{$form_html nofilter}
|
||||
31
modules/ets_cfultimate/views/templates/front/index.php
Normal file
31
modules/ets_cfultimate/views/templates/front/index.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2021 ETS-Soft
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This file is not open source! Each license that you purchased is only available for 1 wesite only.
|
||||
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
|
||||
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please contact us for extra customization service at an affordable price
|
||||
*
|
||||
* @author ETS-Soft <etssoft.jsc@gmail.com>
|
||||
* @copyright 2007-2021 ETS-Soft
|
||||
* @license Valid for 1 website (or project) for each purchase of license
|
||||
* International Registered Trademark & Property of ETS-Soft
|
||||
*/
|
||||
|
||||
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
|
||||
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
|
||||
|
||||
header("Cache-Control: no-store, no-cache, must-revalidate");
|
||||
header("Cache-Control: post-check=0, pre-check=0", false);
|
||||
header("Pragma: no-cache");
|
||||
|
||||
header("Location: ../");
|
||||
exit;
|
||||
26
modules/ets_cfultimate/views/templates/front/not-found.tpl
Normal file
26
modules/ets_cfultimate/views/templates/front/not-found.tpl
Normal file
@@ -0,0 +1,26 @@
|
||||
{*
|
||||
* 2007-2021 ETS-Soft
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This file is not open source! Each license that you purchased is only available for 1 wesite only.
|
||||
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
|
||||
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please, contact us for extra customization service at an affordable price
|
||||
*
|
||||
* @author ETS-Soft <etssoft.jsc@gmail.com>
|
||||
* @copyright 2007-2021 ETS-Soft
|
||||
* @license Valid for 1 website (or project) for each purchase of license
|
||||
* International Registered Trademark & Property of ETS-Soft
|
||||
*}
|
||||
{extends file='page.tpl'}
|
||||
<section id="content" class="page-content page-not-found">
|
||||
{block name='page_content'}
|
||||
<h4>{l s='Contact form is not available' mod='ets_cfultimate'}</h4>
|
||||
{/block}
|
||||
</section>
|
||||
23
modules/ets_cfultimate/views/templates/front/not-found16.tpl
Normal file
23
modules/ets_cfultimate/views/templates/front/not-found16.tpl
Normal file
@@ -0,0 +1,23 @@
|
||||
{*
|
||||
* 2007-2021 ETS-Soft
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This file is not open source! Each license that you purchased is only available for 1 wesite only.
|
||||
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
|
||||
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please, contact us for extra customization service at an affordable price
|
||||
*
|
||||
* @author ETS-Soft <etssoft.jsc@gmail.com>
|
||||
* @copyright 2007-2021 ETS-Soft
|
||||
* @license Valid for 1 website (or project) for each purchase of license
|
||||
* International Registered Trademark & Property of ETS-Soft
|
||||
*}
|
||||
<div class="pagenotfound">
|
||||
<h1>{l s='Contact form is not available' mod='ets_cfultimate'}</h1>
|
||||
</div>
|
||||
45
modules/ets_cfultimate/views/templates/front/thank-page.tpl
Normal file
45
modules/ets_cfultimate/views/templates/front/thank-page.tpl
Normal file
@@ -0,0 +1,45 @@
|
||||
{*
|
||||
* 2007-2021 ETS-Soft
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This file is not open source! Each license that you purchased is only available for 1 wesite only.
|
||||
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
|
||||
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please, contact us for extra customization service at an affordable price
|
||||
*
|
||||
* @author ETS-Soft <etssoft.jsc@gmail.com>
|
||||
* @copyright 2007-2021 ETS-Soft
|
||||
* @license Valid for 1 website (or project) for each purchase of license
|
||||
* International Registered Trademark & Property of ETS-Soft
|
||||
*}
|
||||
{extends file='page.tpl'}
|
||||
{block name='breadcrumb'}
|
||||
<section data-depth="{$breadcrumb.count|intval}" class="breadcrumb hidden-sm-down panel-title">
|
||||
<div class="container">
|
||||
<ul itemscope itemtype="http://schema.org/BreadcrumbList" class="nav-breadcrumbs">
|
||||
{foreach from=$breadcrumb.links item=path name=breadcrumb}
|
||||
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||
<a itemprop="item" href="{$path.url|escape:'html':'UTF-8'}">
|
||||
<span itemprop="name">{$path.title|escape:'html':'UTF-8'}</span>
|
||||
</a>
|
||||
<meta itemprop="position"
|
||||
content="{$smarty.foreach.breadcrumb.iteration|escape:'html':'UTF-8'}"/>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
{if isset($thank_you_page_title) && $thank_you_page_title}
|
||||
<h1 class="panel-title-heading">{$thank_you_page_title|escape:'html':'UTF-8'}</h1>
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
</section>
|
||||
{/block}
|
||||
{block name="page_content"}
|
||||
{$thank_you_message nofilter}
|
||||
{/block}
|
||||
@@ -0,0 +1,26 @@
|
||||
{*
|
||||
* 2007-2021 ETS-Soft
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This file is not open source! Each license that you purchased is only available for 1 wesite only.
|
||||
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
|
||||
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please, contact us for extra customization service at an affordable price
|
||||
*
|
||||
* @author ETS-Soft <etssoft.jsc@gmail.com>
|
||||
* @copyright 2007-2021 ETS-Soft
|
||||
* @license Valid for 1 website (or project) for each purchase of license
|
||||
* International Registered Trademark & Property of ETS-Soft
|
||||
*}
|
||||
{capture name=path}
|
||||
<a href="{$link_contact|escape:'html':'UTF-8'}">
|
||||
{$contact->title|escape:'html':'UTF-8'}
|
||||
</a>
|
||||
{/capture}
|
||||
{$thank_you_message nofilter}
|
||||
Reference in New Issue
Block a user