Ignore:
Timestamp:
Jul 11, 2011, 9:11:23 PM (13 years ago)
Author:
flop25
Message:

adding a round border
changed the way to recognize album : clear border
thumbnails caption = false compatible
bar removed
pwg stuff witdh restricted to 2width except for stuff_thumbnail
thumbnails generation based on file first

Location:
extensions/stripped_black_bloc/template
Files:
2 edited

Legend:

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

    r11679 r11709  
    11  {foreach from=$category_thumbnails item=cat}
    22        <div class="bloc album">
    3                         <a href="{$cat.URL}" style="background: url({$cat.TN_SRC}) no-repeat scroll center center transparent; height: {$cat.TN_HEIGHT}px; width: {$cat.TN_WIDTH}px; opacity: 0.75; max-width:150px;" >
     3                        <a href="{$cat.URL}" style="background: url({$cat.TN_SRC}) no-repeat scroll center center transparent; height: {$cat.TN_HEIGHT}px; width: {$cat.TN_WIDTH}px; opacity: 0.75;" >
    44                                {$cat.NAME}
    55                        </a>
  • extensions/stripped_black_bloc/template/thumbnails.tpl

    r11699 r11709  
    55          {if isset($thumbnail.NAME)}{$thumbnail.NAME}{else}{$thumbnail.TN_TITLE}{/if}
    66        </a>
    7         <div class="title">{if isset($thumbnail.NAME)}{$thumbnail.NAME}{else}{$thumbnail.TN_TITLE}{/if}</div>
     7        <div class="title">{if isset($thumbnail.NAME)}{$thumbnail.NAME}{/if}</div>
    88        </div>
    99  {/foreach}
Note: See TracChangeset for help on using the changeset viewer.