Changeset 1709 for branches/release-33/default_templates/main_index.mtml
- Timestamp:
- 04/02/08 06:38:21 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-33/default_templates/main_index.mtml
r1463 r1709 1 <MTSetVar name="main_index" value="1"> 2 <mt:setvarblock name="html_head"> 1 <$mt:setvar name="main_index" value="1"$> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 5 <head> 6 <title><$MTBlogName encode_html="1"$></title> 7 <$mt:include module="<__trans phrase="HTML Head">"$> 3 8 <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$MTLink template="rsd"$>" /> 4 </mt:setvarblock> 5 <MTSetVarBlock name="title"><$MTBlogName encode_html="1"$></MTSetVarBlock> 9 </head> 10 <body class="mt-main-index <$MTVar name="page_layout"$>"> 11 <div id="container"> 12 <div id="container-inner"> 6 13 7 <$MTInclude module="<__trans phrase="Header">" body_class="mt-main-index"$>8 14 15 <$mt:include module="<__trans phrase="Banner Header">"$> 16 17 18 <div id="content"> 19 <div id="content-inner"> 20 21 22 <div id="alpha"> 23 <div id="alpha-inner"> 9 24 <MTEntries> 10 <$MTInclude module="<__trans phrase="Entry Summary">"$> 25 <mt:ignore><!-- Use the Entry Summary module for each entry published on this page --></mt:ignore> 26 <$mt:include module="Entry Summary"$> 11 27 </MTEntries> 12 28 13 <div class="content-nav">14 <a href="<$MTLink template="archive_index"$>"><__trans phrase="Archives"></a>15 </div>16 29 17 <$MTInclude module="<__trans phrase="Footer">"$> 30 <div class="content-nav"> 31 <a href="<$MTLink template="archive_index"$>"><__trans phrase="Archives"></a> 32 </div> 33 34 35 </div> 36 </div> 37 38 39 <$MTInclude module="<__trans phrase="Sidebar">"$> 40 41 42 </div> 43 </div> 44 45 46 <$mt:include module="<__trans phrase="Banner Footer">"$> 47 48 49 </div> 50 </div> 51 </body> 52 </html>
