|
Revision 2648, 475 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="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> |
|---|
| 8 | </mt:EntriesHeader> |
|---|
| 9 | <li><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:If> |
|---|