Show
Ignore:
Timestamp:
04/02/08 06:38:21 (20 months ago)
Author:
fumiakiy
Message:

Merged the latest checkins to release-32 branch to the current dev branch. svn merge -r1669:1708 http://code.sixapart.com/svn/movabletype/branches/release-32 .

Files:
1 modified

Legend:

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

    r1463 r1709  
    1 <MTSetVar name="body_class" value="mt-archive-listing mt-page-archive"> 
    2 <MTIfCommentsAccepted><$MTSetVar name="body_onload" value="individualArchivesOnLoad(commenter_name)"$></MTIfCommentsAccepted> 
    3 <MTSetVarBlock name="page_title"><$MTPageTitle$></MTSetVarBlock> 
    4 <MTSetVarBlock name="title"><$MTGetVar name="page_title"$> - <$MTBlogName encode_html="1"$></MTSetVarBlock> 
    5 <MTSetVarBlock name="html_head"> 
    6     <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$> 
    78    <MTIfCommentsAccepted><script type="text/javascript" src="<$MTLink template="javascript"$>"></script></MTIfCommentsAccepted> 
    8 </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"> 
    913 
    10 <$MTInclude module="<__trans phrase="Header">"$> 
    1114 
    12 <$MTInclude module="<__trans phrase="Page Detail">"$> 
     15            <$mt:include module="<__trans phrase="Banner Header">"$> 
    1316 
    14 <$MTInclude module="<__trans phrase="TrackBacks">"$> 
    1517 
    16 <$MTInclude module="<__trans phrase="Comments">"$> 
     18            <div id="content"> 
     19                <div id="content-inner"> 
    1720 
    18 <$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>