first commit

This commit is contained in:
2025-01-06 20:47:25 +01:00
commit 3bdbd78c2f
25591 changed files with 3586440 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* 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 refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright PrestaShop SA
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
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;

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* 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 refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright PrestaShop SA
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
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;

View File

@@ -0,0 +1,408 @@
/***************************************************
Mixins Themes
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
Mixins RTL Themes
/***************************************************/
/************************************
Override Bootstrap
*************************************/
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
* Blocks Layout Selectors
*/
/***********************************************************************/
.blogs-container .category-image img {
padding-right: 10px;
margin-bottom: 20px; }
.rtl .blogs-container .category-image img {
padding-left: 10px;
padding-right: inherit; }
@media (max-width: 990px) {
.blogs-container .category-image img {
padding-right: 0px; }
.rtl .blogs-container .category-image img {
padding-left: 0px;
padding-right: inherit; } }
.blogs-container .product-count {
margin-bottom: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
text-align: center; }
.blogs-container .pagination .material-icons {
font-size: 15px; }
.blogs-container .blog-image img {
max-width: 100%;
width: 100%; }
/* Blog Item */
.blog-item {
border-top: 1px solid #eaeaea;
padding: 30px 0; }
.blog-item .blog-image-container {
position: relative; }
.blog-item .title {
margin-bottom: 15px;
font-weight: 500; }
.blog-item .title a {
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; }
.blog-item .title a:hover {
color: #5cd468; }
.blog-item .blog-image {
margin-bottom: 10px; }
.blog-item .blog-meta {
position: absolute;
min-height: 36px;
overflow: hidden;
padding: 10px;
width: 100%;
bottom: 0;
background: rgba(0, 0, 0, 0.5); }
@media (max-width: 668px) {
.blog-item .blog-meta {
line-height: 30px;
padding: 5px 10px; } }
.blog-item .blog-meta > span {
color: #FFFFFF;
font-size: 11px;
margin-top: 2px;
margin-right: 10px;
float: left; }
.rtl .blog-item .blog-meta > span {
margin-left: 10px;
margin-right: inherit; }
.rtl .blog-item .blog-meta > span {
float: right; }
.blog-item .blog-meta > span .material-icons {
font-size: 16px; }
.blog-item .blog-meta > span > span {
display: none; }
.blog-item .blog-meta a {
color: #FFFFFF; }
.blog-item .blog-meta a:hover {
color: #5cd468; }
.blog-item .blog-shortinfo {
margin-bottom: 20px;
font-size: 16px;
line-height: 26px;
color: #777; }
.blog-item .more {
margin-top: 15px; }
/* Blog detail */
.blog-detail {
line-height: 24px; }
.blog-detail .blog-title {
font-size: 22px; }
.blog-detail .product-count {
margin-bottom: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
text-align: center; }
.blog-detail .blog-meta {
margin-bottom: 10px;
display: inline-block; }
.blog-detail .blog-meta > span {
color: #666666;
font-size: 12px;
margin-right: 10px;
float: left; }
.rtl .blog-detail .blog-meta > span {
margin-left: 10px;
margin-right: inherit; }
.rtl .blog-detail .blog-meta > span {
float: right; }
.blog-detail .blog-meta > span .material-icons {
font-size: 15px; }
.blog-detail .blog-image {
margin-bottom: 20px; }
@media (min-width: 576px) {
.blog-detail .blog-tags, .blog-detail .social-share {
display: inline-block; } }
@media (max-width: 767px) {
.blog-detail .blog-tags, .blog-detail .social-share {
width: 100%;
clear: both; } }
.blog-tags, .extra-blogs,
.blog-comments, .social-share,
.blog-comment-block {
margin-bottom: 20px; }
@media (min-width: 576px) {
.blog-tags {
float: right; }
.rtl .blog-tags {
float: left; } }
.blog-tags a span {
background: #DDD;
color: #FFFFFF;
line-height: 1;
padding: 5px 10px;
display: inline-block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px; }
.blog-tags a:hover span {
background: #5cd468; }
.extra-blogs ul li {
padding: 6px 0;
border-bottom: dotted 1px #eaeaea; }
.blog-video-code .inner {
background: #DDD;
padding: 12px;
margin-bottom: 15px;
text-align: center; }
/* comment */
.comment-item {
padding: 12px 0; }
.comment-item img {
padding: 0 12px 0 0;
float: left; }
.rtl .comment-item img {
padding: 0 0 0 12px; }
.rtl .comment-item img {
float: right; }
.extra-blogs {
clear: both; }
.comment-wrap {
overflow: hidden;
background: #FFFFFF;
border: 1px solid #eaeaea;
padding: 20px;
position: relative;
-webkit-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s; }
.comment-wrap .comment-meta {
border-bottom: 1px solid #eaeaea;
font-size: 12px; }
.comment-wrap .comment-meta:after {
content: "";
display: block;
clear: both; }
.comment-wrap .comment-content {
margin-top: 15px; }
@media (min-width: 576px) {
.comment-wrap .comment-infor {
float: left; }
.rtl .comment-wrap .comment-infor {
float: right; } }
.comment-wrap .comment-infor > span {
font-weight: bold;
margin-right: 5px; }
.rtl .comment-wrap .comment-infor > span {
margin-left: 5px;
margin-right: inherit; }
.comment-wrap .comment-infor > span > span {
font-weight: normal;
white-space: inherit; }
.comment-link {
display: block; }
.social-share .social-wrap > div {
float: left;
margin-right: 10px; }
.rtl .social-share .social-wrap > div {
float: right; }
.rtl .social-share .social-wrap > div {
margin-left: 10px;
margin-right: inherit; }
.social-share .social-heading {
padding-right: 12px; }
.rtl .social-share .social-heading {
padding-left: 12px;
padding-right: inherit; }
.ipts-captcha img {
float: left;
padding-right: 12px;
margin-bottom: 10px; }
.rtl .ipts-captcha img {
float: right; }
.rtl .ipts-captcha img {
padding-left: 12px;
padding-right: inherit; }
.ipts-captcha input {
width: 100px; }
.blog-comment-block .fb-comments {
margin: 0 -8px; }
#blog-localengine .comments {
margin-bottom: 30px; }
#blog-localengine .form-horizontal {
margin-bottom: 30px;
background: white;
padding: 20px; }
#blog-localengine .form-horizontal label {
display: block;
margin-bottom: 0;
padding-top: 7px; }
#blog-localengine .form-horizontal .form-group:last-child {
margin-bottom: 0; }
/* Load Submit Comment */
.leoblog-cssload-container {
width: 100%;
height: 35px;
text-align: center;
display: none; }
.cssload-speeding-wheel {
margin: 0 0 0 45px;
border: 3px solid #000000;
border-left-color: transparent;
border-right-color: transparent;
width: 35px;
height: 35px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-animation: cssload-spin 700ms infinite linear;
-moz-animation: cssload-spin 700ms infinite linear;
animation: cssload-spin 700ms infinite linear; }
@keyframes cssload-spin {
100% {
transform: rotate(360deg);
transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
100% {
-ms-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg); } }
/* categories menu display on left or right sidebar */
.blog-menu li {
position: relative; }
.blog-menu ul {
margin: 0px; }
.blog-menu ul > li > a {
font-weight: 300;
width: 100%;
display: inline-block;
margin: 0;
padding: 15px 0; }
.blog-menu ul > li:last-child > a {
border-bottom: none; }
.blog-menu ul > li li a {
padding: 15px; }
.blog-menu .collapse-icons {
position: absolute;
top: 13px;
padding: 0;
cursor: pointer;
width: 20px;
height: 20px;
right: 10px; }
.rtl .blog-menu .collapse-icons {
left: 10px;
right: auto; }
.blog-menu .collapse-icons .material-icons {
font-size: 0.9375rem; }
.blog-menu .collapse-icons[aria-expanded="true"] .add {
display: none; }
.blog-menu .collapse-icons[aria-expanded="true"] .remove {
display: block; }
.blog-menu .collapse-icons .add,
.blog-menu .collapse-icons .remove {
color: #000; }
.blog-menu .collapse-icons .add:hover,
.blog-menu .collapse-icons .remove:hover {
color: #5cd468; }
.blog-menu .collapse-icons .remove {
display: none; }
/*** RSS ***/
.blog-lastest-rss {
float: right !important;
position: relative;
top: -35px; }
.blog-lastest-rss a {
color: #f8991d; }
.blog-lastest-rss a:before {
content: "\f09e";
font-family: "FontAwesome";
font-size: 30px;
margin-right: 5px; }
.rtl .blog-lastest-rss a:before {
margin-left: 5px;
margin-right: inherit; }
.blog-lastest-rss a:hover {
color: #5cd468; }
/*** Responsive part ***/
@media (min-width: 576px) {
.comment-link {
background: #F4F4F4;
padding: 0 10px;
white-space: nowrap;
float: right; }
.rtl .comment-link {
float: left; }
.blogs-container .product-count,
.blog-detail .product-count {
text-align: right;
margin-top: 1rem; }
.rtl .blogs-container .product-count, .rtl
.blog-detail .product-count {
text-align: left; } }
@media (max-width: 767px) {
#blog-localengine .form-horizontal label {
text-align: left; }
.rtl #blog-localengine .form-horizontal label {
text-align: right; }
.blog-detail .pagination, .blogs-container .pagination {
text-align: center; }
.blog-detail .page-item, .blogs-container .page-item {
display: inline-block; }
.blog-video-code iframe {
width: 100%; } }
@media (max-width: 575px) {
.comment-wrap .comment-meta {
display: inline-block; }
.comment-wrap .comment-meta > span {
display: inline-block;
margin: 5px 0;
width: 100%;
float: left; }
.rtl .comment-wrap .comment-meta > span {
float: right; } }
/*# sourceMappingURL=leoblog.css.map */

View File

@@ -0,0 +1,36 @@
<?php
/*
* PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* 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 refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
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;

View File

@@ -0,0 +1,106 @@
{*
* Leo Prestashop SliderShow for Prestashop 1.6.x
*
* @package leosliderlayer
* @version 3.0
* @author http://www.leotheme.com
* @copyright Copyright (C) October 2013 LeoThemes.com <@emai:leotheme@gmail.com>
* <info@leotheme.com>.All rights reserved.
* @license GNU General Public License version 2
*}
<article class="blog-item">
<div class="blog-image-container">
{if $config->get('listing_show_title','1')}
<h4 class="title">
<a href="{$blog.link|escape:'html':'UTF-8'}" title="{$blog.title|escape:'html':'UTF-8'}">{$blog.title|escape:'html':'UTF-8'}</a>
</h4>
{/if}
<div class="blog-meta">
{if $config->get('listing_show_author','1')&&!empty($blog.author)}
<span class="blog-author">
<i class="material-icons">person</i> <span>{l s='Posted By' d='Shop.Theme.Global'}:</span>
<a href="{$blog.author_link|escape:'html':'UTF-8'}" title="{$blog.author|escape:'html':'UTF-8'}">{$blog.author|escape:'html':'UTF-8'}</a>
</span>
{/if}
{if $config->get('listing_show_category','1')}
<span class="blog-cat">
<i class="material-icons">list</i> <span>{l s='In' d='Shop.Theme.Global'}:</span>
<a href="{$blog.category_link|escape:'html':'UTF-8'}" title="{$blog.category_title|escape:'html':'UTF-8'}">{$blog.category_title|escape:'html':'UTF-8'}</a>
</span>
{/if}
{if $config->get('listing_show_created','1')}
<span class="blog-created">
<i class="material-icons">&#xE192;</i> <span>{l s='On' d='Shop.Theme.Global'}: </span>
<time class="date" datetime="{strtotime($blog.date_add)|date_format:"%Y"|escape:'html':'UTF-8'}">
{assign var='blog_date' value=strtotime($blog.date_add)|date_format:"%A"}
{l s=$blog_date d='Shop.Theme.Global'}, <!-- day of week -->
{assign var='blog_month' value=strtotime($blog.date_add)|date_format:"%B"}
{l s=$blog_month d='Shop.Theme.Global'} <!-- month-->
{assign var='blog_day' value=strtotime($blog.date_add)|date_format:"%e"}
{l s=$blog_day d='Shop.Theme.Global'} <!-- day of month -->
{assign var='blog_year' value=strtotime($blog.date_add)|date_format:"%Y"}
{l s=$blog_year d='Shop.Theme.Global'} <!-- year -->
</time>
</span>
{/if}
{if isset($blog.comment_count)&&$config->get('listing_show_counter','1')}
<span class="blog-ctncomment">
<i class="material-icons">comment</i> <span>{l s='Comment' d='Shop.Theme.Global'}:</span>
{$blog.comment_count|intval}
</span>
{/if}
{if $config->get('listing_show_hit','1')}
<span class="blog-hit">
<i class="material-icons">favorite</i> <span>{l s='Hit' d='Shop.Theme.Global'}:</span>
{$blog.hits|intval}
</span>
{/if}
</div>
{if $blog.image && $config->get('listing_show_image',1)}
<div class="blog-image">
<img src="{$blog.preview_url|escape:'html':'UTF-8'}" title="{$blog.title|escape:'html':'UTF-8'}" alt="" class="img-fluid" />
</div>
{/if}
</div>
<div class="blog-info">
{if $config->get('listing_show_description','1')}
<div class="blog-shortinfo">
{$blog.description|strip_tags:'UTF-8'|truncate:160:'...' nofilter}{* HTML form , no escape necessary *}
</div>
{/if}
{if $config->get('listing_show_readmore',1)}
<p>
<a href="{$blog.link|escape:'html':'UTF-8'}" title="{$blog.title|escape:'html':'UTF-8'}" class="more btn btn-primary">{l s='Read more' d='Shop.Theme.Global'}</a>
</p>
{/if}
</div>
<div class="hidden-xl-down hidden-xl-up datetime-translate">
{l s='Sunday' d='Shop.Theme.Global'}
{l s='Monday' d='Shop.Theme.Global'}
{l s='Tuesday' d='Shop.Theme.Global'}
{l s='Wednesday' d='Shop.Theme.Global'}
{l s='Thursday' d='Shop.Theme.Global'}
{l s='Friday' d='Shop.Theme.Global'}
{l s='Saturday' d='Shop.Theme.Global'}
{l s='January' d='Shop.Theme.Global'}
{l s='February' d='Shop.Theme.Global'}
{l s='March' d='Shop.Theme.Global'}
{l s='April' d='Shop.Theme.Global'}
{l s='May' d='Shop.Theme.Global'}
{l s='June' d='Shop.Theme.Global'}
{l s='July' d='Shop.Theme.Global'}
{l s='August' d='Shop.Theme.Global'}
{l s='September' d='Shop.Theme.Global'}
{l s='October' d='Shop.Theme.Global'}
{l s='November' d='Shop.Theme.Global'}
{l s='December' d='Shop.Theme.Global'}
</div>
</article>

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* 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 refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright PrestaShop SA
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
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;

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2012 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* 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 refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2012 PrestaShop SA
* @version Release: $Revision: 13573 $
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
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;

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2012 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* 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 refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2012 PrestaShop SA
* @version Release: $Revision: 13573 $
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
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;