|
Revision 2604, 0.5 kB
(checked in by bsmith, 17 months ago)
|
|
bugzid:79938 - Normalizing Template Tags - converting ifnonzero & ifnonempty to if, setvar & getvar to var, etc
|
-
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 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:If> |
|---|