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

Last change on this file since 1900 was 1900, checked in by rub, 17 years ago

Apply property svn:eol-style Value: LF

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 731 bytes
Line 
1<!-- BEGIN categories -->
2<!-- $Id: mainpage_categories.tpl 1900 2007-03-12 22:33:53Z rub $ -->
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        <p>{categories.category.CAPTION_NB_IMAGES}</p>
18        <p>{categories.category.DESCRIPTION}&nbsp;</p>
19      </div>
20    </div>
21  </li>
22  <!-- END category -->
23</ul>
24<!-- END categories -->
Note: See TracBrowser for help on using the repository browser.