root/branches/release-40/default_templates/tag_cloud.mtml @ 2603

Revision 2603, 446 bytes (checked in by bsmith, 18 months ago)

bugzid:79938 - Normalizing Template Tags

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