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

« back to all changes in this revision

Viewing changes to default_templates/entry_metadata.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
 
<div class="asset-meta">
2
 
    <span class="byline vcard">
3
 
<MTIfNonEmpty tag="EntryAuthorDisplayName">
4
 
        <__trans phrase="By [_1] on [_2]" params="<address class="vcard author"><$MTEntryAuthorLink show_hcard="1"$></address>%%<abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X"$>">
5
 
<MTElse>
6
 
        <abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X"$></abbr>
7
 
</MTIfNonEmpty>
8
 
    </span>
9
 
    <span class="separator">|</span> <a class="permalink" rel="bookmark" href="<$MTEntryPermalink$>"><__trans phrase="Permalink"></a>
10
 
    <MTUnless name="hide_counts" eq="1">
11
 
        <MTIfCommentsActive>| <a href="<$MTEntryPermalink$>#comments"><__trans phrase="Comments ([_1])" params="<$MTEntryCommentCount$>"></a></MTIfCommentsActive>
12
 
        <MTIfPingsActive>| <a href="<$MTEntryPermalink$>#trackback"><__trans phrase="TrackBacks ([_1])" params="<$MTEntryTrackbackCount$>"></a></MTIfPingsActive>
13
 
    </MTUnless>
14
 
</div>