Dotclear

source: themes/ductile/tpl/search.html @ 2830:f98aa0265d4e

Revision 2830:f98aa0265d4e, 3.9 KB checked in by franck <carnet.franck.paul@…>, 11 years ago (diff)

Ductile should switch to HTML5 as others

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

Sites map