|
Revision 2052, 0.6 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:IfArchiveTypeEnabled archive_type="Author"> |
|---|
| 2 | <mt:ArchiveList archive_type="Author"> |
|---|
| 3 | <mt:ArchiveListHeader> |
|---|
| 4 | <div class="widget-archive widget-archive-author widget"> |
|---|
| 5 | <h3 class="widget-header"><__trans phrase="Authors"></h3> |
|---|
| 6 | <div class="widget-content"> |
|---|
| 7 | <ul class="widget-list"> |
|---|
| 8 | </mt:ArchiveListHeader> |
|---|
| 9 | <li class="widget-list-item"><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> |
|---|