Ignore:
Timestamp:
Apr 6, 2006, 1:08:37 AM (18 years ago)
Author:
plg
Message:

new: MOD subcatify integrated. On main page, thumbnails representing a
category are not displayed the same way as thumbnails representing a
picture. Feedback welcomed on this feature.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/index.tpl

    r1119 r1130  
    177177  <!-- END calendar -->
    178178
    179   </div> <!-- content -->
     179  </div> <!-- titrePage -->
    180180
    181181<!-- BEGIN calendar -->
     
    232232<!-- END thumbnails -->
    233233
     234<!-- BEGIN categories -->
     235<ul class="thumbnailCategories">
     236  <!-- BEGIN category -->
     237  <li>
     238    <div class="thumbnailCategory">
     239      <div class="illustration">
     240        <a href="{categories.category.URL}">
     241          <img src="{categories.category.SRC}"
     242               alt="{categories.category.ALT}"
     243             title="{categories.category.TITLE}">
     244        </a>
     245      </div>
     246      <div class="description">
     247        <h3>
     248          {categories.category.ICON}
     249          <a href="{categories.category.URL}">{categories.category.NAME}</a>
     250        </h3>
     251        <p>{categories.category.NB_IMAGES} {lang:pictures}</p>
     252        <p>{categories.category.DESCRIPTION}</p>
     253      </div>
     254      <hr class="separation" />
     255    </div>
     256  </li>
     257  <!-- END category -->
     258</ul>
     259<hr class="separation" />
     260<!-- END categories -->
     261
    234262<!-- BEGIN cat_infos -->
    235263<!-- BEGIN navigation -->
Note: See TracChangeset for help on using the changeset viewer.