Ignore:
Timestamp:
Jan 28, 2012, 6:45:06 PM (12 years ago)
Author:
Zaphod
Message:

version 2.1.0

File:
1 edited

Legend:

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

    r12153 r12960  
     1{php}
     2        global $stripped;
     3        $this->assign( 'stripped', $stripped );
     4{/php}
    15<ul class="thumbnailCategories">
    2   {foreach from=$category_thumbnails item=cat}
    3   <li>
     6  {foreach from=$category_thumbnails item=cat name=catloop}
     7  <li class="odd{if ($smarty.foreach.catloop.iteration-1) % 2 == 0}0{else}1{/if}" {if ($stripped.albumFrame)}onclick="window.location='{$cat.URL}';"{/if}>
    48        <div class="thumbnailCategory">
    59                <div class="illustration">
     
    1216                                <a href="{$cat.URL}">{$cat.NAME}</a>
    1317                                {if !empty($cat.icon_ts)}
    14                                 <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent_album{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" class="icon" alt="(!)">
     18                                <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" alt="(!)">
    1519                                {/if}
    1620                        </h3>
    17                         <div class="text">
     21                        <div class="text" {if !$stripped.albumFrame}onclick="window.location='{$cat.URL}';"{/if}>
    1822                                  {if isset($cat.INFO_DATES) }
    19                                   <p class="thumbCatDescNfoDate">{$cat.INFO_DATES}</p>
     23                                  <p class="dates">{$cat.INFO_DATES}</p>
    2024                                  {/if}
    21                                   <p class="thumbCatDescNbImg">{$cat.CAPTION_NB_IMAGES}</p>
     25                                  <p class="Nb_images">{$cat.CAPTION_NB_IMAGES}</p>
    2226                                  {if not empty($cat.DESCRIPTION)}
    23                                   <p class="thumbCatDesc">{$cat.DESCRIPTION}</p>
     27                                  <p>{$cat.DESCRIPTION}</p>
    2428                                  {/if}
    2529                        </div>
Note: See TracChangeset for help on using the changeset viewer.