Changeset 2566:9bf417837888 for themes/ductile/tpl/404.html
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/404.html
r803 r2566 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> 7 7 8 8 <title>{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}</title> 9 9 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 10 10 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 11 11 12 12 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 13 13 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}" /> … … 17 17 <meta name="dc.type" content="text" /> 18 18 <meta name="dc.format" content="text/html" /> 19 19 20 20 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 21 21 <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 22 22 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 23 23 24 24 {{tpl:include src="_head.html"}} 25 25 </head> … … 27 27 <div id="page"> 28 28 {{tpl:include src="_top.html"}} 29 29 30 30 <div id="wrapper"> 31 31 32 32 <div id="main"> 33 33 <div id="content"> 34 34 35 35 <div id="content-info"> 36 36 <h2>{{tpl:lang Document not found}}</h2> 37 37 <p>{{tpl:lang URL you've tried has typos, or the page has been deleted or moved.}}</p> 38 38 </div> 39 39 40 40 <div class="content-inner"> 41 41 <h3>{{tpl:lang Suggestions:}}</h3> … … 46 46 </ul> 47 47 </div> <!-- End #content-inner --> 48 48 49 49 </div> <!-- End #content --> 50 50 </div> <!-- End #main --> 51 51 52 52 {{tpl:include src="_sidebar.html"}} 53 53 54 54 </div> <!-- End #wrapper --> 55 55 56 56 {{tpl:include src="_footer.html"}} 57 57 </div> <!-- End #page -->
Note: See TracChangeset
for help on using the changeset viewer.