|
Revision 2648, 0.7 kB
(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:IfArchiveTypeEnabled archive_type="Monthly"> |
|---|
| 2 | <mt:ArchiveList archive_type="Monthly"> |
|---|
| 3 | <mt:ArchiveListHeader> |
|---|
| 4 | <div class="widget-archive-monthly widget-archive widget"> |
|---|
| 5 | <h3 class="widget-header"><__trans phrase="[_1] <a href="[_2]">Archives</a>" params="<$mt:ArchiveTypeLabel$>%%<$mt:Link template="archive_index"$>"></h3> |
|---|
| 6 | <div class="widget-content"> |
|---|
| 7 | <ul> |
|---|
| 8 | </mt:ArchiveListHeader> |
|---|
| 9 | <li><a href="<$mt:ArchiveLink$>"><__trans phrase="[_1] ([_2])" params="<$mt:ArchiveTitle$>%%<$mt:ArchiveCount$>"></a></li> |
|---|
| 10 | <mt:ArchiveListFooter> |
|---|
| 11 | </ul> |
|---|
| 12 | </div> |
|---|
| 13 | </div> |
|---|
| 14 | </mt:ArchiveListFooter> |
|---|
| 15 | </mt:ArchiveList> |
|---|
| 16 | </mt:IfArchiveTypeEnabled> |
|---|