- Timestamp:
- 11/17/13 20:30:21 (12 years ago)
- Branch:
- default
- Parents:
- 2564:c8bf313d697e (diff), 2566:9bf417837888 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/legacy/404.html
r2541 r2567 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> … … 33 33 <div id="main"> 34 34 <div id="content"> 35 35 36 36 <div id="content-info"> 37 37 <h2>{{tpl:lang Document not found}}</h2> 38 38 </div> 39 39 40 40 <div class="content-inner"> 41 41 <p>{{tpl:lang The document you are looking for does not exist.}}</p> 42 42 </div> 43 43 44 44 </div> 45 45 </div> … … 49 49 {{tpl:Widgets type="nav"}} 50 50 </div> <!-- End #blognav --> 51 51 52 52 <div id="blogextra"> 53 53 {{tpl:Widgets type="extra"}}
Note: See TracChangeset
for help on using the changeset viewer.