|
Revision 1423, 0.8 kB
(checked in by bsmith, 21 months ago)
|
|
* Updates from development of MTDefautTemplateSets plugin: http://code.sixapart.com/svn/mtplugins/trunk/MTDefaultTemplateSet/
Including:
* Addition of RSD EditURI to Headers
* Conditioning of trackback data if pings are not accepted
* simplification to Comment Response template code
* modularization of MTEntries limit on Entry Listing
* removing page_layout definition from stylesheet at it is now set by the app
* adding html comments to code for readability
* removed RSS feed templates
* simplifying header module
bugzid:69142
|
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id Revision
|
| Line | |
|---|
| 1 | <MTSetVar name="body_class" value="mt-comment-preview"> |
|---|
| 2 | <MTSetVar name="body_onload" value="individualArchivesOnLoad(commenter_name)"> |
|---|
| 3 | <MTSetVar name="system_template" value="1"> |
|---|
| 4 | <MTSetVar name="feedback_template" value="1"> |
|---|
| 5 | <MTSetVarBlock name="page_title"><__trans phrase="Previewing your Comment"></MTSetVarBlock> |
|---|
| 6 | <MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTGetVar name="page_title"$></MTSetVarBlock> |
|---|
| 7 | <MTSetVarBlock name="html_head"> |
|---|
| 8 | <script type="text/javascript" src="<$MTLink template="javascript"$>"></script> |
|---|
| 9 | </MTSetVarBlock> |
|---|
| 10 | |
|---|
| 11 | <$MTInclude module="<__trans phrase="Header">"$> |
|---|
| 12 | |
|---|
| 13 | <h1 id="page-title"><$MTGetVar name="page_title"$></h1> |
|---|
| 14 | |
|---|
| 15 | <$MTInclude module="<__trans phrase="Comment Detail">"$> |
|---|
| 16 | |
|---|
| 17 | <$MTInclude module="<__trans phrase="Comments">"$> |
|---|
| 18 | |
|---|
| 19 | <$MTInclude module="<__trans phrase="Footer">"$> |
|---|