<
>
edited by Ecaterina Moraru (Valica)
on 2016/06/02
on 2016/06/02
edited by Ecaterina Moraru (Valica)
on 2017/08/30
on 2017/08/30
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -7,7 +7,7 @@ 7 7 <div id="multi-carousel" class="carousel slide hidden-xs hidden-sm"> 8 8 <div class="carousel-inner"> 9 9 #set($active = true) 10 - #set($images = ['emc.jpg', 'chronopost.jpg', 'metic.jpg', 'amazon.png','dcns.jpg','fidelia.jpg', 'capgemini.png' , 'numericable-sfr.jpg', 'vulco.jpg', 'ush.jpg'])10 + #set($images = ['emc.jpg', 'chronopost.jpg', 'metic.jpg', 'amazon.png','dcns.jpg','fidelia.jpg', 'capgemini.png']) 11 11 #foreach($image in $images) 12 12 #set($imgSrc = $xwiki.getDocument('XWikiOrgCode.Companies').getAttachmentURL($image, 'download')) 13 13 <div class="item #if($active == true)active#end"> ... ... @@ -25,16 +25,7 @@ 25 25 #end 26 26 </div> 27 27 28 - <a class="left carousel-control hidden-xs hidden" href="#multi-carousel" role="button" data-slide="prev"> 29 - <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> 30 - <span class="sr-only">Previous</span> 31 - </a> 32 - <a class="right carousel-control hidden-xs hidden" href="#multi-carousel" role="button" data-slide="next"> 33 - <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> 34 - <span class="sr-only">Next</span> 35 - </a> 36 36 </div> 37 - 38 38 </div> 39 39 {{/html}} 40 40 {{/velocity}}