Revision 3422:d294032fcdd4,
1.1 KB
checked in by franck <carnet.franck.paul@…>, 9 years ago
(diff) |
No more <link rel="top" …> neither <link rel="up" …> in HTML5
|
Rev | Line | |
---|
[2704] | 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"> |
---|
[2600] | 8 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> |
---|
[2704] | 9 | </tpl:Block> |
---|
[2600] | 10 | |
---|
[2704] | 11 | <tpl:Block name="head-linkrel"> |
---|
[2600] | 12 | <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> |
---|
| 13 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
[2704] | 14 | </tpl:Block> |
---|
[2600] | 15 | |
---|
[2782] | 16 | <tpl:Block name="body-tag"><body class="dc-404"></tpl:Block> |
---|
[2600] | 17 | |
---|
[2704] | 18 | <tpl:Block name="main-content"> |
---|
| 19 | <div id="content-info"> |
---|
| 20 | <h2>{{tpl:lang Document not found}}</h2> |
---|
| 21 | <p>{{tpl:lang URL you've tried has typos, or the page has been deleted or moved.}}</p> |
---|
| 22 | </div> |
---|
[2600] | 23 | |
---|
[2704] | 24 | <div class="content-inner"> |
---|
| 25 | <h3>{{tpl:lang Suggestions:}}</h3> |
---|
| 26 | <ul> |
---|
| 27 | <li><a href="{{tpl:BlogURL}}">{{tpl:lang Go to homepage}}</a></li> |
---|
| 28 | <li><a href="#search">{{tpl:lang Use search form}}</a></li> |
---|
| 29 | <li><a href="{{tpl:BlogURL}}archive">{{tpl:lang Explore archives}}</a></li> |
---|
| 30 | </ul> |
---|
| 31 | </div> <!-- End #content-inner --> |
---|
| 32 | </tpl:Block> |
---|
Note: See
TracBrowser
for help on using the repository browser.