Dotclear

source: inc/public/default-templates/search.html @ 199:d1538efa6724

Revision 199:d1538efa6724, 6.3 KB checked in by Franck <carnet.franck.paul@…>, 14 years ago (diff)

Suppression de <meta name="MSSmartTagsPreventParsing" content="TRUE" /> dans le head
Ne sert strictement à plus rien du tout du tout
Fix #963 (http://dev.dotclear.org/2.0/ticket/963)

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}">
4<head>
5  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" />
7 
8  <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>
9  <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
10  <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
11  <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
12 
13  <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
14  <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>" />
15  <meta name="dc.language" content="{{tpl:BlogLanguage}}" />
16  <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
17  <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
18  <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
19  <meta name="dc.type" content="text" />
20  <meta name="dc.format" content="text/html" />
21 
22  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
23  <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
24 
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
46<body class="dc-search">
47<div id="page">
48{{tpl:include src="_top.html"}}
49
50<div id="wrapper">
51
52<div id="main">
53  <div id="content">
54 
55  <div id="content-info">
56    <h2>{{tpl:lang Search}}</h2>
57    <tpl:SysIf search_count="==0">
58      <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned no result."}}</p>
59    </tpl:SysIf>
60    <tpl:SysIf search_count="==1">
61      <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> result."}}</p>
62    </tpl:SysIf>
63    <tpl:SysIf search_count="&gt;1">
64      <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> results."}}</p>
65    </tpl:SysIf>
66  </div>
67 
68  <tpl:Entries>
69    <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">
70    <!-- # New day date -->
71    <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader>
72   
73    <h2 class="post-title"><a
74    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2>
75   
76    <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}}
77    {{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}
78    <tpl:EntryIf has_category="1">
79    - <a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a>
80    </tpl:EntryIf>
81    </p>
82   
83    <tpl:EntryTags>
84    <tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader>
85    <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li>
86    <tpl:TagsFooter></ul></tpl:TagsFooter>
87    </tpl:EntryTags>
88   
89    <!-- # --BEHAVIOR-- publicEntryBeforeContent -->
90    {{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
91   
92    <!-- # Entry with an excerpt -->
93    <tpl:EntryIf extended="1">
94      <div class="post-content">{{tpl:EntryExcerpt}}</div>
95      <p class="read-it"><a href="{{tpl:EntryURL}}"
96      title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue
97      reading}}</a>...</p>
98    </tpl:EntryIf>
99   
100    <!-- # Entry without excerpt -->
101    <tpl:EntryIf extended="0">
102      <div class="post-content">{{tpl:EntryContent}}</div>
103    </tpl:EntryIf>
104   
105    <!-- # --BEHAVIOR-- publicEntryAfterContent -->
106    {{tpl:SysBehavior behavior="publicEntryAfterContent"}}
107   
108    <!-- # Number of comments, trackbacks and attachments -->
109    <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1">
110      <p class="post-info-co">
111    </tpl:EntryIf>
112    <tpl:EntryIf show_comments="1">
113      <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a>
114    </tpl:EntryIf>
115    <tpl:EntryIf show_pings="1">
116      <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf>
117    <tpl:EntryIf has_attachment="1">
118      <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf>
119    <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1">
120      </p>
121    </tpl:EntryIf>
122    </div>
123   
124    <tpl:EntriesFooter>
125      <tpl:Pagination>
126        <p class="pagination"><tpl:PaginationIf end="0"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171;
127        {{tpl:lang previous entries}}</a> - </tpl:PaginationIf>
128        {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}}
129        <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}}
130        &#187;</a></tpl:PaginationIf></p>
131      </tpl:Pagination>
132    </tpl:EntriesFooter>
133  </tpl:Entries>
134  </div>
135</div> <!-- End #main -->
136
137<div id="sidebar">
138  <div id="blognav">
139    {{tpl:Widgets type="nav"}}
140  </div> <!-- End #blognav -->
141 
142  <div id="blogextra">
143    {{tpl:Widgets type="extra"}}
144  </div> <!-- End #blogextra -->
145</div>
146
147</div> <!-- End #wrapper -->
148
149{{tpl:include src="_footer.html"}}
150</div> <!-- End #page -->
151</body>
152</html>
Note: See TracBrowser for help on using the repository browser.

Sites map