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/dynamic_error.mtml

    r1463 r1709  
    1 <MTSetVar name="dynamic_error_template" value="1"> 
    2 <MTSetVarBlock name="page_title"><__trans phrase="Page Not Found"></MTSetVarBlock> 
    3 <MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTVar name="page_title"$></MTSetVarBlock> 
     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><$MTBlogName encode_html="1"$>: <__trans phrase="Page Not Found"></title> 
     6    <$mt:include module="<__trans phrase="HTML Head">"$> 
     7</head> 
     8<body class="mt-dynamic-error <$MTVar name="page_layout"$>"> 
     9    <div id="container"> 
     10        <div id="container-inner"> 
    411 
    5 <$MTInclude module="<__trans phrase="Header">" body_class="mt-dynamic-error"$> 
    612 
    7 <h1 id="page-title"><$MTVar name="page_title"$></h1> 
    8 <blockquote> 
    9     <strong><$MTErrorMessage$></strong> 
    10 </blockquote> 
     13            <$mt:include module="<__trans phrase="Banner Header">"$> 
    1114 
    12 <$MTInclude module="<__trans phrase="Footer">"$> 
     15 
     16            <div id="content"> 
     17                <div id="content-inner"> 
     18 
     19 
     20                    <div id="alpha"> 
     21                        <div id="alpha-inner"> 
     22                            <h1 id="page-title"><__trans phrase="Page Not Found"></h1> 
     23                            <blockquote> 
     24                                <strong><$MTErrorMessage$></strong> 
     25                            </blockquote> 
     26                        </div> 
     27                    </div> 
     28 
     29 
     30                    <$MTInclude module="<__trans phrase="Sidebar">"$> 
     31 
     32 
     33                </div> 
     34            </div> 
     35 
     36 
     37            <$mt:include module="<__trans phrase="Banner Footer">"$> 
     38 
     39 
     40        </div> 
     41    </div> 
     42</body> 
     43</html>