|
Revision 1423, 0.7 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 | <div id="entry-<$MTEntryID$>" class="entry-asset asset hentry"> |
|---|
| 2 | <div class="asset-header"> |
|---|
| 3 | <h1 id="page-title" class="asset-name entry-title"><$MTEntryTitle$></h1> |
|---|
| 4 | <$MTInclude module="<__trans phrase="Entry Metadata">"$> |
|---|
| 5 | </div> |
|---|
| 6 | <div class="asset-content entry-content"> |
|---|
| 7 | <MTIfNonEmpty tag="EntryBody"> |
|---|
| 8 | <div class="asset-body"> |
|---|
| 9 | <$MTEntryBody$> |
|---|
| 10 | </div> |
|---|
| 11 | </MTIfNonEmpty> |
|---|
| 12 | <MTIfNonEmpty tag="EntryMore" convert_breaks="0"> |
|---|
| 13 | <div id="more" class="asset-more"> |
|---|
| 14 | <$MTEntryMore$> |
|---|
| 15 | </div> |
|---|
| 16 | </MTIfNonEmpty> |
|---|
| 17 | </div> |
|---|
| 18 | <div class="asset-footer"> |
|---|
| 19 | <$MTInclude module="<__trans phrase="Categories">"$> |
|---|
| 20 | <$MTInclude module="<__trans phrase="Tags">"$> |
|---|
| 21 | </div> |
|---|
| 22 | </div> |
|---|