|
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:If tag="BlogCommentCount"> |
|---|
| 2 | <mt:Comments lastn="10" sort_order="descend"> |
|---|
| 3 | <mt:CommentsHeader> |
|---|
| 4 | <div class="widget-recent-comments widget"> |
|---|
| 5 | <h3 class="widget-header"><__trans phrase="Recent Comments"></h3> |
|---|
| 6 | <div class="widget-content"> |
|---|
| 7 | <ul> |
|---|
| 8 | </mt:CommentsHeader> |
|---|
| 9 | <li><__trans phrase="<strong>[_1]:</strong> [_2] <a href="[_3]" title="full comment on: [_4]">read more</a>" params="<$mt:CommentAuthor$>%%<$mt:CommentBody remove_html="1" words="10"$>%%<$mt:CommentLink$>%%<mt:CommentEntry><$mt:EntryTitle$></mt:CommentEntry>"></li> |
|---|
| 10 | <mt:CommentsFooter> |
|---|
| 11 | </ul> |
|---|
| 12 | </div> |
|---|
| 13 | </div> |
|---|
| 14 | </mt:CommentsFooter> |
|---|
| 15 | </mt:Comments> |
|---|
| 16 | </mt:If> |
|---|