root/branches/release-30/default_templates/header.mtml @ 1423

Revision 1423, 1.7 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 *
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4<head>
5    <title><$mt:var name="title"$></title>
6    <meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" />
7    <meta name="generator" content="<$MTProductName version="1"$>" />
8    <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$>
12    <$mt:var name="html_head"$>
13</head>
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>>
15    <div id="container">
16        <div id="container-inner">
17            <div id="header">
18                <div id="header-inner">
19                    <div id="header-content">
20<MTIf name="main_index">
21                        <h1 id="header-name"><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName encode_html="1"$></a></h1>
22                        <h2 id="header-description"><$MTBlogDescription$></h2>
23<MTElse>
24                        <div id="header-name"><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName encode_html="1"$></a></div>
25                        <div id="header-description"><$MTBlogDescription$></div>
26</MTIf>
27                    </div>
28                </div>
29            </div>
30            <div id="content">
31                <div id="content-inner">
32                    <div id="alpha">
33                        <div id="alpha-inner">
Note: See TracBrowser for help on using the browser.