source: branches/1.6/template/yoga/mainpage_categories.tpl @ 8204

Last change on this file since 8204 was 1367, checked in by chrisaga, 18 years ago

Improve : split menubar from main template (index.tpl) = feature 354

  • Property svn:keywords set to Author Date Id Revision
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.