|
Revision 2052, 431 bytes
(checked in by fumiakiy, 19 months ago)
|
|
Integrated Widget Manager to the core. BugId:68750
Now a widgetset is another type of template. The widgets contained in a widgetset is stored in a meta field.
|
-
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='<$MTTagSearchLink encode_js="1"$>'" rel="tag"><$mt:TagName$></a></li> |
|---|
| 7 | </mt:Tags> |
|---|
| 8 | </ul> |
|---|
| 9 | </div> |
|---|
| 10 | </div> |
|---|