Dotclear

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

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

Sites map