source: extensions/gally/mainpage_categories.tpl @ 4446

Last change on this file since 4446 was 4446, checked in by grum, 14 years ago

[Template:Gally] Add template to subversion

  • Property svn:executable set to *
File size: 1013 bytes
Line 
1<!-- **GBL** >MAINPAGE_CATEGORIES> -->
2{* $Id: mainpage_categories.tpl 2231 2008-03-01 13:12:07Z rvelices $ *}
3
4<ul class="thumbnailCategories">
5  {foreach from=$category_thumbnails item=cat}
6  <li>
7    <div class="thumbnailCategory">
8      <div class="illustration">
9        <a href="{$cat.URL}">
10          <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|replace:'"':' '} - {'hint_category'|@translate}">
11        </a>
12      </div>
13      <div class="description">
14        <h3>
15          <a href="{$cat.URL}">{$cat.NAME}</a>
16          {$cat.ICON_TS}
17        </h3>
18        <div class="text">
19          {if isset($cat.INFO_DATES) }
20          <p class="thumbCatDescNfoDate">{$cat.INFO_DATES}</p>
21          {/if}
22          <p class="thumbCatDescNbImg">{$cat.CAPTION_NB_IMAGES}</p>
23          {if not empty($cat.DESCRIPTION)}
24          <p class="thumbCatDesc">{$cat.DESCRIPTION}</p>
25          {/if}
26        </div>
27      </div>
28    </div>
29  </li>
30  {/foreach}
31</ul>
32
33<!-- **GBL** <MAINPAGE_CATEGORIES< -->
Note: See TracBrowser for help on using the repository browser.