|
Revision 2052, 0.5 kB
(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 | <mt:IfNonZero tag="BlogEntryCount"> |
|---|
| 2 | <mt:Entries lastn="10"> |
|---|
| 3 | <mt:EntriesHeader> |
|---|
| 4 | <div class="widget-recent-entries widget-archives widget"> |
|---|
| 5 | <h3 class="widget-header"><__trans phrase="Recent Entries"></h3> |
|---|
| 6 | <div class="widget-content"> |
|---|
| 7 | <ul class="widget-list"> |
|---|
| 8 | </mt:EntriesHeader> |
|---|
| 9 | <li class="widget-list-item"><a href="<$mt:EntryPermalink$>"><$mt:EntryTitle$></a></li> |
|---|
| 10 | <mt:EntriesFooter> |
|---|
| 11 | </ul> |
|---|
| 12 | </div> |
|---|
| 13 | </div> |
|---|
| 14 | </mt:EntriesFooter> |
|---|
| 15 | </mt:Entries> |
|---|
| 16 | </mt:IfNonZero> |
|---|