source: trunk/template/yoga/mainpage_categories.tpl @ 1136

Last change on this file since 1136 was 1136, checked in by chrisaga, 18 years ago
  • Improve thumbnailCategories display : This new display looks quite good with both themes.

Handle long category description with automatic scrollbars.
Got rid of the hr.separation which mess the display sometimes.

File size: 747 bytes
Line 
1<!-- BEGIN categories -->
2<ul class="thumbnailCategories">
3  <!-- BEGIN category -->
4  <li>
5    <div class="thumbnailCategory">
6      <div class="illustration">
7        <a href="{categories.category.URL}">
8          <img src="{categories.category.SRC}"
9               alt="{categories.category.ALT}"
10             title="{categories.category.TITLE}">
11        </a>
12      </div>
13      <div class="description">
14        <h3>
15          {categories.category.ICON}
16          <a href="{categories.category.URL}">{categories.category.NAME}</a>
17        </h3>
18        <p>{categories.category.NB_IMAGES} {lang:pictures}</p>
19        <p>{categories.category.DESCRIPTION}</p>
20      </div>
21    </div>
22  </li>
23  <!-- END category -->
24</ul>
25<!-- END categories -->
Note: See TracBrowser for help on using the repository browser.