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

Last change on this file since 1788 was 1771, checked in by vdigital, 17 years ago

Small changes on mainpage to obtain W3C conformity

  • Property svn:keywords set to Author Date Id Revision
File size: 799 bytes
Line 
1<!-- BEGIN categories -->
2<!-- $Id: mainpage_categories.tpl 1771 2007-01-30 21:48:09Z 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}"
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}&nbsp;</p> <!-- &nbsp; to avoid a HTML warning -->
21      </div>
22    </div>
23  </li>
24  <!-- END category -->
25</ul>
26<!-- END categories -->
Note: See TracBrowser for help on using the repository browser.