root/branches/boomer/default_templates/entry_detail.mtml @ 1101

Revision 1101, 0.8 kB (checked in by hachi, 2 years ago)

Merging release-21 to boomer branch: svn merge -r63672:66551 http://svn.sixapart.com/repos/eng/movabletype/branches/release-21 .

  • 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        <MTIf name="entry_template">
20                <$MTInclude module="<__trans phrase="Categories">"$>
21        </MTIf>
22                <$MTInclude module="<__trans phrase="Tags">"$>
23    </div>
24</div>
Note: See TracBrowser for help on using the browser.