Line | |
---|
1 | <ul class="thumbnailCategories"> |
---|
2 | <li style="width: 99.5%;"> |
---|
3 | <div class="thumbnailCategory"> |
---|
4 | <div class="illustration"> |
---|
5 | <a href="{$URL}"> |
---|
6 | <img src="{$TN_SRC}" alt="{$TN_ALT}" title="{'shows images at the root of this category'|@translate}"> |
---|
7 | </a> |
---|
8 | </div> |
---|
9 | <div class="description"> |
---|
10 | <h3> |
---|
11 | <a href="{$URL}">{$NAME}</a> |
---|
12 | </h3> |
---|
13 | <div class="text" style="text-align: left;"> |
---|
14 | {if isset($INFO_DATES) } |
---|
15 | <p class="dates">{$INFO_DATES}</p> |
---|
16 | {/if} |
---|
17 | <p class="Nb_images">{$CAPTION_NB_IMAGES}</p> |
---|
18 | {if not empty($DESCRIPTION)} |
---|
19 | <p>{$DESCRIPTION}</p> |
---|
20 | {/if} |
---|
21 | </div> |
---|
22 | </div> |
---|
23 | </div> |
---|
24 | </li> |
---|
25 | </ul> |
---|
Note: See
TracBrowser
for help on using the repository browser.