Show
Ignore:
Timestamp:
02/28/08 21:39:16 (21 months ago)
Author:
bsmith
Message:

* 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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-30/default_templates/header.mtml

    r1192 r1423  
    1 <mt:setvarblock name="html_head" prepend="1"> 
    2     <MTIf name="main_template"> 
    3 <link rel="alternate" type="application/atom+xml" title="Atom" href="<$MTLink template="atom"$>" /> 
    4 <link rel="alternate" type="application/rss+xml" title="RSS" href="<$MTLink template="rss"$>" /> 
    5         <MTUnless name="main_index"> 
    6 <link rel="start" href="<$MTBlogURL$>" title="Home" /> 
    7         </MTUnless> 
    8 <$MTCCLicenseRDF$> 
    9     </MTIf> 
    10 </mt:setvarblock> 
    111<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    122    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    133<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 
    144<head> 
     5    <title><$mt:var name="title"$></title> 
    156    <meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" /> 
    16     <title><$mt:var name="title"$></title> 
    177    <meta name="generator" content="<$MTProductName version="1"$>" /> 
    188    <link rel="stylesheet" href="<$MTLink template="styles"$>" type="text/css" /> 
     9    <link rel="start" href="<$MTBlogURL$>" title="Home" /> 
     10    <link rel="alternate" type="application/atom+xml" title="Recent Entries" href="<$MTLink template="feed_recent"$>" /> 
     11    <$MTCCLicenseRDF$> 
    1912    <$mt:var name="html_head"$> 
    2013</head> 
    21 <body class="<MTIf name="body_class"><$MTGetVar name="body_class"$> </MTIf><$MTGetVar name="page_layout" default="layout-wtt"$>"<MTIf name="body_onload"> onload="<$MTGetVar name="body_onload"$>"</MTIf>> 
     14<body class="<MTIf name="body_class"><$MTGetVar name="body_class"$> </MTIf><$MTGetVar name="page_layout"$>"<MTIf name="body_onload"> onload="<$MTGetVar name="body_onload"$>"</MTIf>> 
    2215    <div id="container"> 
    2316        <div id="container-inner">