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

Last change on this file since 1376 was 1292, checked in by chrisaga, 18 years ago
  • Property svn:keywords set to Author Date Id Revision
File size: 753 bytes
Line 
1<!-- BEGIN categories -->
2<!-- $Id: mainpage_categories.tpl 1292 2006-04-29 11:04:43Z chrisaga $ -->
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.