~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to plugins/WidgetManager/default_widgets/archive_meta_widget.mtml

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-06-13 23:28:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080613232840-ya4jfxv1jgl45a3d
Tags: 4.2~rc2-1
* New upstream release candidate
* Update Standards-Version (no changes)
* Ensure that schema upgrade message is always seen

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>