source: tags/release-1_6_0RC2/template/yoga/mainpage_categories.tpl @ 10580

Last change on this file since 10580 was 1262, checked in by chrisaga, 18 years ago
  • merge trunk r1260:1261 into branch 1.6 (minor improvements and fixes in template)
File size: 754 bytes
Line 
1<!-- BEGIN categories -->
2<!-- $Id:$ -->
3<ul class="thumbnailCategories">
4  <!-- BEGIN category -->
5  <li>
6    <div class="thumbnailCategory">
7      <div class="illustration">
8        <a href="{categories.category.URL}">
9          <img src="{categories.category.SRC}"
10               alt="{categories.category.ALT}"
11             title="{categories.category.TITLE}">
12        </a>
13      </div>
14      <div class="description">
15        <h3>
16          <a href="{categories.category.URL}">{categories.category.NAME}</a>
17          {categories.category.ICON}
18        </h3>
19        <p>{categories.category.CAPTION_NB_IMAGES}</p>
20        <p>{categories.category.DESCRIPTION}</p>
21      </div>
22    </div>
23  </li>
24  <!-- END category -->
25</ul>
26<!-- END categories -->
Note: See TracBrowser for help on using the repository browser.