root/branches/release-31/default_templates/entry_metadata.mtml @ 1463

Revision 1463, 1.0 kB (checked in by fumiakiy, 21 months ago)

Merged the latest release-30 changes to release-31. svn merge -r1446:1462 http://code.sixapart.com/svn/movabletype/branches/release-30 .

  • Property svn:executable set to *
Line 
1<div class="asset-meta">
2    <span class="byline">
3<MTIfNonEmpty tag="EntryAuthorDisplayName">
4        <__trans phrase="By [_1] on [_2]" params="<span class="vcard author"><$MTEntryAuthorLink show_hcard="1"$></span>%%<abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X"$></abbr>">
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><span class="separator">|</span> <a href="<$MTEntryPermalink$>#comments"><__trans phrase="Comments ([_1])" params="<$MTEntryCommentCount$>"></a></MTIfCommentsActive>
12        <MTIfPingsActive><span class="separator">|</span> <a href="<$MTEntryPermalink$>#trackback"><__trans phrase="TrackBacks ([_1])" params="<$MTEntryTrackbackCount$>"></a></MTIfPingsActive>
13    </MTUnless>
14</div>
Note: See TracBrowser for help on using the browser.