Last change
on this file since 20461 was
5714,
checked in by flop25, 15 years ago
|
moving the old template structure to a specific folder
|
File size:
833 bytes
|
Rev | Line | |
---|
[3334] | 1 | {* $Id: mainpage_categories.tpl 2231 2008-03-01 13:12:07Z rvelices $ *} |
---|
| 2 | |
---|
| 3 | <ul class="thumbnailCategories"> |
---|
| 4 | {foreach from=$category_thumbnails item=cat} |
---|
| 5 | <li> |
---|
| 6 | <div class="thumbnailCategory"> |
---|
| 7 | <div class="illustration"> |
---|
| 8 | <a href="{$cat.URL}"> |
---|
[3618] | 9 | <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'hint_category'|@translate}"> |
---|
[3334] | 10 | </a> |
---|
| 11 | </div> |
---|
| 12 | <div class="description"> |
---|
| 13 | <h3> |
---|
| 14 | <a href="{$cat.URL}">{$cat.NAME}</a> |
---|
[3618] | 15 | {$cat.ICON_TS} |
---|
[3334] | 16 | </h3> |
---|
[3618] | 17 | <div class="text"> |
---|
[3334] | 18 | {if isset($cat.INFO_DATES) } |
---|
| 19 | <p>{$cat.INFO_DATES}</p> |
---|
| 20 | {/if} |
---|
| 21 | <p>{$cat.CAPTION_NB_IMAGES}</p> |
---|
[3618] | 22 | <p class="cat_description">{$cat.DESCRIPTION}</p> |
---|
| 23 | </div> |
---|
[3334] | 24 | </div> |
---|
| 25 | </div> |
---|
| 26 | </li> |
---|
| 27 | {/foreach} |
---|
| 28 | </ul> |
---|
| 29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.