Dotclear

source: themes/ductile/tpl/search.html @ 3371:e723ede3c238

Revision 3371:e723ede3c238, 3.2 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Bye bye Dublin-Core metadata in <head>, closes #2074

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

Sites map