root/branches/release-35/plugins/WidgetManager/default_widgets/tag_cloud.mtml @ 1973

Revision 1973, 431 bytes (checked in by bchoate, 20 months ago)

Applied javascript navigation to tag cloud widget.

  • Property svn:keywords set to Id 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='<$MTTagSearchLink encode_js="1"$>'" rel="tag"><$mt:TagName$></a></li>
7    </mt:Tags>
8        </ul>
9    </div>
10</div>
Note: See TracBrowser for help on using the browser.