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

« back to all changes in this revision

Viewing changes to default_templates/author_archive_list.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: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>