Show
Ignore:
Timestamp:
04/02/08 03:04:46 (20 months ago)
Author:
bsmith
Message:

bugzid:69535 - less modularized template set committed. produces same html as modularized template set

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-32/default_templates/page.mtml

    r1698 r1707  
    1 <MTIfCommentsAccepted><$MTSetVar name="body_onload" value="individualArchivesOnLoad(commenter_name)"$></MTIfCommentsAccepted> 
    2 <MTSetVarBlock name="title"><$MTPageTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></MTSetVarBlock> 
    3 <MTSetVarBlock name="html_head"> 
    4     <MTIfPingsAccepted><$MTEntryTrackbackData$></MTIfPingsAccepted> 
     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><$MTPageTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></title> 
     6    <$mt:include module="<__trans phrase="HTML Head">"$> 
     7    <$MTEntryTrackbackData$> 
    58    <MTIfCommentsAccepted><script type="text/javascript" src="<$MTLink template="javascript"$>"></script></MTIfCommentsAccepted> 
    6 </MTSetVarBlock> 
     9</head> 
     10<body class="mt-page-archive <$MTVar name="page_layout"$>" onload="individualArchivesOnLoad(commenter_name)"> 
     11    <div id="container"> 
     12        <div id="container-inner"> 
    713 
    8 <$MTInclude module="<__trans phrase="Header">" body_class="mt-page-archive"$> 
    914 
    10 <$MTInclude module="<__trans phrase="Page Detail">"$> 
     15            <$mt:include module="<__trans phrase="Banner Header">"$> 
    1116 
    12 <$MTInclude module="<__trans phrase="TrackBacks">"$> 
    1317 
    14 <$MTInclude module="<__trans phrase="Comments">"$> 
     18            <div id="content"> 
     19                <div id="content-inner"> 
    1520 
    16 <$MTInclude module="<__trans phrase="Footer">"$> 
     21 
     22                    <div id="alpha"> 
     23                        <div id="alpha-inner"> 
     24 
     25 
     26                            <div id="page-<$MTPageID$>" class="page-asset asset"> 
     27                                <div class="asset-header"> 
     28                                    <h1 id="page-title" class="asset-name"><$MTPageTitle$></h1> 
     29                                </div> 
     30                                <div class="asset-content"> 
     31<MTIfNonEmpty tag="PageBody"> 
     32                                    <div class="asset-body"> 
     33                                        <$MTPageBody$> 
     34                                    </div> 
     35</MTIfNonEmpty> 
     36<MTIfNonEmpty tag="PageMore"> 
     37                                    <div id="more" class="asset-more"> 
     38                                        <$MTPageMore$> 
     39                                    </div> 
     40</MTIfNonEmpty> 
     41                                </div> 
     42                                <div class="asset-footer"></div> 
     43                            </div> 
     44 
     45 
     46                    <$MTInclude module="<__trans phrase="Trackbacks">"$> 
     47                    <$MTInclude module="<__trans phrase="Comments">"$> 
     48 
     49 
     50                        </div> 
     51                    </div> 
     52 
     53 
     54                    <$MTInclude module="<__trans phrase="Sidebar">"$> 
     55 
     56 
     57                </div> 
     58            </div> 
     59 
     60 
     61            <$mt:include module="<__trans phrase="Banner Footer">"$> 
     62 
     63 
     64        </div> 
     65    </div> 
     66</body> 
     67</html>