root/trunk/default_templates/dynamic_error.mtml

Revision 4196, 1.2 kB (checked in by takayama, 3 months ago)

* Set svn keywords

  • Property svn:keywords set to Author Date 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    <$mt:Include module="<__trans phrase="HTML Head">"$>
6    <title><$mt:BlogName encode_html="1"$>: <__trans phrase="Page Not Found"></title>
7</head>
8<body id="<$mt:BlogTemplateSetID$>" class="mt-dynamic-error <$mt:Var 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><$mt:ErrorMessage$></strong>
25                            </blockquote>
26                        </div>
27                    </div>
28
29
30                    <$mt:Include 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.