Ignore:
Timestamp:
Sep 10, 2012, 4:58:25 PM (12 years ago)
Author:
flop25
Message:

code simplification
margin and width adjusted for stuff blocs and descriptions
shadow added for stuffs_thumbnails.tpl
managment of pictures which have a smaller width than the wanted block
no more grey border for album thumbnails : colored border
etc

File:
1 edited

Legend:

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

    r17828 r17843  
    1010    {assign var=derivative value=$pwg->derivative($derivative_stripped_black_bloc_wide, $cat.representative.src_image)}
    1111    {assign var='size' value=$derivative->get_size()}
    12         <div class="bloc_big album">
     12        <div class="bloc twocol album">
    1313                        <a href="{$cat.URL}" style="background: url({$derivative->get_url()}) no-repeat scroll center center transparent; height: {$size[1]}px; width: {$size[0]}px; opacity: 0.75;" >
    1414                                {$cat.NAME}
     
    1818  {else}
    1919    {if $cat.representative.width < $cat.representative.height and $stripped_black_bloc.catthumb=="yes"}
    20       {if $cat.TN_CLASS=="bloc_big" and $stripped_black_bloc.catthumb=="same"}
     20      {if $cat.TN_CLASS=="twocol" and $stripped_black_bloc.catthumb=="same"}
    2121        {assign var=derivative value=$pwg->derivative($derivative_stripped_black_bloc_big_vert, $cat.representative.src_image)}
    2222      {elseif $stripped_black_bloc.catthumb=="all"}
     
    2626      {/if}
    2727    {else}
    28       {if $cat.TN_CLASS=="bloc_big" and $stripped_black_bloc.catthumb=="same"}
     28      {if $cat.TN_CLASS=="twocol" and $stripped_black_bloc.catthumb=="same"}
    2929        {assign var=derivative value=$pwg->derivative($derivative_stripped_black_bloc_big, $cat.representative.src_image)}
    3030      {elseif $stripped_black_bloc.catthumb=="all"}
     
    3535    {/if}
    3636    {assign var='size' value=$derivative->get_size()}
    37         <div class="{if $stripped_black_bloc.catthumb=="all"}bloc_big{else}{$cat.TN_CLASS}{/if} album">
     37        <div class="bloc {if $stripped_black_bloc.catthumb=="all"}twocol{else}{$cat.TN_CLASS}{/if} album">
    3838                        <a href="{$cat.URL}" style="background: url({$derivative->get_url()}) no-repeat scroll center center transparent; height: {$size[1]}px; width: {$size[0]}px; opacity: 0.75;" >
    3939                                {$cat.NAME}
Note: See TracChangeset for help on using the changeset viewer.