Dotclear

source: inc/public/default-templates/dotty/404.html @ 3246:9b71237c9035

Revision 3246:9b71237c9035, 1.8 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

New dotty html5 template set, first step ; addresses #2061

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

Sites map