root/branches/athena/default_templates/entry_detail.mtml @ 1092

Revision 1092, 0.7 kB (checked in by hachi, 2 years ago)

Merging release-15 to athena branch. svn merge -r59987:60375 http://svn.sixapart.com/repos/eng/movabletype/branches/release-15 .

  • Property svn:executable set to *
Line 
1<div id="entry-<$MTEntryID$>" class="entry-asset asset">
2    <div class="asset-header">
3        <h1 class="asset-name"><$MTEntryTitle$></h1>
4        <$MTInclude module="<__trans phrase="Entry Metadata">"$>
5    </div>
6    <div class="asset-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<MTIf name="entry_template">
18        <$MTInclude module="<__trans phrase="Categories">"$>
19</MTIf>
20        <$MTInclude module="<__trans phrase="Tags">"$>
21    </div>
22    <div class="asset-footer"></div>
23</div>
Note: See TracBrowser for help on using the browser.