Dotclear

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

Revision 3422:d294032fcdd4, 3.1 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 Search}} - {{tpl:SysSearchString encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title>
8     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
9     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
10     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
11
12     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
13
14     {{tpl:ductileNbEntryPerPage}}
15     <tpl:Entries no_content="1">
16          <tpl:EntriesHeader>
17               <tpl:Pagination>
18                    <tpl:PaginationIf end="0">
19                         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />
20                    </tpl:PaginationIf>
21
22                    <tpl:PaginationIf start="0">
23                         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" />
24                    </tpl:PaginationIf>
25               </tpl:Pagination>
26          </tpl:EntriesHeader>
27
28          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
29     </tpl:Entries>
30
31     <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />
32
33     {{tpl:include src="_head.html"}}
34</head>
35<body class="dc-search">
36     <div id="page">
37          {{tpl:include src="_top.html"}}
38
39          <div id="wrapper">
40
41               <div id="main">
42                    <div id="content">
43
44                         <div id="content-info">
45                              <h2>{{tpl:lang Search}}</h2>
46                              <tpl:SysIf search_count="==0">
47                                   <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned no result."}}</p>
48                              </tpl:SysIf>
49                              <tpl:SysIf search_count="==1">
50                                   <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> result."}}</p>
51                              </tpl:SysIf>
52                              <tpl:SysIf search_count="&gt;1">
53                                   <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> results."}}</p>
54                              </tpl:SysIf>
55                         </div>
56
57                         <div class="content-inner">
58                              {{tpl:ductileNbEntryPerPage}}
59                              <tpl:Entries type="post,page">
60
61                                   {{tpl:ductileEntriesList default="short"}}
62
63                                   <tpl:EntriesFooter>
64                                        <tpl:Pagination>
65                                             <p class="pagination">
66                                                  <tpl:PaginationIf end="0">
67                                                       <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; {{tpl:lang previous entries}}</a> -
68                                                  </tpl:PaginationIf>
69                                                   {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}}
70                                                  <tpl:PaginationIf start="0">
71                                                        - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} &#187;</a>
72                                                  </tpl:PaginationIf>
73                                             </p>
74                                        </tpl:Pagination>
75                                   </tpl:EntriesFooter>
76                              </tpl:Entries>
77                         </div> <!-- End #content-inner -->
78                    </div> <!-- End #content -->
79               </div> <!-- End #main -->
80
81               {{tpl:include src="_sidebar.html"}}
82
83          </div> <!-- End #wrapper -->
84
85          {{tpl:include src="_footer.html"}}
86     </div> <!-- End #page -->
87</body>
88</html>
Note: See TracBrowser for help on using the repository browser.

Sites map