root/branches/release-30/default_templates/entry_summary.mtml @ 1423

Revision 1423, 0.9 kB (checked in by bsmith, 21 months ago)

* Updates from development of MTDefautTemplateSets plugin: http://code.sixapart.com/svn/mtplugins/trunk/MTDefaultTemplateSet/

Including:

* Addition of RSD EditURI to Headers
* Conditioning of trackback data if pings are not accepted
* simplification to Comment Response template code
* modularization of MTEntries limit on Entry Listing
* removing page_layout definition from stylesheet at it is now set by the app
* adding html comments to code for readability
* removed RSS feed templates
* simplifying header module

bugzid:69142

  • Property svn:executable set to *
Line 
1<MTIfPingsAccepted><$MTEntryTrackbackData$></MTIfPingsAccepted>
2<div id="entry-<$MTEntryID$>" class="entry-asset asset hentry">
3    <div class="asset-header">
4        <h2 class="asset-name entry-title"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></h2>
5        <$MTInclude module="<__trans phrase="Entry Metadata">"$>
6    </div>
7    <div class="asset-content entry-content">
8<MTIfNonEmpty tag="EntryBody">
9        <div class="asset-body">
10            <$MTEntryBody$>
11        </div>
12</MTIfNonEmpty>
13<MTIfTagSearch>
14        <$MTInclude module="<__trans phrase="Tags">"$>
15</MTIfTagSearch>
16<MTIfNonEmpty tag="EntryMore" convert_breaks="0">
17        <div class="asset-more-link">
18            <__trans phrase="Continue reading <a rel="bookmark" href="[_1]">[_2]</a>." params="<$MTEntryPermalink$>#more%%<$MTEntryTitle$>">
19        </div>
20</MTIfNonEmpty>
21    </div>
22    <div class="asset-footer"></div>
23</div>
Note: See TracBrowser for help on using the browser.