Ignore:
Timestamp:
Nov 3, 2012, 7:30:12 PM (11 years ago)
Author:
Miklfe
Message:

modification du carousel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Slim/template/mainpage_categories.tpl

    r18811 r18905  
     1{define_derivative name='carousel' width='300' height='300' min_width='300'}
     2
     3
     4{html_style}
     5.jcarousel-skin-cat .jcarousel-list li{ldelim}
     6        min-width:{$carousel->max_width()}px;
     7{/html_style}
     8
     9
    110<div id="carouselcat">
    211
     
    716
    817
    9                         <li>
     18                        <li class="test">
    1019                                        <div class="illustration">
    1120                                                <a href="{$cat.URL}">
    12                                                         <img src="{$pwg->derivative_url($derivative_params, $cat.representative.src_image)}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '|@strip_tags:false} - {'display this album'|@translate}" min-width="{$derivative_params->max_width()}" height="{$derivative_params->max_height()-22}"/>
     21                                                        <img src="{$pwg->derivative_url($carousel, $cat.representative.src_image)}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '|@strip_tags:false} - {'display this album'|@translate}" min-width="{$carousel->max_width()}" height="{$carousel->max_height()-22}"/>
    1322                                                </a>
    1423                                        </div>
Note: See TracChangeset for help on using the changeset viewer.