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

Last change on this file since 1900 was 1900, checked in by rub, 17 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: 549 bytes
Line 
1<!-- $Id: tags.tpl 1900 2007-03-12 22:33:53Z rub $ -->
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    <li>&nbsp;</li> <!-- FIXME W3C HTML Conformity said: No empty UL -->
16  </ul>
17
18</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.