Dotclear

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

Revision 3371:e723ede3c238, 3.5 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"}}" />
6
7     <title>{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title>
8     <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription encode_html="1" cut_string="180" remove_html="1"}}" />
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="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
14     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
15
16     {{tpl:ductileNbEntryPerPage}}
17     <tpl:Entries no_content="1">
18          <tpl:EntriesHeader>
19               <tpl:Pagination>
20                    <tpl:PaginationIf end="0">
21                         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />
22                    </tpl:PaginationIf>
23
24                    <tpl:PaginationIf start="0">
25                         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" />
26                    </tpl:PaginationIf>
27               </tpl:Pagination>
28          </tpl:EntriesHeader>
29
30          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
31     </tpl:Entries>
32
33     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" />
34
35     {{tpl:include src="_head.html"}}
36</head>
37<body class="dc-category">
38     <div id="page">
39          {{tpl:include src="_top.html"}}
40
41          <div id="wrapper">
42
43               <div id="main">
44                    <div id="content">
45
46                         <div id="content-info">
47                              <h2>
48                                   <tpl:CategoryParents>
49                                        <a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo;
50                                   </tpl:CategoryParents>
51                                   {{tpl:CategoryTitle encode_html="1"}}
52                              </h2>
53                              {{tpl:CategoryDescription}}
54
55                              <tpl:CategoryIf has_entries="1">
56                                   <p class="feed-info">
57                                        <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}"
58                                         title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a>
59
60                                        <tpl:SysIf operator="or" comments_active="1" pings_active="1">
61                                              - <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments"
62                                              title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a>
63                                        </tpl:SysIf>
64                                   </p>
65                              </tpl:CategoryIf>
66
67                              <tpl:CategoryFirstChildren>
68                                   <tpl:CategoriesHeader>
69                                        <div id="subcategories">
70                                             <h3>{{tpl:lang Subcategories}}</h3>
71                                             <ul>
72                                   </tpl:CategoriesHeader>
73                                                  <li class="post-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li>
74                                   <tpl:CategoriesFooter>
75                                             </ul>
76                                        </div>
77                                   </tpl:CategoriesFooter>
78                              </tpl:CategoryFirstChildren>
79                         </div>
80
81                         <div class="content-inner">
82                              {{tpl:ductileNbEntryPerPage}}
83                              <tpl:Entries>
84                                   {{tpl:ductileEntriesList default="short"}}
85
86                                   <tpl:EntriesFooter>
87                                        {{tpl:include src="_pagination.html"}}
88                                   </tpl:EntriesFooter>
89                              </tpl:Entries>
90                         </div> <!-- End #content-inner -->
91                    </div> <!-- End #content -->
92               </div> <!-- End #main -->
93
94               {{tpl:include src="_sidebar.html"}}
95
96          </div> <!-- End #wrapper -->
97
98          {{tpl:include src="_footer.html"}}
99     </div> <!-- End #page -->
100</body>
101</html>
Note: See TracBrowser for help on using the repository browser.

Sites map