Dotclear

source: inc/public/default-templates/dotty/404.html @ 3849:f00f0f660946

Revision 3849:f00f0f660946, 1.1 KB checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

La liste de liens ne devrait pas être une navigation d'après moi.

From 4380cc106315806a6239280f4202b2ffbb1ef2cd Mon Sep 17 00:00:00 2001
From: llune <llune@…>
Date: Sat, 1 Sep 2018 23:58:24 +0200
Subject: [PATCH] replace nav by div

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="head-linkrel">
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"}}" />
14</tpl:Block>
15
16<tpl:Block name="body-tag"><body class="dc-404"></tpl:Block>
17
18<tpl:Block name="main-content">
19     <header 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     </header>
23
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.

Sites map