|
Revision 2603, 2.4 kB
(checked in by bsmith, 18 months ago)
|
|
bugzid:79938 - Normalizing Template Tags
|
| Line | |
|---|
| 1 | <$mt:EntryTrackbackData$> |
|---|
| 2 | <div id="entry-<$mt:EntryID$>" class="entry-asset asset hentry"> |
|---|
| 3 | <div class="asset-header"> |
|---|
| 4 | <h2 class="asset-name entry-title"><a href="<$mt:EntryPermalink$>" rel="bookmark"><$mt:EntryTitle$></a></h2> |
|---|
| 5 | <div class="asset-meta"> |
|---|
| 6 | <span class="byline"> |
|---|
| 7 | <mt:IfNonEmpty tag="EntryAuthorDisplayName"> |
|---|
| 8 | <__trans phrase="By [_1] on [_2]" params="<span class="vcard author"><$mt:EntryAuthorLink show_hcard="1"$></span>%%<abbr class="published" title="<$mt:EntryDate format_name="iso8601"$>"><$mt:EntryDate format="%x %X"$></abbr>"> |
|---|
| 9 | <mt:Else> |
|---|
| 10 | <abbr class="published" title="<$mt:EntryDate format_name="iso8601"$>"><$mt:EntryDate format="%x %X"$></abbr> |
|---|
| 11 | </mt:IfNonEmpty> |
|---|
| 12 | </span> |
|---|
| 13 | <mt:Unless name="hide_counts" eq="1"> |
|---|
| 14 | <mt:IfCommentsActive><span class="separator">|</span> <a href="<$mt:EntryPermalink$>#comments"><$mt:EntryCommentCount singular="<__trans phrase="1 Comment">" plural="<__trans phrase="# Comments">" none="<__trans phrase="No Comments">"$></a></mt:IfCommentsActive> |
|---|
| 15 | <mt:IfPingsActive><span class="separator">|</span> <a href="<$mt:EntryPermalink$>#trackbacks"><$mt:EntryTrackbackCount singular="<__trans phrase="1 TrackBack">" plural="<__trans phrase="# TrackBacks">" none="<__trans phrase="No TrackBacks">"$></a></mt:IfPingsActive> |
|---|
| 16 | </mt:Unless> |
|---|
| 17 | </div> |
|---|
| 18 | </div> |
|---|
| 19 | <div class="asset-content entry-content"> |
|---|
| 20 | <mt:IfNonEmpty tag="EntryBody"> |
|---|
| 21 | <div class="asset-body"> |
|---|
| 22 | <$mt:EntryBody$> |
|---|
| 23 | </div> |
|---|
| 24 | </mt:IfNonEmpty> |
|---|
| 25 | <mt:If name="entry_archive"> |
|---|
| 26 | <mt:EntryIfTagged> |
|---|
| 27 | <div class="entry-tags"> |
|---|
| 28 | <h4 class="entry-tags-header"><__trans phrase="Tags"><span class="delimiter">:</span></h4> |
|---|
| 29 | <ul class="entry-tags-list"> |
|---|
| 30 | <li class="entry-tag"><mt:EntryTags glue='<span class="delimiter">,</span></li> <li class="entry-tag">'><a href="javascript:void(0)" onclick="location.href='<$mt:TagSearchLink encode_js="1"$>';return false;" rel="tag"><$mt:TagName$></a></mt:EntryTags></li> |
|---|
| 31 | </ul> |
|---|
| 32 | </div> |
|---|
| 33 | </mt:EntryIfTagged> |
|---|
| 34 | </mt:If> |
|---|
| 35 | <mt:IfNonEmpty tag="EntryMore" convert_breaks="0"> |
|---|
| 36 | <div class="asset-more-link"> |
|---|
| 37 | <__trans phrase="Continue reading <a href="[_1]" rel="bookmark">[_2]</a>." params="<$mt:EntryPermalink$>#more%%<$mt:EntryTitle$>"> |
|---|
| 38 | </div> |
|---|
| 39 | </mt:IfNonEmpty> |
|---|
| 40 | </div> |
|---|
| 41 | <div class="asset-footer"></div> |
|---|
| 42 | </div> |
|---|