root/branches/release-31/default_templates/page.mtml @ 1463

Revision 1463, 0.9 kB (checked in by fumiakiy, 21 months ago)

Merged the latest release-30 changes to release-31. svn merge -r1446:1462 http://code.sixapart.com/svn/movabletype/branches/release-30 .

  • Property svn:executable set to *
Line 
1<MTSetVar name="body_class" value="mt-archive-listing mt-page-archive">
2<MTIfCommentsAccepted><$MTSetVar name="body_onload" value="individualArchivesOnLoad(commenter_name)"$></MTIfCommentsAccepted>
3<MTSetVarBlock name="page_title"><$MTPageTitle$></MTSetVarBlock>
4<MTSetVarBlock name="title"><$MTGetVar name="page_title"$> - <$MTBlogName encode_html="1"$></MTSetVarBlock>
5<MTSetVarBlock name="html_head">
6    <MTIfPingsAccepted><$MTEntryTrackbackData$></MTIfPingsAccepted>
7    <MTIfCommentsAccepted><script type="text/javascript" src="<$MTLink template="javascript"$>"></script></MTIfCommentsAccepted>
8</MTSetVarBlock>
9
10<$MTInclude module="<__trans phrase="Header">"$>
11
12<$MTInclude module="<__trans phrase="Page Detail">"$>
13
14<$MTInclude module="<__trans phrase="TrackBacks">"$>
15
16<$MTInclude module="<__trans phrase="Comments">"$>
17
18<$MTInclude module="<__trans phrase="Footer">"$>
Note: See TracBrowser for help on using the browser.