source: trunk/template/yoga/tags.tpl @ 1376

Last change on this file since 1376 was 1119, checked in by plg, 18 years ago

improvement: tags replace keywords. Better data model, less
limitations. Each image can be associated to as many tag as needed. Tags can
contain non ASCII characters. Oriented navigation with tags by association.

File size: 525 bytes
Line 
1<!-- $Id: comments.tpl 960 2005-12-03 17:33:38Z chrisaga $ -->
2<div id="content">
3
4  <div class="titrePage">
5    <ul class="categoryActions">
6      <li><a href="{U_HOME}" title="{lang:return to homepage}"><img src="{themeconf:icon_dir}/home.png" class="button" alt="{lang:home}"/></a></li>
7    </ul>
8    <h2>{lang:Tags}</h2>
9  </div>
10
11  <ul id="fullTagCloud">
12    <!-- BEGIN tag -->
13    <li><a href="{tag.URL}" class="{tag.CLASS}" title="{tag.TITLE}">{tag.NAME}</a></li>
14    <!-- END tag -->
15  </ul>
16
17</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.