Dotclear

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

Revision 3422:d294032fcdd4, 3.4 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"}}" />
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="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="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" />
33
34     {{tpl:include src="_head.html"}}
35</head>
36<body class="dc-category">
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>
47                                   <tpl:CategoryParents>
48                                        <a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo;
49                                   </tpl:CategoryParents>
50                                   {{tpl:CategoryTitle encode_html="1"}}
51                              </h2>
52                              {{tpl:CategoryDescription}}
53
54                              <tpl:CategoryIf has_entries="1">
55                                   <p class="feed-info">
56                                        <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}"
57                                         title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a>
58
59                                        <tpl:SysIf operator="or" comments_active="1" pings_active="1">
60                                              - <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments"
61                                              title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a>
62                                        </tpl:SysIf>
63                                   </p>
64                              </tpl:CategoryIf>
65
66                              <tpl:CategoryFirstChildren>
67                                   <tpl:CategoriesHeader>
68                                        <div id="subcategories">
69                                             <h3>{{tpl:lang Subcategories}}</h3>
70                                             <ul>
71                                   </tpl:CategoriesHeader>
72                                                  <li class="post-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li>
73                                   <tpl:CategoriesFooter>
74                                             </ul>
75                                        </div>
76                                   </tpl:CategoriesFooter>
77                              </tpl:CategoryFirstChildren>
78                         </div>
79
80                         <div class="content-inner">
81                              {{tpl:ductileNbEntryPerPage}}
82                              <tpl:Entries>
83                                   {{tpl:ductileEntriesList default="short"}}
84
85                                   <tpl:EntriesFooter>
86                                        {{tpl:include src="_pagination.html"}}
87                                   </tpl:EntriesFooter>
88                              </tpl:Entries>
89                         </div> <!-- End #content-inner -->
90                    </div> <!-- End #content -->
91               </div> <!-- End #main -->
92
93               {{tpl:include src="_sidebar.html"}}
94
95          </div> <!-- End #wrapper -->
96
97          {{tpl:include src="_footer.html"}}
98     </div> <!-- End #page -->
99</body>
100</html>
Note: See TracBrowser for help on using the repository browser.

Sites map