root/branches/release-36/default_templates/archive_widgets_group.mtml @ 2052

Revision 2052, 0.8 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:Ignore>
2    <__trans phrase="This is a custom set of widgets that are conditioned to serve different content based upon what type of archive it is included. More info: [_1]" params="http://www.movabletype.org/documentation/designer/widget-sets.html">
3</mt:Ignore>
4<mt:if name="category_archive">
5    <mt:IfArchiveTypeEnabled archive_type="Category-Monthly">
6        <$mt:include widget="<__trans phrase="Current Category Monthly Archives">"$>
7    </mt:IfArchiveTypeEnabled>
8</mt:if>
9<mt:IfArchiveTypeEnabled archive_type="Category">
10    <$mt:include widget="<__trans phrase="Category Archives">"$>
11</mt:IfArchiveTypeEnabled>
12<mt:IfArchiveTypeEnabled archive_type="Monthly">
13    <$mt:include widget="<__trans phrase="Monthly Archives">"$>
14</mt:IfArchiveTypeEnabled>
Note: See TracBrowser for help on using the browser.