Download project

This commit is contained in:
Roman Pyrih
2024-11-20 09:09:44 +01:00
parent 547a138d6a
commit 5ff041757f
40737 changed files with 7766183 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{*
* Copyright ETS Software Technology Co., Ltd
*
* NOTICE OF LICENSE
*
* This file is not open source! Each license that you purchased is only available for 1 website 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.
*
* @author ETS Software Technology Co., Ltd
* @copyright ETS Software Technology Co., Ltd
* @license Valid for 1 website (or project) for each purchase of license
*}
<div class="block ets_block_search {$ETS_BLOG_RTL_CLASS|escape:'html':'UTF-8'}">
<h4 class="title_blog title_block">{l s='Search in blog' mod='ets_blog'}</h4>
<div class="content_block block_content">
<form action="{$action|escape:'html':'UTF-8'}" method="post">
<input class="form-control" type="text" name="ets_blog_search" placeholder="{l s='Type in keywords...' mod='ets_blog'}" value="{$search|escape:'html':'UTF-8'}" />
<input class="button" type="submit" value="{l s='Search' mod='ets_blog'}" />
<span class="icon_search"></span>
</form>
</div>
</div>