first commit
39
modules/leoslideshow/views/css/admin/admincontroller.css
Normal file
@@ -0,0 +1,39 @@
|
||||
.adminleoslideshow #header, .adminleoslideshow #footer, .adminleoslideshow #nav-sidebar, .page-head{
|
||||
display: none;
|
||||
}
|
||||
.page-sidebar #content, .adminleoslideshow #main{margin: 0;padding: 0}
|
||||
#list-imgs {
|
||||
padding-left: 0;
|
||||
padding-bottom: 1px;
|
||||
margin-bottom: 20px;
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
#list-imgs li a{
|
||||
font-size: 11px
|
||||
}
|
||||
#list-imgs li {
|
||||
float: left;
|
||||
width: 20%;
|
||||
height: 115px;
|
||||
padding: 10px 5px;
|
||||
margin: 0 -1px -1px 0;
|
||||
font-size: 12px;
|
||||
line-height: 1.4;
|
||||
text-align: center;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
.img-row{
|
||||
overflow: hidden;
|
||||
height: 80px;
|
||||
}
|
||||
.typos{
|
||||
padding: 10px
|
||||
}
|
||||
.typos-wrap .typo {
|
||||
position: relative;
|
||||
min-height: 60px;
|
||||
}
|
||||
.typos-wrap .typo-big{
|
||||
min-height: 123px
|
||||
}
|
||||
35
modules/leoslideshow/views/css/admin/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
370
modules/leoslideshow/views/css/admin/style.css
Normal file
@@ -0,0 +1,370 @@
|
||||
.ui-dialog{
|
||||
z-index: 99999;
|
||||
}
|
||||
.ui-dialog .ui-dialog-titlebar-close span{
|
||||
margin:-8px !important;
|
||||
}
|
||||
#slides li li{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.clearfix:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0;
|
||||
}
|
||||
.nullimg{display: none}
|
||||
|
||||
.clearfix {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html[xmlns] .clearfix {
|
||||
display: block;
|
||||
}
|
||||
|
||||
* html .clearfix {
|
||||
height: 1%;
|
||||
}
|
||||
|
||||
h3 span { color:#FAA732;}
|
||||
|
||||
.box > .heading{
|
||||
-webkit-border-radius: 7px 7px 7px 7px;
|
||||
-moz-border-radius: 7px 7px 7px 7px;
|
||||
-khtml-border-radius: 7px 7px 7px 7px;
|
||||
border-radius: 7px 7px 7px 7px;
|
||||
}
|
||||
|
||||
.slider-params-wrap{
|
||||
background: #f9f9f9;
|
||||
padding: 12px;
|
||||
clear: both;
|
||||
}
|
||||
.page-content{ padding:30px 0; }
|
||||
.pull-right{ float: right;}
|
||||
/**
|
||||
* Group Page Name
|
||||
*/
|
||||
|
||||
.groups {
|
||||
width: 300px; float: left;
|
||||
}
|
||||
.group-form{ overflow: hidden; float: left; min-width: 60%; }
|
||||
.groups ul{padding-left: 18px }
|
||||
.groups ul li { font-weight: bold; padding: 6px 0}
|
||||
.groups ul li .active{ color: #5BB75B }
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
.buttons > div{ float: left; padding: 8px 12px; background: #000; color: #FFF}
|
||||
/****/
|
||||
.slider-foot .layer-collection-wrapper{ float: right; }
|
||||
.slider-foot .layer-form {overflow: hidden;}
|
||||
|
||||
div.layer-form {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #DDDDDD;
|
||||
margin: 10px 0;
|
||||
padding: 11px;
|
||||
float: left; width: 45%
|
||||
}
|
||||
|
||||
/*******/
|
||||
.slider-layers{margin-top: 10px;}
|
||||
.slider-toolbar{
|
||||
overflow: hidden;
|
||||
background: #F5F5F5;
|
||||
width: 70px;
|
||||
padding: 12px 6px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
font-size: 10px;
|
||||
margin: 109px auto 0;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
|
||||
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
|
||||
box-shadow: 0 1px 4px rgba(0,0,0,.065);
|
||||
}
|
||||
.slider-toolbar ul{ padding: 0; margin: 0}
|
||||
.slider-toolbar li{
|
||||
display: block;
|
||||
|
||||
margin: 0 0 -1px;
|
||||
padding: 8px 1px;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #f3f3f3;
|
||||
|
||||
display: block;
|
||||
margin: 2px;
|
||||
|
||||
background: #3A87AD;
|
||||
color: #FFF;
|
||||
font-size: 11px;
|
||||
cursor: hand; cursor: pointer;
|
||||
border-radius: 10px 10px 10px 10px; -moz-transition:all 0.5s
|
||||
}
|
||||
.slider-toolbar li:hover{ background: #1BA6E5;-moz-transition:all 0.5s; }
|
||||
.slider-toolbar .icon{
|
||||
height: 35px;
|
||||
margin: 0 auto;
|
||||
|
||||
width: 35px;
|
||||
|
||||
}
|
||||
.slider-toolbar .icon-image{
|
||||
background: url("../../img/admin/image.png") no-repeat scroll left 0;
|
||||
|
||||
}
|
||||
.slider-toolbar .icon-video{
|
||||
background: url("../../img/admin/video.png") no-repeat scroll left 0;
|
||||
}
|
||||
.slider-toolbar .icon-text{
|
||||
background: url("../../img/admin/text.png") no-repeat scroll left 0;
|
||||
}
|
||||
.slider-toolbar .icon-delete{
|
||||
background: url("../../img/admin/delete.png") no-repeat scroll left 0;
|
||||
}
|
||||
.btn-delete{ padding-top:20px;color: red;}
|
||||
.slider-toolbar h4{ text-align: center; font-size: 11px; }
|
||||
|
||||
.slider-editor-wrap{
|
||||
position: relative;
|
||||
width: 980px;
|
||||
height: 400px;
|
||||
border: solid 1px #888;
|
||||
}
|
||||
.slider-layers .simage{
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.slider-layers .slider-editor {
|
||||
top: 0;
|
||||
right: 0;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
width: 980px;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
|
||||
.dialog-video{
|
||||
position: absolute;
|
||||
top: 80px;
|
||||
background: #FFF;
|
||||
z-index: 99999;
|
||||
left: 120px;
|
||||
border: solid 1px #000;
|
||||
padding: 12px 20px;
|
||||
display: none;
|
||||
min-width: 500px;
|
||||
min-height: 300px;
|
||||
max-width: 680px;
|
||||
display: none ;
|
||||
}
|
||||
/**********************/
|
||||
.slider-editor {
|
||||
|
||||
}
|
||||
.slider-editor .in-active{
|
||||
visibility: hidden;
|
||||
}
|
||||
.slider-editor .draggable-item{
|
||||
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
padding:0;
|
||||
|
||||
cursor: hand;cursor: pointer;
|
||||
|
||||
}
|
||||
|
||||
.slider-editor .layer-active{
|
||||
box-shadow: 1px 1px 2px 1px rgba(217,110,74,0.45), 1px 1px 5px 2px rgba(221,221,221,1), 1px 1px 10px 5px rgba(221,221,221,1);
|
||||
-webkit-box-shadow: 1px 1px 2px 1px rgba(217,110,74,0.45), 1px 1px 5px 2px rgba(221,221,221,1), 1px 1px 10px 5px rgba(221,221,221,1);
|
||||
-moz-box-shadow: 1px 1px 2px 1px rgba(217,110,74,0.45), 1px 1px 5px 2px rgba(221,221,221,1), 1px 1px 10px 5px rgba(221,221,221,1);
|
||||
|
||||
}
|
||||
.layers-wrapper{ position: relative; }
|
||||
.slider-foot{position: relative; }
|
||||
/****/
|
||||
#layer-form{ display: none; }
|
||||
.layer-form {
|
||||
minx-width: 500px;
|
||||
|
||||
padding: 12px;
|
||||
margin:12px 0;
|
||||
background-color: #FFF;
|
||||
border: 1px solid #DDDDDD;
|
||||
}
|
||||
.layer-form table.form tr td{ font-size: 10px }
|
||||
.layer-form table.form tr > td:first-child{
|
||||
width: 70px;
|
||||
font-size: 100%;
|
||||
}
|
||||
.layer-form textarea{resize: vertical}
|
||||
.slider-form label{
|
||||
margin-left: 12px;
|
||||
}
|
||||
/****/
|
||||
.layer-collection-wrapper { width: 48%; padding: 15px 12px 30px; margin-left: 12px; margin-top: 12px; border: 1px solid #DDDDDD }
|
||||
.layer-collection .layer-active{ background: #f6f6f6; border: 1px solid #ccc }
|
||||
.layer-index{ background: #fff; padding: 5px 8px; margin-bottom: 1px; cursor:hand; cursor: pointer;
|
||||
border: solid 1px #eee; overflow: hidden;
|
||||
}
|
||||
|
||||
.layer-index span{
|
||||
margin: 0 5px;
|
||||
padding: 5px 12px;
|
||||
}
|
||||
.layer-index .layer-index-caption{
|
||||
display: block;
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
height: 24px;
|
||||
overflow: hidden;
|
||||
width: 235px;
|
||||
}
|
||||
.layer-index .i-no{ background:#D9EDF7; margin-left: 0; display: block; float: left;}
|
||||
.layer-index .status { display: block; float: right; background: #F2DEDE;}
|
||||
.layer-index .input-time{ float: right; }
|
||||
.layer-index .in-active{ background: #ccc }
|
||||
|
||||
.slider-wrap { position: relative; padding:6px 0 8px;}
|
||||
.slider-wrap .t-start, .slider-wrap .t-end { position: absolute; bottom:4px ; left:0; z-index: 10;font-size: 9px }
|
||||
.slider-wrap .t-end { left: auto; right: 0}
|
||||
.layer-index .slider-timing{ display: block; clear: both; height: 5px; width: 80%; margin:0 auto; }
|
||||
|
||||
.layer-index .ui-slider .ui-slider-handle { width: 8px; top: -7px; }
|
||||
|
||||
.layer-content {}
|
||||
.layer-content .caption-layer, .layer-content .btn-change-img,.layer-content .btn-change-video{
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
font-size: 10px;
|
||||
background: red; padding: 3px 5px;
|
||||
background-color: #F2DEDE
|
||||
}
|
||||
|
||||
.layer-content .caption-layer{ top: 0; }
|
||||
.layer-content .btn-change-img, .layer-content .btn-change-video{ bottom: 0;}
|
||||
|
||||
.layer-content:hover .caption-layer, .layer-content:hover .btn-change-img , .layer-content:hover .btn-change-video{
|
||||
display: block;
|
||||
}
|
||||
.layer_video .content-sample{ width: 190px; height: 190px; background: green;}
|
||||
.layer_image .content-sample{ width: 190px; height: 190px; background: #888;}
|
||||
|
||||
.buttons .pull-right {float:right}
|
||||
.buttons .btn {
|
||||
background: none repeat scroll 0 0 #003A88;
|
||||
border-radius: 10px 10px 10px 10px;
|
||||
color: #FFFFFF;
|
||||
display: inline-block;
|
||||
padding: 10px 15px;
|
||||
text-decoration: none;
|
||||
margin-right: 12px;
|
||||
font-weight: bold;
|
||||
font-size: 11px; text-align: center;
|
||||
cursor: pointer;cursor: hand; border:#f3f3f3 solid 3px;
|
||||
}
|
||||
td .buttons .btn{ padding:5px 12px; font-weight: normal; margin:0;}
|
||||
.buttons .grey{ background: #5BB75B; color:#fff }
|
||||
.buttons .orange {
|
||||
background: #FAA732;
|
||||
}
|
||||
.buttons .btn:hover{ border:#CCC solid 3px;}
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
.group-sliders > div{ display: block; width: 200px; height: 115px; overflow: hidden; background: #CCC; float:left; margin: 5px 8px; position: relative; }
|
||||
.group-sliders > div div{ font-size: 11px; padding:3px 5px; position: absolute;bottom: 0; left: 0; }
|
||||
.group-sliders > div a.image { display: block; width: 100%;height: 100%}
|
||||
.slider-item.active{background: #999}
|
||||
.new-slider-item a { display: block;width: 100%; height: 100%; background: url(../../img/admin/plus_orange.png) no-repeat center center #888; }
|
||||
.new-slider-item div{position: absolute;bottom: 0;left: 0; color: #f3f3f3; padding:12px; }
|
||||
.slider-status,.slider-clone, .slider-delete{
|
||||
position: absolute; top: 6px; left: 6px; display: block; width: 20px; height: 20px; background: red; overflow: hidden;text-indent: -999em;
|
||||
}
|
||||
.slider-clone{left: auto;right:6px;background: url(../../img/admin/copy.png) no-repeat center center }
|
||||
.slider-delete{left: auto;right:36px;background: url(../../img/admin/delete.gif) no-repeat center center }
|
||||
|
||||
.slider-status-off{ background: #000 }
|
||||
.upload-img-form{
|
||||
border: 1px solid #EEEEEE;
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.action-simage{position: absolute;z-index: 100;top: -18px}
|
||||
.action-simage a{color: red;}
|
||||
.back-ground{margin-bottom: 20px;border:1px solid #DDDDDD;padding: 10px;position: relative;height: 50px}
|
||||
.back-ground lable{line-height: 24px}
|
||||
.title-back{font-weight: bold;left: -1px;position: absolute;top: -20px;}
|
||||
.text-attr td{padding: 2px}
|
||||
|
||||
.leo-width-val{float:left;width: 45px}
|
||||
.leo-add-column,.leo-w-option, .leo-change-width{height: 30px}
|
||||
.leo-width{width: 328px;float: left;height: 17px;background: url(../../img/admin/colsize.png);background-position:-3px -3px}
|
||||
ul.leo-col-class li{display: inline-block;padding: 5px 10px}
|
||||
|
||||
.leo-w-2 { background-position:-3px -255px }
|
||||
.leo-w-2-4 { background-position:-3px -234px }
|
||||
.leo-w-3 { background-position:-3px -213px }
|
||||
.leo-w-4 { background-position:-3px -192px }
|
||||
.leo-w-4-8 { background-position:-3px -171px }
|
||||
.leo-w-6{background-position:-3px -129px}
|
||||
.leo-w-7-2 { background-position:-3px -108px }
|
||||
.leo-w-8 { background-position:-3px -87px }
|
||||
.leo-w-9 { background-position:-3px -66px }
|
||||
.leo-w-9-6 { background-position:-3px -45px }
|
||||
.leo-w-10 { background-position:-3px -24px }
|
||||
|
||||
/***************DONGND:: CSS for tab config BEGIN *******************/
|
||||
.leoslideshow-tablist a:hover, .leoslideshow-tablist li.active a {
|
||||
border-bottom: medium none !important;
|
||||
border-top: 3px solid #25b9d7 !important;
|
||||
}
|
||||
|
||||
.leoslideshow-tablist a:focus {
|
||||
border-bottom: medium none !important;
|
||||
border-top: 3px solid #25b9d7 !important;
|
||||
}
|
||||
|
||||
#slideshowgeneralsetting .panel {
|
||||
display: none;
|
||||
}
|
||||
#slideshowgeneralsetting .panel.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#slideshowgeneralsetting .panel {
|
||||
border-radius: 0 0 5px 5px !important;
|
||||
}
|
||||
.nav-tabs a:focus {
|
||||
outline: medium none;
|
||||
}
|
||||
|
||||
#slides li
|
||||
{
|
||||
list-style: none;
|
||||
margin: 0 0 4px 0;
|
||||
padding: 10px;
|
||||
background-color: #F4E6C9;
|
||||
border: #CCCCCC solid 1px;
|
||||
color:#000;
|
||||
}
|
||||
/***************DONGND:: CSS for tab config END *******************/
|
||||
|
||||
|
||||
35
modules/leoslideshow/views/css/iView/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
146
modules/leoslideshow/views/css/iView/iview.css
Normal file
@@ -0,0 +1,146 @@
|
||||
/* The slider */
|
||||
.iviewSlider {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* The timer in the Slider */
|
||||
.iview-timer {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.iview-timer div {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* The Preloader in the Slider */
|
||||
.iview-preloader {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
border: #000 1px solid;
|
||||
padding: 1px;
|
||||
width: 100px;
|
||||
height: 3px;
|
||||
}
|
||||
.iview-preloader div {
|
||||
float: left;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
height: 3px;
|
||||
background: #000;
|
||||
width: 0px;
|
||||
}
|
||||
|
||||
/* The strips and boxes in the Slider */
|
||||
.iview-strip {
|
||||
display:block;
|
||||
position:absolute;
|
||||
z-index:5;
|
||||
}
|
||||
.iview-block {
|
||||
display:block;
|
||||
position:absolute;
|
||||
z-index:5;
|
||||
}
|
||||
|
||||
/* Direction nav styles (e.g. Next & Prev) */
|
||||
.iview-directionNav a {
|
||||
position:absolute;
|
||||
top:45%;
|
||||
z-index:9;
|
||||
cursor:pointer;
|
||||
}
|
||||
.iview-prevNav {
|
||||
left:0px;
|
||||
}
|
||||
.iview-nextNav {
|
||||
right:0px;
|
||||
}
|
||||
|
||||
/* Control nav styles (e.g. 1,2,3...) */
|
||||
.iview-controlNav {
|
||||
position:absolute;
|
||||
z-index:9;
|
||||
}
|
||||
.iview-controlNav a {
|
||||
z-index:9;
|
||||
cursor:pointer;
|
||||
}
|
||||
.iview-controlNav a.active {
|
||||
font-weight:bold;
|
||||
}
|
||||
.iview-controlNav .iview-items ul {
|
||||
list-style: none;
|
||||
}
|
||||
.iview-controlNav .iview-items ul li {
|
||||
display: inline;
|
||||
position: relative;
|
||||
}
|
||||
.iview-controlNav .iview-tooltip {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
/* The captions in the Slider */
|
||||
.tp-caption {
|
||||
position:absolute;
|
||||
z-index:4;
|
||||
overflow: hidden;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* The video show in the Slider */
|
||||
.iview-video-show {
|
||||
background: #000;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 101;
|
||||
}
|
||||
.iview-video-show .iview-video-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.iview-video-show .iview-video-container a.iview-video-close {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
background: #222;
|
||||
color: #FFF;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
text-align: center;
|
||||
line-height: 29px;
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
overflow: hidden;
|
||||
-webkit-border-radius: 15px;
|
||||
-moz-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
.iview-video-show .iview-video-container a.iview-video-close:hover {
|
||||
background: #444;
|
||||
}
|
||||
|
||||
/********************DONGND:: CSS for preview BEGIN******************************/
|
||||
#module-leoslideshow-preview .content-only
|
||||
{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#module-leoslideshow-preview .container
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#module-leoslideshow-preview .leo-paneltool
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
/********************DONGND:: CSS for preview END******************************/
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
201
modules/leoslideshow/views/css/iView/skin_1_regular/style.css
Normal file
@@ -0,0 +1,201 @@
|
||||
.container {
|
||||
display: block;
|
||||
width: 910px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
.iview {
|
||||
display: block;
|
||||
width: 900px;
|
||||
height: 500px;
|
||||
background: #000;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
position: relative;
|
||||
-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
margin: 40px auto;
|
||||
}
|
||||
|
||||
.iview .iviewSlider {
|
||||
display: block;
|
||||
width: 900px;
|
||||
height: 500px;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.iview-controlNav {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
left: 347px;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
.iview-controlNav a {
|
||||
text-indent: -9999px;
|
||||
}
|
||||
|
||||
.iview-controlNav a.iview-controlPrevNav {
|
||||
float: left;
|
||||
width: 50px;
|
||||
height: 44px;
|
||||
background: url('../../../img/iView/slider-controls.png') no-repeat;
|
||||
}
|
||||
|
||||
.iview-controlNav a.iview-controlNextNav {
|
||||
float: left;
|
||||
width: 50px;
|
||||
height: 44px;
|
||||
background: url('../../../img/iView/slider-controls.png') no-repeat -50px 0px;
|
||||
}
|
||||
|
||||
.iview-controlNav div.iview-items {
|
||||
float: left;
|
||||
padding: 0px 10px 0px 10px;
|
||||
height: 44px;
|
||||
background: url('../../../img/iView/nav-bg.png');
|
||||
}
|
||||
|
||||
.iview-controlNav a.iview-control {
|
||||
padding: 0px;
|
||||
float: left;
|
||||
width: 11px;
|
||||
height: 12px;
|
||||
background: url('../../../img/iView/bullets.png') no-repeat;
|
||||
line-height: 0px;
|
||||
}
|
||||
|
||||
.iview-controlNav a.iview-control.active {
|
||||
background-position: 0px -12px;
|
||||
}
|
||||
|
||||
.tp-caption {
|
||||
background: url('../../../img/iView/caption-bg.png');
|
||||
color: #FFF;
|
||||
border-radius: 3px;
|
||||
padding: 10px 15px;
|
||||
font-family: Verdana;
|
||||
font-size: 12px;
|
||||
text-shadow: #000 1px 1px 0px;
|
||||
}
|
||||
|
||||
.tp-caption.caption1 {
|
||||
font-size: 36px;
|
||||
font-weight: bold;
|
||||
height: 45px;
|
||||
}
|
||||
|
||||
.tp-caption.caption2 {
|
||||
background: #00b4ff;
|
||||
font-size: 36px;
|
||||
font-weight: bold;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.tp-caption.caption3 {
|
||||
background: #FFF;
|
||||
color: #000;
|
||||
font-size: 26px;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.tp-caption.caption4 {
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tp-caption.caption5 {
|
||||
background: #c4302b;
|
||||
box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.tp-caption.caption6 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.tp-caption.caption7 {
|
||||
text-align: left;
|
||||
font-size: 11px;
|
||||
color: #888;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.tp-caption.caption7 div {
|
||||
line-height: 200%;
|
||||
}
|
||||
|
||||
.tp-caption.caption7 h3 {
|
||||
margin-bottom: 20px;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.tp-caption.blackcaption {
|
||||
background: #000;
|
||||
box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.iview-preloader {
|
||||
border: #666 1px solid;
|
||||
width: 150px
|
||||
}
|
||||
|
||||
.iview-preloader div {
|
||||
background: #666;
|
||||
}
|
||||
|
||||
.iview-controlNav div.iview-items ul li {
|
||||
padding: 0px;
|
||||
float: left;
|
||||
width: 11px;
|
||||
height: 12px;
|
||||
margin: 3px;
|
||||
margin-top: 16px;
|
||||
line-height: 0px;
|
||||
}
|
||||
|
||||
.iview .iview-tooltip {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background: url('../../../img/iView/tooltip.png') no-repeat;
|
||||
width: 124px;
|
||||
height: 90px;
|
||||
bottom: 30px;
|
||||
left: -67px;
|
||||
padding: 10px;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.iview .iview-tooltip div.holder {
|
||||
display: block;
|
||||
width: 124px;
|
||||
height: 84px;
|
||||
overflow: hidden;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.iview .iview-tooltip div.holder div.container {
|
||||
display: block;
|
||||
width: 4000px;
|
||||
}
|
||||
|
||||
.iview .iview-tooltip div.holder div.container div {
|
||||
float: left;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
width: 124px;
|
||||
height: 84px;
|
||||
left: -50%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.iview .iview-tooltip div.holder div.container div img {
|
||||
height: 84px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
193
modules/leoslideshow/views/css/iView/skin_2_multiple/style.css
Normal file
@@ -0,0 +1,193 @@
|
||||
.container {
|
||||
display: block;
|
||||
width: 910px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
.iview, .iview2 {
|
||||
display: block;
|
||||
width: 900px;
|
||||
height: 400px;
|
||||
background: #000;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
position: relative;
|
||||
-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
margin: 40px auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.iview2 {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.iview .iviewSlider, .iview2 .iviewSlider {
|
||||
display: block;
|
||||
width: 900px;
|
||||
height: 400px;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.iview div.iview-directionNav {
|
||||
position: absolute;
|
||||
top: 187px;
|
||||
left: 0px;
|
||||
z-index: 9;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.iview div.iview-directionNav a {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
width: 27px;
|
||||
height: 27px;
|
||||
background-image: url(../../../img/iView/bg_direction_nav.png);
|
||||
text-indent: -9999px;
|
||||
-webkit-transition: left 0.3s ease-in-out;
|
||||
-webkit-transition-property: left,right;
|
||||
-moz-transition: left 0.3s ease-in-out;
|
||||
-moz-transition-property: left,right;
|
||||
-o-transition: left 0.3s ease-in-out;
|
||||
-o-transition-property: left,right;
|
||||
-ms-transition: left 0.3s ease-in-out;
|
||||
-ms-transition-property: left,right;
|
||||
transition: left 0.3s ease-in-out;
|
||||
transition-property: left,right;
|
||||
}
|
||||
|
||||
.iview div.iview-directionNav a.iview-nextNav {
|
||||
right: -27px;
|
||||
background-position: 27px 0px;
|
||||
}
|
||||
|
||||
.iview div.iview-directionNav a.iview-prevNav {
|
||||
left: -27px;
|
||||
background-position: 0px 0px
|
||||
}
|
||||
|
||||
.iview.iview-hover div.iview-directionNav a.iview-nextNav {
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.iview.iview-hover div.iview-directionNav a.iview-prevNav {
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
.iview2 .iview-controlNav {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
left: 418px;
|
||||
}
|
||||
|
||||
.iview2 .iview-controlNav a {
|
||||
text-indent: -9999px;
|
||||
}
|
||||
|
||||
.iview2 .iview-controlNav a.iview-control {
|
||||
padding: 0px;
|
||||
float: left;
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
background: url('../../../img/iView/bullets_2.png') no-repeat 0px 0px;
|
||||
line-height: 0px;
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
.iview2 .iview-controlNav a.iview-control.active {
|
||||
background-position: 0px -11px;
|
||||
}
|
||||
|
||||
.iview2 div.iview-directionNav {
|
||||
position: absolute;
|
||||
top: 150px;
|
||||
left: 0px;
|
||||
z-index: 9;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.iview2 div.iview-directionNav a {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
width: 40px;
|
||||
height: 100px;
|
||||
background-image: url(../../../img/iView/nav_paddles.png);
|
||||
text-indent: -9999px;
|
||||
}
|
||||
|
||||
.iview2 div.iview-directionNav a:active {
|
||||
background-image: url(../../../img/iView/nav_paddles_down.png);
|
||||
}
|
||||
|
||||
.iview2 div.iview-directionNav a.iview-nextNav {
|
||||
right: 20px;
|
||||
background-position: 56px 0px;
|
||||
}
|
||||
|
||||
.iview2 div.iview-directionNav a.iview-prevNav {
|
||||
left: 20px;
|
||||
background-position: -16px 0px
|
||||
}
|
||||
|
||||
.tp-caption {
|
||||
background: url('../../../img/iView/caption-bg.png');
|
||||
color: #FFF;
|
||||
border-radius: 3px;
|
||||
padding: 10px 15px;
|
||||
font-family: Verdana;
|
||||
font-size: 12px;
|
||||
text-shadow: #000 1px 1px 0px;
|
||||
}
|
||||
|
||||
.tp-caption.video-caption {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.tp-caption.caption1 {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.tp-caption.caption2 {
|
||||
background: #FFF;
|
||||
color: #000;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.tp-caption.caption3 {
|
||||
background: #c4302b;
|
||||
box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.tp-caption.caption3 div {
|
||||
line-height: 150%;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.tp-caption.caption4 {
|
||||
background: #00b4ff;
|
||||
font-size: 36px;
|
||||
font-weight: bold;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.tp-caption.caption5 {
|
||||
background: #FFF;
|
||||
color: #000;
|
||||
font-size: 26px;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.iview-preloader {
|
||||
border: #666 1px solid;
|
||||
width: 150px
|
||||
}
|
||||
|
||||
.iview-preloader div {
|
||||
background: #666;
|
||||
}
|
||||
35
modules/leoslideshow/views/css/iView/skin_3_api/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
86
modules/leoslideshow/views/css/iView/skin_3_api/style.css
Normal file
@@ -0,0 +1,86 @@
|
||||
.container {
|
||||
display: block;
|
||||
width: 910px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
.iview {
|
||||
display: block;
|
||||
width: 900px;
|
||||
background: #000;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
position: relative;
|
||||
-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
margin: 40px auto;
|
||||
}
|
||||
|
||||
.iview .iviewSlider{
|
||||
display: block;
|
||||
width: 900px;
|
||||
height: 400px;
|
||||
overflow: hidden;
|
||||
border-radius: 4px 4px 0px 0px;
|
||||
}
|
||||
|
||||
.iview-controlNav {
|
||||
position: static;
|
||||
height: 45px;
|
||||
text-align: center;
|
||||
background: url('../../../img/iView/navigation-bg.png');
|
||||
border-radius: 0px 0px 4px 4px;
|
||||
}
|
||||
|
||||
.iview-controlNav .iview-items {
|
||||
display: block;
|
||||
padding: 0px 20px;
|
||||
}
|
||||
|
||||
.iview-controlNav a img {
|
||||
height: 30px;
|
||||
border: #000 1px solid;
|
||||
margin: 7px 7px 0px 0px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.iview-controlNav a.active img {
|
||||
border-color: #999;
|
||||
}
|
||||
|
||||
.tp-caption {
|
||||
background: url('../../../img/iView/caption-bg.png');
|
||||
color: #FFF;
|
||||
border-radius: 3px;
|
||||
padding: 10px 15px;
|
||||
font-family: Verdana;
|
||||
font-size: 12px;
|
||||
text-shadow: #000 1px 1px 0px;
|
||||
}
|
||||
|
||||
.tp-caption.caption1 {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.tp-caption.caption2 {
|
||||
background: #FFF;
|
||||
color: #000;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.tp-caption.caption3 {
|
||||
background: #c4302b;
|
||||
box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.iview-preloader {
|
||||
border: #666 1px solid;
|
||||
width: 150px
|
||||
}
|
||||
|
||||
.iview-preloader div {
|
||||
background: #666;
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
127
modules/leoslideshow/views/css/iView/skin_4_responsive/style.css
Normal file
@@ -0,0 +1,127 @@
|
||||
.container {
|
||||
display: block;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
.iview {
|
||||
display: block;
|
||||
min-width: 300px;
|
||||
background: #000;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.iview .iviewSlider {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
width: 100%; /* hard fixed (ex 950px) is enable responsive, auto not responve*/
|
||||
}
|
||||
|
||||
|
||||
.iview div.iview-directionNav {
|
||||
position: absolute;
|
||||
top: 47%;
|
||||
left: 0px;
|
||||
z-index: 9;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.iview div.iview-directionNav a {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
width: 27px;
|
||||
height: 27px;
|
||||
background-image: url(../../../img/iView/bg_direction_nav.png);
|
||||
text-indent: -9999px;
|
||||
-webkit-transition: left 0.3s ease-in-out;
|
||||
-webkit-transition-property: left,right;
|
||||
-moz-transition: left 0.3s ease-in-out;
|
||||
-moz-transition-property: left,right;
|
||||
-o-transition: left 0.3s ease-in-out;
|
||||
-o-transition-property: left,right;
|
||||
-ms-transition: left 0.3s ease-in-out;
|
||||
-ms-transition-property: left,right;
|
||||
transition: left 0.3s ease-in-out;
|
||||
transition-property: left,right;
|
||||
}
|
||||
|
||||
.iview div.iview-directionNav a.iview-nextNav {
|
||||
right: -27px;
|
||||
background-position: 27px 0px;
|
||||
}
|
||||
|
||||
.iview div.iview-directionNav a.iview-prevNav {
|
||||
left: -27px;
|
||||
background-position: 0px 0px
|
||||
}
|
||||
|
||||
.iview.iview-hover div.iview-directionNav a.iview-nextNav {
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.iview.iview-hover div.iview-directionNav a.iview-prevNav {
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
.tp-caption.data-link:hover{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.slide_config.data-link:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.iview-preloader {
|
||||
border: #666 1px solid;
|
||||
width: 150px
|
||||
}
|
||||
|
||||
.iview-preloader div {
|
||||
background: #666;
|
||||
}
|
||||
.iview-timer {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.iview-timer div {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.iview .iview-tooltip {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background: url('../../../img/iView/tooltip.png') no-repeat;
|
||||
|
||||
}
|
||||
|
||||
.iview .iview-tooltip div.holder {
|
||||
display: block;
|
||||
width: 124px;
|
||||
height: 84px;
|
||||
overflow: hidden;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.iview .iview-tooltip div.holder div.container {
|
||||
display: block;
|
||||
width: 4000px;
|
||||
}
|
||||
|
||||
.iview .iview-tooltip div.holder div.container div {
|
||||
float: left;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
width: 124px;
|
||||
height: 84px;
|
||||
left: -50%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.iview .iview-tooltip div.holder div.container div img {
|
||||
height: 84px;
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
35
modules/leoslideshow/views/css/iView/skin_5_banner/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
162
modules/leoslideshow/views/css/iView/skin_5_banner/style.css
Normal file
@@ -0,0 +1,162 @@
|
||||
.container {
|
||||
display: block;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
.iview {
|
||||
display: block;
|
||||
width: 728px;
|
||||
background: #000;
|
||||
background: rgba(0, 0, 0, 1);
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
margin: 40px auto;
|
||||
overflow: hidden;
|
||||
-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.iview .iviewSlider {
|
||||
display: block;
|
||||
width: 728px;
|
||||
height: 90px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
.iview2 {
|
||||
display: block;
|
||||
width: 300px;
|
||||
background: #000;
|
||||
background: rgba(0, 0, 0, 1);
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
margin: 40px auto;
|
||||
overflow: hidden;
|
||||
-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.iview2 .iviewSlider {
|
||||
display: block;
|
||||
width: 300px;
|
||||
height: 600px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
.iview div.iview-directionNav {
|
||||
position: absolute;
|
||||
top: 37%;
|
||||
left: 0px;
|
||||
z-index: 9;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.iview2 div.iview-directionNav {
|
||||
top: 49%;
|
||||
}
|
||||
|
||||
.iview div.iview-directionNav a {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
width: 27px;
|
||||
height: 27px;
|
||||
background-image: url(../../../img/iView/bg_direction_nav_white.png);
|
||||
text-indent: -9999px;
|
||||
-webkit-transition: left 0.3s ease-in-out;
|
||||
-webkit-transition-property: left,right;
|
||||
-moz-transition: left 0.3s ease-in-out;
|
||||
-moz-transition-property: left,right;
|
||||
-o-transition: left 0.3s ease-in-out;
|
||||
-o-transition-property: left,right;
|
||||
-ms-transition: left 0.3s ease-in-out;
|
||||
-ms-transition-property: left,right;
|
||||
transition: left 0.3s ease-in-out;
|
||||
transition-property: left,right;
|
||||
}
|
||||
|
||||
.iview div.iview-directionNav a.iview-nextNav {
|
||||
right: -27px;
|
||||
background-position: 27px 0px;
|
||||
}
|
||||
|
||||
.iview div.iview-directionNav a.iview-prevNav {
|
||||
left: -27px;
|
||||
background-position: 0px 0px
|
||||
}
|
||||
|
||||
.iview.iview-hover div.iview-directionNav a.iview-nextNav {
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.iview.iview-hover div.iview-directionNav a.iview-prevNav {
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
.iview2 .iview-controlNav {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
left: 133px;
|
||||
}
|
||||
|
||||
.iview2 .iview-controlNav a {
|
||||
text-indent: -9999px;
|
||||
}
|
||||
|
||||
.iview2 .iview-controlNav a.iview-control {
|
||||
padding: 0px;
|
||||
float: left;
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
background: url('../../../img/iView/bullets_2.png') no-repeat 0px 0px;
|
||||
line-height: 0px;
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
.iview2 .iview-controlNav a.iview-control.active {
|
||||
background-position: 0px -11px;
|
||||
}
|
||||
|
||||
.tp-caption {
|
||||
background: url('../../../img/iView/caption-bg.png');
|
||||
color: #FFF;
|
||||
border-radius: 3px;
|
||||
padding: 10px 15px;
|
||||
font-family: Verdana;
|
||||
font-size: 12px;
|
||||
text-shadow: #000 1px 1px 0px;
|
||||
}
|
||||
|
||||
.tp-caption.caption1 {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.tp-caption.caption2 {
|
||||
background: #FFF;
|
||||
color: #000;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.tp-caption.caption3 {
|
||||
background: #c4302b;
|
||||
box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.iview-preloader {
|
||||
border: #666 1px solid;
|
||||
width: 150px
|
||||
}
|
||||
|
||||
.iview-preloader div {
|
||||
background: #666;
|
||||
}
|
||||
.iview-timer {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.iview-timer div {
|
||||
border-radius: 10px;
|
||||
}
|
||||
35
modules/leoslideshow/views/css/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
@@ -0,0 +1,15 @@
|
||||
.jscom, .mix htcom { color: #4040c2; }
|
||||
.com { color: green; }
|
||||
.regexp { color: maroon; }
|
||||
.string { color: teal; }
|
||||
.keywords { color: blue; }
|
||||
.global { color: #008; }
|
||||
.numbers { color: #880; }
|
||||
.comm { color: green; }
|
||||
.tag { color: blue; }
|
||||
.entity { color: blue; }
|
||||
.string { color: teal; }
|
||||
.aname { color: maroon; }
|
||||
.avalue { color: maroon; }
|
||||
.jquery { color: #00a; }
|
||||
.plugin { color: red; }
|
||||
@@ -0,0 +1,47 @@
|
||||
/**********************************
|
||||
|
||||
Name: cmxform Styles
|
||||
|
||||
***********************************/
|
||||
form.cmxform {
|
||||
width: 370px;
|
||||
font-size: 1.0em;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
form.cmxform legend {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
form.cmxform legend, form.cmxform label {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
form.cmxform fieldset {
|
||||
border: none;
|
||||
border-top: 1px solid #C9DCA6;
|
||||
background: url(../../../img/jquery-validation-1.9.0/cmxform-fieldset.gif) left bottom repeat-x;
|
||||
background-color: #F8FDEF;
|
||||
}
|
||||
|
||||
form.cmxform fieldset fieldset {
|
||||
background: none;
|
||||
}
|
||||
|
||||
form.cmxform fieldset p, form.cmxform fieldset fieldset {
|
||||
padding: 5px 10px 7px;
|
||||
background: url(../../../img/jquery-validation-1.9.0/cmxform-divider.gif) left bottom repeat-x;
|
||||
}
|
||||
|
||||
form.cmxform label.error, label.error {
|
||||
/* remove the next line when you have trouble in IE6 with labels in list */
|
||||
color: red;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
}
|
||||
div.error { display: none; }
|
||||
input { border: 1px solid black; }
|
||||
input.checkbox { border: none }
|
||||
input:focus { border: 1px dotted black; }
|
||||
input.error { border: 1px dotted red; }
|
||||
form.cmxform .gray * { color: gray; }
|
||||
@@ -0,0 +1,55 @@
|
||||
/**********************************
|
||||
|
||||
Use: cmxform template
|
||||
|
||||
***********************************/
|
||||
form.cmxform fieldset {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
form.cmxform legend {
|
||||
padding: 0 2px;
|
||||
font-weight: bold;
|
||||
_margin: 0 -7px; /* IE Win */
|
||||
}
|
||||
|
||||
form.cmxform label {
|
||||
display: inline-block;
|
||||
line-height: 1.8;
|
||||
vertical-align: top;
|
||||
cursor: hand;
|
||||
}
|
||||
|
||||
form.cmxform fieldset p {
|
||||
list-style: none;
|
||||
padding: 5px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
form.cmxform fieldset fieldset {
|
||||
border: none;
|
||||
margin: 3px 0 0;
|
||||
}
|
||||
|
||||
form.cmxform fieldset fieldset legend {
|
||||
padding: 0 0 5px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
form.cmxform fieldset fieldset label {
|
||||
display: block;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
form.cmxform label { width: 100px; } /* Width of labels */
|
||||
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
|
||||
form.cmxform label.error {
|
||||
margin-left: 103px;
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
form.cmxform input.submit {
|
||||
margin-left: 103px;
|
||||
}
|
||||
|
||||
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
|
||||
@@ -0,0 +1,21 @@
|
||||
body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
|
||||
body { margin: 0; padding: 0; font-size: small; color: #333 }
|
||||
h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
|
||||
h1 { font-size: large }
|
||||
/*#main { padding: 1em; }*/
|
||||
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
|
||||
background: url(../../../img/jquery-validation-1.9.0/bg.gif) repeat-x; text-align: center }
|
||||
#banner a { color: white; }
|
||||
|
||||
p { margin: 10px 0; }
|
||||
|
||||
li { margin-left: 10px; }
|
||||
|
||||
h3 { margin: 1em 0 0; }
|
||||
|
||||
h1 { font-size: 2em; }
|
||||
h2 { font-size: 1.8em; }
|
||||
h3 { font-size: 1.6em; }
|
||||
h4 { font-size: 1.4em; }
|
||||
h5 { font-size: 1.2em; }
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
@@ -0,0 +1,61 @@
|
||||
/**********************************
|
||||
|
||||
Use: Reset Styles for all browsers
|
||||
|
||||
***********************************/
|
||||
|
||||
body, p, blockquote {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a img, iframe { border: none; }
|
||||
|
||||
/* Headers
|
||||
------------------------------*/
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
/* Lists
|
||||
------------------------------*/
|
||||
|
||||
ul, ol, dl, li, dt, dd {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Links
|
||||
------------------------------*/
|
||||
|
||||
a, a:link {}
|
||||
a:visited {}
|
||||
a:hover {}
|
||||
a:active {}
|
||||
|
||||
/* Forms
|
||||
------------------------------*/
|
||||
|
||||
form, fieldset {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
fieldset { border: 1px solid #000; }
|
||||
|
||||
legend {
|
||||
padding: 0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
input, textarea, select {
|
||||
margin: 0;
|
||||
padding: 1px;
|
||||
font-size: 100%;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
select { padding: 0; }
|
||||
@@ -0,0 +1,11 @@
|
||||
/**********************************
|
||||
|
||||
Use: Main Screen Import
|
||||
|
||||
***********************************/
|
||||
|
||||
@import "reset.css";
|
||||
/*@import "core.css";*/
|
||||
|
||||
@import "cmxformTemplate.css";
|
||||
@import "cmxform.css";
|
||||
35
modules/leoslideshow/views/css/typo/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
1137
modules/leoslideshow/views/css/typo/typo.css
Normal file
BIN
modules/leoslideshow/views/img/admin/colsize.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
modules/leoslideshow/views/img/admin/coming.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
modules/leoslideshow/views/img/admin/copy.png
Normal file
|
After Width: | Height: | Size: 613 B |
BIN
modules/leoslideshow/views/img/admin/delete.gif
Normal file
|
After Width: | Height: | Size: 579 B |
BIN
modules/leoslideshow/views/img/admin/delete.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
modules/leoslideshow/views/img/admin/image.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
35
modules/leoslideshow/views/img/admin/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
BIN
modules/leoslideshow/views/img/admin/plus_orange.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
modules/leoslideshow/views/img/admin/text.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
modules/leoslideshow/views/img/admin/video.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
modules/leoslideshow/views/img/black50.png
Normal file
|
After Width: | Height: | Size: 259 B |
BIN
modules/leoslideshow/views/img/blank.gif
Normal file
|
After Width: | Height: | Size: 799 B |
35
modules/leoslideshow/views/img/demo/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
BIN
modules/leoslideshow/views/img/demo/sample_slider_1.png
Normal file
|
After Width: | Height: | Size: 263 KiB |
BIN
modules/leoslideshow/views/img/demo/sample_slider_2.jpg
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
modules/leoslideshow/views/img/demo/sample_slider_3.png
Normal file
|
After Width: | Height: | Size: 277 KiB |
BIN
modules/leoslideshow/views/img/iView/bg_direction_nav.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
modules/leoslideshow/views/img/iView/bg_direction_nav_white.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
modules/leoslideshow/views/img/iView/bullets.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
modules/leoslideshow/views/img/iView/bullets_2.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
modules/leoslideshow/views/img/iView/caption-bg.png
Normal file
|
After Width: | Height: | Size: 930 B |
35
modules/leoslideshow/views/img/iView/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
BIN
modules/leoslideshow/views/img/iView/nav-bg.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
modules/leoslideshow/views/img/iView/nav_paddles.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
modules/leoslideshow/views/img/iView/nav_paddles_down.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
modules/leoslideshow/views/img/iView/navigation-bg.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
modules/leoslideshow/views/img/iView/slider-controls.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
modules/leoslideshow/views/img/iView/timer-bar-bg.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
modules/leoslideshow/views/img/iView/tooltip.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
modules/leoslideshow/views/img/iView/topbar-active.png
Normal file
|
After Width: | Height: | Size: 930 B |
BIN
modules/leoslideshow/views/img/iView/topbar-hover.png
Normal file
|
After Width: | Height: | Size: 930 B |
BIN
modules/leoslideshow/views/img/iView/topbar.png
Normal file
|
After Width: | Height: | Size: 227 B |
35
modules/leoslideshow/views/img/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
BIN
modules/leoslideshow/views/img/jquery-validation-1.9.0/bg.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 220 B |
|
After Width: | Height: | Size: 43 B |
|
After Width: | Height: | Size: 314 B |
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
|
After Width: | Height: | Size: 418 B |
|
After Width: | Height: | Size: 223 B |
BIN
modules/leoslideshow/views/img/typo/arrow_large_left.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
modules/leoslideshow/views/img/typo/arrow_large_right.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
modules/leoslideshow/views/img/typo/arrow_left.png
Normal file
|
After Width: | Height: | Size: 807 B |
BIN
modules/leoslideshow/views/img/typo/arrow_left2.png
Normal file
|
After Width: | Height: | Size: 348 B |
BIN
modules/leoslideshow/views/img/typo/arrow_right.png
Normal file
|
After Width: | Height: | Size: 820 B |
BIN
modules/leoslideshow/views/img/typo/arrow_right2.png
Normal file
|
After Width: | Height: | Size: 343 B |
BIN
modules/leoslideshow/views/img/typo/arrowleft.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
modules/leoslideshow/views/img/typo/arrowright.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
modules/leoslideshow/views/img/typo/boxed_bgtile.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
modules/leoslideshow/views/img/typo/bullet.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
modules/leoslideshow/views/img/typo/bullet_boxed.png
Normal file
|
After Width: | Height: | Size: 924 B |
BIN
modules/leoslideshow/views/img/typo/bullets.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
modules/leoslideshow/views/img/typo/bullets2.png
Normal file
|
After Width: | Height: | Size: 278 B |
BIN
modules/leoslideshow/views/img/typo/coloredbg.png
Normal file
|
After Width: | Height: | Size: 184 B |
35
modules/leoslideshow/views/img/typo/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
BIN
modules/leoslideshow/views/img/typo/large_left.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
modules/leoslideshow/views/img/typo/large_right.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
modules/leoslideshow/views/img/typo/loader.gif
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
modules/leoslideshow/views/img/typo/loader2.gif
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
modules/leoslideshow/views/img/typo/navigdots.png
Normal file
|
After Width: | Height: | Size: 743 B |
BIN
modules/leoslideshow/views/img/typo/navigdots_bgtile.png
Normal file
|
After Width: | Height: | Size: 149 B |
BIN
modules/leoslideshow/views/img/typo/shadow1.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
modules/leoslideshow/views/img/typo/shadow2.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
modules/leoslideshow/views/img/typo/shadow3.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
modules/leoslideshow/views/img/typo/small_left.png
Normal file
|
After Width: | Height: | Size: 670 B |
BIN
modules/leoslideshow/views/img/typo/small_left_boxed.png
Normal file
|
After Width: | Height: | Size: 846 B |
BIN
modules/leoslideshow/views/img/typo/small_right.png
Normal file
|
After Width: | Height: | Size: 668 B |
BIN
modules/leoslideshow/views/img/typo/small_right_boxed.png
Normal file
|
After Width: | Height: | Size: 807 B |
BIN
modules/leoslideshow/views/img/typo/timer.png
Normal file
|
After Width: | Height: | Size: 125 B |
BIN
modules/leoslideshow/views/img/typo/transparent.jpg
Normal file
|
After Width: | Height: | Size: 287 B |
BIN
modules/leoslideshow/views/img/white50.png
Normal file
|
After Width: | Height: | Size: 260 B |
35
modules/leoslideshow/views/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||
35
modules/leoslideshow/views/js/admin/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 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-2014 PrestaShop SA
|
||||
* @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;
|
||||