root/branches/release-32/default_templates/dynamic_error.mtml @ 1707

Revision 1707, 1.2 kB (checked in by bsmith, 20 months ago)

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

  • Property svn:keywords set to Id Revision
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><$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">
11
12
13            <$mt:include module="<__trans phrase="Banner Header">"$>
14
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>
Note: See TracBrowser for help on using the browser.