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

Last change on this file since 2032 was 2022, checked in by vdigital, 18 years ago

Bug: Conformity issue, empty categories create errors.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 841 bytes
Line 
1<!-- BEGIN categories -->
2<!-- $Id: mainpage_categories.tpl 2022 2007-05-23 20:07:04Z vdigital $ -->
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}" alt="{categories.category.ALT}" title="{categories.category.TITLE}">
10        </a>
11      </div>
12      <div class="description">
13        <h3>
14          <a href="{categories.category.URL}">{categories.category.NAME}</a>
15          {categories.category.ICON}
16        </h3>
17        <!-- BEGIN dates -->
18        <p>{categories.category.dates.INFO}</p>
19        <!-- END dates -->
20        <p>{categories.category.CAPTION_NB_IMAGES}&nbsp;</p>
21        <p>{categories.category.DESCRIPTION}&nbsp;</p>
22      </div>
23    </div>
24  </li>
25  <!-- END category -->
26</ul>
27<!-- END categories -->
Note: See TracBrowser for help on using the repository browser.