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

Revision 1463, 1.2 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 *
  • Property svn:keywords set to Id Revision
Line 
1<MTSetVar name="body_class" value="mt-archive-listing mt-entry-archive">
2<MTSetVar name="module_about_context" value="1">
3<MTIfCommentsAccepted><$MTSetVar name="body_onload" value="individualArchivesOnLoad(commenter_name)"$></MTIfCommentsAccepted>
4<MTSetVarBlock name="page_title"><$MTEntryTitle$></MTSetVarBlock>
5<MTSetVarBlock name="title"><$MTGetVar name="page_title"$> - <$MTBlogName encode_html="1"$></MTSetVarBlock>
6<MTSetVarBlock name="html_head">
7    <MTEntryPrevious><link rel="prev" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryPrevious>
8    <MTEntryNext><link rel="next" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryNext>
9    <MTIfPingsAccepted><$MTEntryTrackbackData$></MTIfPingsAccepted>
10    <MTIfCommentsAccepted><script type="text/javascript" src="<$MTLink template="javascript"$>"></script></MTIfCommentsAccepted>
11</MTSetVarBlock>
12
13<$MTInclude module="<__trans phrase="Header">"$>
14
15<$MTInclude module="<__trans phrase="Entry Detail">"$>
16
17<$MTInclude module="<__trans phrase="TrackBacks">"$>
18
19<$MTInclude module="<__trans phrase="Comments">"$>
20
21<$MTInclude module="<__trans phrase="Footer">"$>
Note: See TracBrowser for help on using the browser.