root/branches/release-29/default_templates/entry_metadata.mtml @ 1288

Revision 1288, 1.0 kB (checked in by bsmith, 23 months ago)

bugzid:66652 - removing redundant 'vcard' class and wrapping pipe separators with 'separator' class

  • 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="<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><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.