Dotclear

source: themes/ductile/tpl/404.html @ 3422:d294032fcdd4

Revision 3422:d294032fcdd4, 1.5 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

No more <link rel="top" …> neither <link rel="up" …> in HTML5

Line 
1<!DOCTYPE html>
2<html lang="{{tpl:BlogLanguage}}">
3<head>
4     <meta charset="UTF-8" />
5     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" />
6
7     <title>{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}</title>
8     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
9     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
10
11     <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
12     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
13
14     {{tpl:include src="_head.html"}}
15</head>
16<body class="dc-404">
17     <div id="page">
18          {{tpl:include src="_top.html"}}
19
20          <div id="wrapper">
21
22               <div id="main">
23                    <div id="content">
24
25                         <div id="content-info">
26                              <h2>{{tpl:lang Document not found}}</h2>
27                              <p>{{tpl:lang URL you've tried has typos, or the page has been deleted or moved.}}</p>
28                         </div>
29
30                         <div class="content-inner">
31                              <h3>{{tpl:lang Suggestions:}}</h3>
32                              <ul>
33                                   <li><a href="{{tpl:BlogURL}}">{{tpl:lang Go to homepage}}</a></li>
34                                   <li><a href="#search">{{tpl:lang Use search form}}</a></li>
35                                   <li><a href="{{tpl:BlogURL}}archive">{{tpl:lang Explore archives}}</a></li>
36                              </ul>
37                         </div> <!-- End #content-inner -->
38
39                    </div> <!-- End #content -->
40               </div> <!-- End #main -->
41
42               {{tpl:include src="_sidebar.html"}}
43
44          </div> <!-- End #wrapper -->
45
46          {{tpl:include src="_footer.html"}}
47     </div> <!-- End #page -->
48</body>
49</html>
Note: See TracBrowser for help on using the repository browser.

Sites map