Last change
on this file since 1917 was
1900,
checked in by rub, 18 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
|
Rev | Line | |
---|
[1132] | 1 | <!-- BEGIN categories --> |
---|
[1292] | 2 | <!-- $Id: mainpage_categories.tpl 1900 2007-03-12 22:33:53Z rub $ --> |
---|
[1132] | 3 | <ul class="thumbnailCategories"> |
---|
| 4 | <!-- BEGIN category --> |
---|
| 5 | <li> |
---|
| 6 | <div class="thumbnailCategory"> |
---|
| 7 | <div class="illustration"> |
---|
| 8 | <a href="{categories.category.URL}"> |
---|
[1789] | 9 | <img src="{categories.category.SRC}" alt="{categories.category.ALT}" title="{categories.category.TITLE}"> |
---|
[1132] | 10 | </a> |
---|
| 11 | </div> |
---|
| 12 | <div class="description"> |
---|
| 13 | <h3> |
---|
[1261] | 14 | <a href="{categories.category.URL}">{categories.category.NAME}</a> |
---|
[1132] | 15 | {categories.category.ICON} |
---|
| 16 | </h3> |
---|
[1172] | 17 | <p>{categories.category.CAPTION_NB_IMAGES}</p> |
---|
[1789] | 18 | <p>{categories.category.DESCRIPTION} </p> |
---|
[1132] | 19 | </div> |
---|
| 20 | </div> |
---|
| 21 | </li> |
---|
| 22 | <!-- END category --> |
---|
| 23 | </ul> |
---|
| 24 | <!-- END categories --> |
---|
Note: See
TracBrowser
for help on using the repository browser.