source: extensions/floPure/2.0.x/mainpage_categories.tpl @ 27074

Last change on this file since 27074 was 5712, checked in by flop25, 14 years ago
File size: 831 bytes
RevLine 
[3333]1
2
3<ul class="thumbnailCategories">
4  {foreach from=$category_thumbnails item=cat}
5  <li class="{cycle values="cat_1,cat_2,cat_3,cat_4"}" >
6    <div class="thumbnailCategory">
7      <div class="illustration">
8        <a href="{$cat.URL}">
[3474]9          <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'hint_category'|@translate}">
[3333]10        </a>
11      </div>
12      <div class="description">
13        <h3>
14          <a href="{$cat.URL}">{$cat.NAME|truncate:30:" [...]"}</a>
[3474]15          {$cat.ICON_TS}
[3333]16        </h3>
[3474]17                <div class="text">
[3333]18        {if isset($cat.INFO_DATES) }
19        <p>{$cat.INFO_DATES}</p>
20        {/if}
21        <p>{$cat.CAPTION_NB_IMAGES}</p>
22        <p class="cat_description">{$cat.DESCRIPTION}</p>
[3474]23                </div>
[3333]24      </div>
25    </div>
26  </li>
27  {/foreach}
28</ul>
Note: See TracBrowser for help on using the repository browser.