update
This commit is contained in:
55
template/partial/SimpleArticle/Index/ViewCarousel.tpl
Normal file
55
template/partial/SimpleArticle/Index/ViewCarousel.tpl
Normal file
@@ -0,0 +1,55 @@
|
||||
<div class="tresc">
|
||||
<h1 class="title">{$objElement->GetName()}</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<div style="clear: left;">
|
||||
|
||||
{$objArticle->GetDescription()}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
|
||||
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
|
||||
|
||||
$('.my-flipster').flipster({
|
||||
start: 'center',
|
||||
autoplay: 5000,
|
||||
fadeIn: 900,
|
||||
scrollwheel: false,
|
||||
loop: true
|
||||
});
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
</script>
|
||||
{/literal}
|
||||
<div class="my-flipster">
|
||||
|
||||
<ul>
|
||||
<li>{thumb file='Static/upload/carusel/technologie.jpg' longside=false shortside=false width="600" height="400" link='false' crop='' title='' }</li>
|
||||
<li>{thumb file='Static/upload/carusel/turystyka.jpg' longside=false shortside=false width="600" height="400" link='false' crop='' title='' }</li>
|
||||
<li>{thumb file='Static/upload/carusel/edukacja.jpg' longside=false shortside=false width="600" height="400" link='false' crop='' title='' }</li>
|
||||
<li>{thumb file='Static/upload/carusel/sztuka.jpg' longside=false shortside=false width="600" height="400" link='false' crop='' title='' }</li>
|
||||
<li>{thumb file='Static/upload/carusel/zwierzeta.jpg' longside=false shortside=false width="600" height="400" link='false' crop='' title='' }</li>
|
||||
<li>{thumb file='Static/upload/carusel/moda.jpg' longside=false shortside=false width="600" height="400" link='false' crop='' title='' }</li>
|
||||
<li>{thumb file='Static/upload/carusel/deweloperzy.jpg' longside=false shortside=false width="600" height="400" link='false' crop='' title='' }</li>
|
||||
<li>{thumb file='Static/upload/carusel/kosmetyki.jpg' longside=false shortside=false width="600" height="400" link='false' crop='' title='' }</li>
|
||||
<li>{thumb file='Static/upload/carusel/awiacja.jpg' longside=false shortside=false width="600" height="400" link='false' crop='' title='' }</li>
|
||||
<li>{thumb file='Static/upload/carusel/medycyna.jpg' longside=false shortside=false width="600" height="400" link='false' crop='' title='' }</li>
|
||||
<li>{thumb file='Static/upload/carusel/przemysl.jpg' longside=false shortside=false width="600" height="400" link='false' crop='' title='' }</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user