root/branches/release-41/default_templates/tag_cloud.mtml @ 2648

Revision 2648, 436 bytes (checked in by bsmith, 17 months ago)

bugzid:80286 - making lists and list-items in wigets more genericly marked up

  • Property svn:keywords set to Id Date Author Revision
Line 
1<mt:If tag="Tags">
2<div class="widget-tag-cloud widget">
3    <h3 class="widget-header"><__trans phrase="Tag Cloud"></h3>
4    <div class="widget-content">
5        <ul>
6    <mt:Tags top="20">
7            <li class="rank-<$mt:TagRank max="10"$>"><a href="javascript:void(0)" onclick="location.href='<$mt:TagSearchLink encode_js="1"$>';return false;" rel="tag"><$mt:TagName$></a></li>
8    </mt:Tags>
9        </ul>
10    </div>
11</div>
12</mt:If>
Note: See TracBrowser for help on using the browser.