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

Revision 1101, 0.5 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="page-<$MTPageID$>" class="page-asset asset">
2    <div class="asset-header">
3        <h1 id="page-title" class="asset-name"><$MTPageTitle$></h1>
4    </div>
5    <div class="asset-content">
6<MTIfNonEmpty tag="PageBody">
7        <div class="asset-body">
8            <$MTPageBody$>
9        </div>
10</MTIfNonEmpty>
11<MTIfNonEmpty tag="PageMore" convert_breaks="0">
12        <div id="more" class="asset-more">
13            <$MTPageMore$>
14        </div>
15</MTIfNonEmpty>
16    </div>
17    <div class="asset-footer"></div>
18</div>
Note: See TracBrowser for help on using the browser.